ports/120354: [UPDATE] archivers/upx

Felippe de Meirelles Motta lippemail at gmail.com
Thu Feb 7 17:10:02 UTC 2008


>Number:         120354
>Category:       ports
>Synopsis:       [UPDATE] archivers/upx
>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:   Thu Feb 07 17:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list