Index: head/www/htmlcompressor/Makefile =================================================================== --- head/www/htmlcompressor/Makefile (revision 437037) +++ head/www/htmlcompressor/Makefile (revision 437038) @@ -1,34 +1,31 @@ # Created by: Sergey Skvortsov # $FreeBSD$ 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 MAINTAINER= ports@FreeBSD.org 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 SUB_LIST+= JAVA_VERSION=${JAVA_PORT_VERSION:R} do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${DISTDIR}/${DISTNAME}.jar ${STAGEDIR}${JAVAJARDIR}/htmlcompressor.jar ${INSTALL_SCRIPT} ${WRKDIR}/htmlcompressor ${STAGEDIR}${PREFIX}/bin .include Index: head/www/htmlcompressor/distinfo =================================================================== --- head/www/htmlcompressor/distinfo (revision 437037) +++ head/www/htmlcompressor/distinfo (revision 437038) @@ -1,2 +1,3 @@ +TIMESTAMP = 1490462396 SHA256 (htmlcompressor-1.5.3.jar) = 88894e330cdb0e418e805136d424f4c262236b1aa3683e51037cdb66310cb0f9 SIZE (htmlcompressor-1.5.3.jar) = 68685 Index: head/www/htmlcompressor/pkg-descr =================================================================== --- head/www/htmlcompressor/pkg-descr (revision 437037) +++ head/www/htmlcompressor/pkg-descr (revision 437038) @@ -1,8 +1,8 @@ Java HTML/XML Compressor is a very small, fast and easy to use library that minifies given HTML or XML source by removing extra whitespaces, comments and other unneeded characters without breaking the content 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