Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 13:24:41 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319237 - head/www/yuicompressor
Message-ID:  <201305271324.r4RDOfwg003552@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271324.r4RDOfwg003552>