Date: Sun, 6 Sep 2009 13:17:21 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: itetcu@FreeBSD.org, araujo@FreeBSD.org Subject: ports/138577: [PATCH] security/wipe: update to 2.3.0. Take maintainership. Message-ID: <20090906161721.954E9229B9B@fbsd72.scjamorim.org> Resent-Message-ID: <200909061620.n86GK4hg027273@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138577 >Category: ports >Synopsis: [PATCH] security/wipe: update to 2.3.0. Take maintainership. >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: Sun Sep 06 16:20:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd72.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 3 22:10:47 BRT >Description: - Update to 2.3.0 - Changed the form how the port installs the DOCS - Added pkg-plist in Makefile. - Take maintainership. Removed file(s): - pkg-plist You can see the log in mine tinderbox: http://www.scjamorim.org/Home/wipe-2.3.0.log Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- wipe-2.3.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/wipe/Makefile,v retrieving revision 1.4 diff -u -u -r1.4 Makefile --- Makefile 22 Aug 2009 00:35:08 -0000 1.4 +++ Makefile 6 Sep 2009 16:10:45 -0000 @@ -6,17 +6,18 @@ # PORTNAME= wipe -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= File and block device wiping utility USE_BZIP2= yes GNU_CONFIGURE= yes MAN1= wipe.1 +PLIST_FILES= bin/wipe PORTDOCS= CHANGES INSTALL LICENSE README TESTING TODO copyright EXTRA_PATCHES= ${PATCHDIR}/500040-patch-blkdev.c @@ -24,10 +25,10 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/wipe.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/wipe - for i in ${PORTDOCS}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$i ${DOCSDIR}; \ - done + ${MKDIR} ${DOCSDIR} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} +.endfor .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/wipe/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 24 Jan 2006 01:03:32 -0000 1.2 +++ distinfo 6 Sep 2009 16:10:45 -0000 @@ -1,3 +1,3 @@ -MD5 (wipe-2.2.0.tar.bz2) = 1e1366c6407e7910f6131ebfee9f1ea6 -SHA256 (wipe-2.2.0.tar.bz2) = ea8956c31538b43f04ec3c4999a567a61f34fff0faf6ea02090c860b7f391be6 -SIZE (wipe-2.2.0.tar.bz2) = 70134 +MD5 (wipe-2.3.0.tar.bz2) = 70062ae78b8ad010e05c3d40c13748fe +SHA256 (wipe-2.3.0.tar.bz2) = 2ddc5a55c03286a55f8bfbe6b79d51052899c2e3ceaf78f0be96acdab13cf098 +SIZE (wipe-2.3.0.tar.bz2) = 72257 Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 5 Mar 2005 16:04:43 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1 +0,0 @@ -bin/wipe --- wipe-2.3.0.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?20090906161721.954E9229B9B>