Skip to content

Commit

Permalink
textproc/minify: Update to 2.12.4
Browse files Browse the repository at this point in the history
- Convert to GO_MODULE

Changes:	https://github.com/tdewolff/minify/releases
  • Loading branch information
sunpoet committed Oct 9, 2022
1 parent 3cd6fcb commit 652bffa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 29 deletions.
14 changes: 2 additions & 12 deletions textproc/minify/Makefile
@@ -1,6 +1,5 @@
PORTNAME= minify
PORTVERSION= 2.12.2
PORTREVISION= 1
PORTVERSION= 2.12.4
DISTVERSIONPREFIX= v
CATEGORIES= textproc www

Expand All @@ -13,18 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

USES= go:modules

GO_MODULE= github.com/tdewolff/minify/v2
GO_TARGET= ./cmd/minify

PLIST_FILES= bin/minify

GH_ACCOUNT= tdewolff
GH_TUPLE= djherbis:atime:v1.1.0:djherbis_atime/vendor/github.com/djherbis/atime \
dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
fsnotify:fsnotify:v1.5.4:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
golang:sys:05e143d:golang_sys/vendor/golang.org/x/sys \
matryer:try:9ac251b:matryer_try/vendor/github.com/matryer/try \
spf13:pflag:d5e0c06:spf13_pflag/vendor/github.com/spf13/pflag \
tdewolff:parse:v2.6.3:tdewolff_parse/vendor/github.com/tdewolff/parse/v2
USE_GITHUB= yes

.include <bsd.port.mk>
22 changes: 5 additions & 17 deletions textproc/minify/distinfo
@@ -1,17 +1,5 @@
TIMESTAMP = 1664767834
SHA256 (tdewolff-minify-v2.12.2_GH0.tar.gz) = 14c2fd896eae13a33bb2fc23bb1907e5e8569a4cd781165a2959ba64e8dd0617
SIZE (tdewolff-minify-v2.12.2_GH0.tar.gz) = 7007945
SHA256 (djherbis-atime-v1.1.0_GH0.tar.gz) = 30c7b31f47371a8f5af3d573d096200218cfcb39234306ce8ef999c7ba1fda2a
SIZE (djherbis-atime-v1.1.0_GH0.tar.gz) = 3140
SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba
SIZE (dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260
SHA256 (fsnotify-fsnotify-v1.5.4_GH0.tar.gz) = cb5f0105cb651186795c275271eea30ea151c9f6d4c8d8d9b25b819050531de7
SIZE (fsnotify-fsnotify-v1.5.4_GH0.tar.gz) = 33771
SHA256 (golang-sys-05e143d_GH0.tar.gz) = ab0ce42ab499557e024b7fa98c21f4eca10de603dcc7b372acc2ee92fb4f9505
SIZE (golang-sys-05e143d_GH0.tar.gz) = 1303691
SHA256 (matryer-try-9ac251b_GH0.tar.gz) = 6eec844ce4fc732db6fc59a12a9bbdc75448945816eef948ce738b524ecde9ac
SIZE (matryer-try-9ac251b_GH0.tar.gz) = 3039
SHA256 (spf13-pflag-d5e0c06_GH0.tar.gz) = 2f81b27f5758683d5b657bab4193f7948bbe41c03fcbf2090093e4f0e50affbf
SIZE (spf13-pflag-d5e0c06_GH0.tar.gz) = 52029
SHA256 (tdewolff-parse-v2.6.3_GH0.tar.gz) = edc03896f33fa4ccf018f976ff49edd3758f30a34545f040ec3f593cab9fcba4
SIZE (tdewolff-parse-v2.6.3_GH0.tar.gz) = 102349
TIMESTAMP = 1665073096
SHA256 (go/textproc_minify/minify-v2.12.4/v2.12.4.mod) = fe00f21802a89a1cd961e26bd58a95fc9c9833adfd640b1bd9923b99a6f560a4
SIZE (go/textproc_minify/minify-v2.12.4/v2.12.4.mod) = 401
SHA256 (go/textproc_minify/minify-v2.12.4/v2.12.4.zip) = 6f76f152c15fee3a36b0496175d7e075046c3b47b50327428b10d32af6549f5f
SIZE (go/textproc_minify/minify-v2.12.4/v2.12.4.zip) = 7090880

0 comments on commit 652bffa

Please sign in to comment.