From sunpoet@sunpoet.net  Tue Sep  6 15:19:06 2011
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C03621065674
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Sep 2011 15:19:06 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 8AEDC8FC24
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  6 Sep 2011 15:19:06 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id C3951420E; Tue,  6 Sep 2011 23:18:44 +0800 (CST)
Message-Id: <20110906151844.C3951420E@sunpoet.net>
Date: Tue,  6 Sep 2011 23:18:44 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: jlaffaye@FreeBSD.org
Subject: [PATCH] www/closure-compiler: update to 20110811
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         160518
>Category:       ports
>Synopsis:       [PATCH] www/closure-compiler: update to 20110811
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jlaffaye
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 06 15:20:03 UTC 2011
>Closed-Date:    Tue Sep 06 17:47:27 CEST 2011
>Last-Modified:  Tue Sep  6 15:50:03 UTC 2011
>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@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 @@
-@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
-@dirrmtry %%DATADIR%%
--- closure-compiler-20110811.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 6 15:20:13 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160518 
State-Changed-From-To: open->closed 
State-Changed-By: jlaffaye 
State-Changed-When: Tue Sep 6 17:47:26 CEST 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=160518 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/160518: commit references a PR
Date: Tue,  6 Sep 2011 15:47:13 +0000 (UTC)

 jlaffaye    2011-09-06 15:46:59 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/closure-compiler Makefile distinfo 
   Removed files:
     www/closure-compiler pkg-plist 
   Log:
   Update to 20110811
   
   PR:             ports/160518
   Submitted by:   sunpoet
   
   Revision  Changes    Path
   1.8       +8 -4      ports/www/closure-compiler/Makefile
   1.6       +2 -2      ports/www/closure-compiler/distinfo
   1.2       +0 -4      ports/www/closure-compiler/pkg-plist (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
