summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-27 11:12:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-03-27 11:12:54 +0000
commit9e626e8709232a77ec2ead5ff00ab791bc7de057 (patch)
treec737d20acbddc91b004e84bae7be38ea79d8a941
parent- Update to 2017.03.26 (diff)
Update MASTER_SITES and unbreak this port
- Add NO_ARCH - Update WWW PR: 218123 Submitted by: Anton Yuzhaninov <citrin@citrin.ru>
-rw-r--r--www/htmlcompressor/Makefile7
-rw-r--r--www/htmlcompressor/distinfo1
-rw-r--r--www/htmlcompressor/pkg-descr2
3 files changed, 4 insertions, 6 deletions
diff --git a/www/htmlcompressor/Makefile b/www/htmlcompressor/Makefile
index d26373553a4b..127c3fd3cbe8 100644
--- a/www/htmlcompressor/Makefile
+++ b/www/htmlcompressor/Makefile
@@ -5,7 +5,7 @@ PORTNAME= htmlcompressor
PORTVERSION= 1.5.3
PORTREVISION= 2
CATEGORIES= www java
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= https://github.com/serg472/htmlcompressor/releases/download/${PORTVERSION}/
EXTRACT_SUFX= .jar
EXTRACT_ONLY= # empty
@@ -14,13 +14,10 @@ COMMENT= HTML/XML Compressor
LICENSE= APACHE20
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
NO_WRKSUBDIR= yes
USE_JAVA= yes
NO_BUILD= yes
+NO_ARCH= yes
PLIST_FILES= bin/htmlcompressor %%JAVAJARDIR%%/htmlcompressor.jar
SUB_FILES= htmlcompressor
diff --git a/www/htmlcompressor/distinfo b/www/htmlcompressor/distinfo
index 7a0ffb76f77c..d398fd0f0a73 100644
--- a/www/htmlcompressor/distinfo
+++ b/www/htmlcompressor/distinfo
@@ -1,2 +1,3 @@
+TIMESTAMP = 1490462396
SHA256 (htmlcompressor-1.5.3.jar) = 88894e330cdb0e418e805136d424f4c262236b1aa3683e51037cdb66310cb0f9
SIZE (htmlcompressor-1.5.3.jar) = 68685
diff --git a/www/htmlcompressor/pkg-descr b/www/htmlcompressor/pkg-descr
index 9517754c8931..ee44b133dfdb 100644
--- a/www/htmlcompressor/pkg-descr
+++ b/www/htmlcompressor/pkg-descr
@@ -5,4 +5,4 @@ structure. As a result pages become smaller in size and load faster.
A command-line version of the compressor is also included.
-WWW: http://code.google.com/p/htmlcompressor/
+WWW: https://github.com/serg472/htmlcompressor