From nobody@FreeBSD.org  Thu Feb  7 17:02:18 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B11EF16A46E
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Feb 2008 17:02:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 98C0C13C467
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Feb 2008 17:02:18 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m17H0Dte047026
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 Feb 2008 17:00:13 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m17H0DVe047025;
	Thu, 7 Feb 2008 17:00:13 GMT
	(envelope-from nobody)
Message-Id: <200802071700.m17H0DVe047025@www.freebsd.org>
Date: Thu, 7 Feb 2008 17:00:13 GMT
From: Felippe de Meirelles Motta <lippemail@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] archivers/upx
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         120354
>Category:       ports
>Synopsis:       [UPDATE] archivers/upx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    fjoe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 17:10:01 UTC 2008
>Closed-Date:    Mon Mar 10 08:02:04 UTC 2008
>Last-Modified:  Mon Mar 10 08:10:02 UTC 2008
>Originator:     Felippe de Meirelles Motta
>Release:        FreeBSD 7.0-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008
    lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC

>Description:
- Updated to 3.02;
- Updated PORTDOCS;
- Makefile cleanup
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/upx/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	22 Sep 2007 09:16:33 -0000	1.6
+++ Makefile	7 Feb 2008 17:01:01 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	upx
-PORTVERSION=	3.01
+PORTVERSION=	3.02
 CATEGORIES=	archivers
 MASTER_SITES=	http://upx.sourceforge.net/download/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
@@ -22,7 +22,8 @@
 MAKE_ENV=	UPX_UCLDIR=${LOCALBASE} target=freebsd
 NOT_FOR_ARCHS=	sparc64
 
-PORTDOCS=	BUGS COPYING LICENSE NEWS README THANKS
+PORTDOCS=	BUGS COPYING LICENSE NEWS PROJECTS README \
+		README.1ST README.SRC THANKS TODO
 MAN1=		upx.1
 PLIST_FILES=	bin/upx
 
@@ -31,9 +32,7 @@
 	@${INSTALL_MAN} ${WRKSRC}/doc/upx.1 ${MANPREFIX}/man/man1
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	@for i in ${PORTDOCS}; do \
-		${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \
-	done
+	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/archivers/upx/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	21 Aug 2007 15:55:38 -0000	1.5
+++ distinfo	7 Feb 2008 17:01:01 -0000
@@ -1,3 +1,3 @@
-MD5 (upx-3.01-src.tar.bz2) = 58f3c87bf7e067ece5f7c510d4423cb8
-SHA256 (upx-3.01-src.tar.bz2) = dfc05143d37277ef2c937fa7e1bbeda54bf8b54b923589716ac6338dda6f7f64
-SIZE (upx-3.01-src.tar.bz2) = 728384
+MD5 (upx-3.02-src.tar.bz2) = 6188a7cdf1e81a61c2cad90362c4d99d
+SHA256 (upx-3.02-src.tar.bz2) = b2eb34cdb8dd9a3cb5b7ffbd3bfef76aed7d8fc05ea64f3c26853b555a01f456
+SIZE (upx-3.02-src.tar.bz2) = 740377


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->fjoe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 7 17:10:13 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=120354 
State-Changed-From-To: open->closed 
State-Changed-By: fjoe 
State-Changed-When: Mon Mar 10 07:56:17 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/120354: commit references a PR
Date: Mon, 10 Mar 2008 08:01:48 +0000 (UTC)

 fjoe        2008-03-10 08:01:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/upx        Makefile distinfo 
   Log:
   - Update to 3.02 [1]
   - Update PORTDOCS [1]
   - Add LZMA support [2]
   
   PR:             120354
   Submitted by:   Felippe de Meirelles Motta [1], Joseph S. Atkinson [2]
   
   Revision  Changes    Path
   1.7       +13 -8     ports/archivers/upx/Makefile
   1.6       +6 -3      ports/archivers/upx/distinfo
 _______________________________________________
 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:
