From owner-svn-ports-all@FreeBSD.ORG Mon May 27 13:24:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 485C7652; Mon, 27 May 2013 13:24:41 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3B01E1B7; Mon, 27 May 2013 13:24:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4RDOfVh003553; Mon, 27 May 2013 13:24:41 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4RDOfwg003552; Mon, 27 May 2013 13:24:41 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305271324.r4RDOfwg003552@svn.freebsd.org> From: Andrej Zverev Date: Mon, 27 May 2013 13:24:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319237 - head/www/yuicompressor 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.14 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 May 2013 13:24:41 -0000 Author: az Date: Mon May 27 13:24:40 2013 New Revision: 319237 URL: http://svnweb.freebsd.org/changeset/ports/319237 Log: - Upstream distfile broken (70kb instead of 700). Tempory change MASTER_SITE with good one - Assign matainership to citrin@citrin.ru Modified: head/www/yuicompressor/Makefile Modified: head/www/yuicompressor/Makefile ============================================================================== --- head/www/yuicompressor/Makefile Mon May 27 13:21:31 2013 (r319236) +++ head/www/yuicompressor/Makefile Mon May 27 13:24:40 2013 (r319237) @@ -4,12 +4,15 @@ PORTNAME= yuicompressor PORTVERSION= 2.4.8 CATEGORIES= www java -MASTER_SITES= http://tml.github.io/yui/ +#MASTER_SITES= http://tml.github.io/yui/ +MASTER_SITES+= http://az.semmy.ru/ +MASTER_SITES+= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= az DISTNAME= ${PORTNAME}-${PORTVERSION}.jar EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty -MAINTAINER= ports@FreeBSD.org +MAINTAINER= citrin@citrin.ru COMMENT= The Yahoo! JavaScript and CSS Compressor NO_WRKSUBDIR= yes