Index: head/www/closure-compiler/Makefile =================================================================== --- head/www/closure-compiler/Makefile (revision 425421) +++ head/www/closure-compiler/Makefile (revision 425422) @@ -1,31 +1,30 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= closure-compiler PORTVERSION= 20131014 CATEGORIES= www java -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://dl.google.com/closure-compiler/ DISTNAME= compiler-${PORTVERSION} MAINTAINER= jlaffaye@FreeBSD.org COMMENT= Closure Compiler LICENSE= APACHE20 -BROKEN= Unfetchable (google code has gone away) - +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes SUB_FILES= closure-compiler SUB_LIST= JAVA="${JAVA}" USE_JAVA= yes PLIST_FILES= bin/closure-compiler \ %%DATADIR%%/compiler.jar do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/compiler.jar ${STAGEDIR}${DATADIR}/ ${INSTALL_SCRIPT} ${WRKDIR}/closure-compiler ${STAGEDIR}${PREFIX}/bin/ .include Index: head/www/closure-compiler/distinfo =================================================================== --- head/www/closure-compiler/distinfo (revision 425421) +++ head/www/closure-compiler/distinfo (revision 425422) @@ -1,2 +1,3 @@ +TIMESTAMP = 1478197857 SHA256 (compiler-20131014.tar.gz) = 9a59efcd3179d3c4c8e81445c5fad9aa928f698cf80131b8429c5afdae5a7a8e SIZE (compiler-20131014.tar.gz) = 5786372 Index: head/www/closure-compiler/pkg-descr =================================================================== --- head/www/closure-compiler/pkg-descr (revision 425421) +++ head/www/closure-compiler/pkg-descr (revision 425422) @@ -1,8 +1,8 @@ Closure Compiler is a JavaScript optimizing compiler. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. It is used in many of Google's JavaScript apps, including Gmail, Google Web Search, Google Maps, and Google Docs. -WWW: http://code.google.com/closure/compiler/ +WWW: https://developers.google.com/closure/compiler/