ports/62054: [PATCH] www/zope-annotations: md5 changed
Tim Middleton
x at vex.net
Thu Jan 29 04:20:24 UTC 2004
>Number: 62054
>Category: ports
>Synopsis: [PATCH] www/zope-annotations: md5 changed
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Jan 28 20:20:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator: Tim Middleton
>Release: FreeBSD 5.2-RELEASE i386
>Organization:
The Cain Gang Ltd
>Environment:
System: FreeBSD bee.vii.net 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Sun Jan 25 00:48:22 EST 2004
>Description:
- md5 changed (no file contents changed, just file ownership)
- Makefile to use ${CPIO}
>How-To-Repeat:
>Fix:
--- zope-annotations-0.4.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/zope-annotations/Makefile,v
retrieving revision 1.1
diff -c -u -r1.1 Makefile
--- Makefile 2 Jan 2004 21:30:46 -0000 1.1
+++ Makefile 29 Jan 2004 04:17:36 -0000
@@ -7,6 +7,7 @@
PORTNAME= annotations
PORTVERSION= 0.4.3
+PORTREVISION= 1
CATEGORIES= www zope
MASTER_SITES= http://zope.org/Members/infrae/Annotations/Annotations-${PORTVERSION}/
PKGNAMEPREFIX= zope-
@@ -30,7 +31,6 @@
PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR}
WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME}
-CPIO= cpio --quiet -pdum -R
do-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
@@ -39,7 +39,7 @@
@ ${CHMOD} -R og+rX ${WRKSRC}/
@ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
@ cd ${WRKSRC} && ${FIND} . \
- | ${CPIO} ${BINOWN}:${BINGRP} \
+ | ${CPIO} --quiet -pdum -R ${BINOWN}:${BINGRP} \
${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME}
post-install:
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/zope-annotations/distinfo,v
retrieving revision 1.1
diff -c -u -r1.1 distinfo
--- distinfo 2 Jan 2004 21:30:46 -0000 1.1
+++ distinfo 29 Jan 2004 04:17:36 -0000
@@ -1 +1 @@
-MD5 (zope/Annotations-0.4.3.tgz) = 4970b498ad761e8c0c3ebc54214eb732
+MD5 (zope/Annotations-0.4.3.tgz) = 8c0f88e7d2349a93682b07147fbe2fd5
--- zope-annotations-0.4.3_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list