Date: Mon, 27 Mar 2017 11:12:55 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437038 - head/www/htmlcompressor Message-ID: <201703271112.v2RBCtMa039814@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Mar 27 11:12:54 2017 New Revision: 437038 URL: https://svnweb.freebsd.org/changeset/ports/437038 Log: Update MASTER_SITES and unbreak this port - Add NO_ARCH - Update WWW PR: 218123 Submitted by: Anton Yuzhaninov <citrin@citrin.ru> Modified: head/www/htmlcompressor/Makefile head/www/htmlcompressor/distinfo head/www/htmlcompressor/pkg-descr Modified: head/www/htmlcompressor/Makefile ============================================================================== --- head/www/htmlcompressor/Makefile Mon Mar 27 11:12:50 2017 (r437037) +++ head/www/htmlcompressor/Makefile Mon Mar 27 11:12:54 2017 (r437038) @@ -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 Modified: head/www/htmlcompressor/distinfo ============================================================================== --- head/www/htmlcompressor/distinfo Mon Mar 27 11:12:50 2017 (r437037) +++ head/www/htmlcompressor/distinfo Mon Mar 27 11:12:54 2017 (r437038) @@ -1,2 +1,3 @@ +TIMESTAMP = 1490462396 SHA256 (htmlcompressor-1.5.3.jar) = 88894e330cdb0e418e805136d424f4c262236b1aa3683e51037cdb66310cb0f9 SIZE (htmlcompressor-1.5.3.jar) = 68685 Modified: head/www/htmlcompressor/pkg-descr ============================================================================== --- head/www/htmlcompressor/pkg-descr Mon Mar 27 11:12:50 2017 (r437037) +++ head/www/htmlcompressor/pkg-descr Mon Mar 27 11:12:54 2017 (r437038) @@ -5,4 +5,4 @@ structure. As a result pages become sma A command-line version of the compressor is also included. -WWW: http://code.google.com/p/htmlcompressor/ +WWW: https://github.com/serg472/htmlcompressor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703271112.v2RBCtMa039814>