From owner-svn-ports-all@freebsd.org Mon Mar 27 11:12:56 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7142ECA256D; Mon, 27 Mar 2017 11:12:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 284FC90C; Mon, 27 Mar 2017 11:12:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2RBCtHZ039817; Mon, 27 Mar 2017 11:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2RBCtMa039814; Mon, 27 Mar 2017 11:12:55 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703271112.v2RBCtMa039814@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 27 Mar 2017 11:12:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437038 - head/www/htmlcompressor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2017 11:12:56 -0000 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 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