ports/160518: [PATCH] www/closure-compiler: update to 20110811

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 6 15:20:03 UTC 2011


>Number:         160518
>Category:       ports
>Synopsis:       [PATCH] www/closure-compiler: update to 20110811
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 06 15:20:03 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Jul  9 23:23:51 CST
>Description:
- Update to 20110811
- Use PLIST_DIRS/DIRSTRY/FILES

Removed file(s):
- pkg-plist

Port maintainer (jlaffaye at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- closure-compiler-20110811.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/closure-compiler/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	8 Jun 2011 16:52:29 -0000	1.7
+++ Makefile	6 Sep 2011 15:18:27 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	closure-compiler
-PORTVERSION=	20110119
+PORTVERSION=	20110811
 CATEGORIES=	www java
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	compiler-${PORTVERSION}
@@ -22,9 +22,13 @@
 SUB_LIST=	JAVA="${JAVA}"
 USE_JAVA=	yes
 
+PLIST_DIRSTRY=	%%DATADIR%%
+PLIST_FILES=	bin/closure-compiler \
+		%%DATADIR%%/compiler.jar
+
 do-install:
-	${MKDIR} ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/compiler.jar ${DATADIR}
-	${INSTALL_SCRIPT} ${WRKSRC}/closure-compiler ${PREFIX}/bin
+	${MKDIR} ${DATADIR}/
+	${INSTALL_DATA} ${WRKSRC}/compiler.jar ${DATADIR}/
+	${INSTALL_SCRIPT} ${WRKSRC}/closure-compiler ${PREFIX}/bin/
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/closure-compiler/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	12 May 2011 17:31:12 -0000	1.5
+++ distinfo	6 Sep 2011 15:18:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (compiler-20110119.tar.gz) = 0935daf92671eace46188118ffeace60387a4cc657387e3970c10f0316e92550
-SIZE (compiler-20110119.tar.gz) = 3767932
+SHA256 (compiler-20110811.tar.gz) = 031db83269c34ff4a845ef9e34780fe14179086ddfe0928f1a44836921dbe8d2
+SIZE (compiler-20110811.tar.gz) = 4478612
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	17 Nov 2009 09:10:45 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,4 +0,0 @@
- at comment $FreeBSD: ports/www/closure-compiler/pkg-plist,v 1.1 2009/11/17 09:10:45 miwi Exp $
-%%DATADIR%%/compiler.jar
-bin/closure-compiler
- at dirrmtry %%DATADIR%%
--- closure-compiler-20110811.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list