Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2004 23:19:23 -0500 (EST)
From:      Tim Middleton <x@vex.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        x@vex.net
Subject:   ports/62054: [PATCH] www/zope-annotations: md5 changed
Message-ID:  <20040129041923.66BEBBD09@bee.vii.net>
Resent-Message-ID: <200401290420.i0T4KJfw003900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040129041923.66BEBBD09>