Date: Sat, 19 Sep 2009 15:25:47 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Cc: scjamorim@bsd.com.br Subject: ports/138973: [PATCH] sysutils/daa2iso: update to 0.1.7e Message-ID: <20090919182547.0374A4DA20F@fbsd9.scjamorim.org> Resent-Message-ID: <200909191830.n8JIU2XA095921@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138973 >Category: ports >Synopsis: [PATCH] sysutils/daa2iso: update to 0.1.7e >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: Sat Sep 19 18:30:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: System: FreeBSD fbsd9.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Mon Sep 14 01:24:51 BRT 2009 >Description: - Update to 0.1.7e - Changed MASTER_SITES - Added file COPYING in PORTDOCS - it's was removed lines unnecessary of Makefile - Added USE_ZIP - Added WRKSRC to ${WKRDIR}/src You can see the log in mine tinderbox: http://www.scjamorim.org/Home/daa2iso-0.1.7e-8i386.log http://www.scjamorim.org/Home/daa2iso-0.1.7e-9i386.log Port maintainer (scjamorim@bsd.com.br) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- daa2iso-0.1.7e.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/daa2iso/Makefile,v retrieving revision 1.7 diff -u -u -r1.7 Makefile --- Makefile 2 Aug 2009 02:51:47 -0000 1.7 +++ Makefile 19 Sep 2009 18:17:07 -0000 @@ -6,15 +6,20 @@ # PORTNAME= daa2iso -PORTVERSION= 0.1.7b +PORTVERSION= 0.1.7e CATEGORIES= sysutils -MASTER_SITES= http://www.xs4all.nl/distfiles/ +MASTER_SITES= http://aluigi.altervista.org/mytoolz/ +DISTNAME= ${PORTNAME} MAINTAINER= scjamorim@bsd.com.br COMMENT= Convert PowerISO DAA files to ISO9660 +USE_ZIP= yes + +WRKSRC= ${WRKDIR}/src + PLIST_FILES= bin/daa2iso -PORTDOCS= daa2iso.txt +PORTDOCS= COPYING daa2iso.txt post-patch: @${REINPLACE_CMD} 's|exit(1)|exit(0)|' ${WRKSRC}/daa2iso.c @@ -23,24 +28,9 @@ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/daa2iso.txt ${DOCSDIR} -.endif - -# Original files from author contain no version number and are not in -# a separate directory. -.if defined(MAINTAINER) -distfile: - rm -fr /tmp/${PORTNAME}-${PORTVERSION} - mkdir /tmp/${PORTNAME}-${PORTVERSION} - cd /tmp/${PORTNAME}-${PORTVERSION} && \ - fetch http://aluigi.altervista.org/mytoolz/${PORTNAME}.zip && \ - tar xf ${PORTNAME}.zip && \ - mv src/* . && \ - rm -rf ${PORTNAME}.zip *.exe src && \ - chmod 664 * - cd /tmp && \ - tar cf ${PORTNAME}-${PORTVERSION}.tar.gz ${PORTNAME}-${PORTVERSION} - rm -fr /tmp/${PORTNAME}-${PORTVERSION} +.for docs in ${PORTDOCS} + ${INSTALL_DATA} ${WRKDIR}/${docs} ${DOCSDIR} +.endfor .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/daa2iso/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 31 Jan 2009 02:24:07 -0000 1.5 +++ distinfo 19 Sep 2009 18:17:07 -0000 @@ -1,3 +1,3 @@ -MD5 (daa2iso-0.1.7b.tar.gz) = 61c5e20a9e1fb472ce77cfba4a8f6bfa -SHA256 (daa2iso-0.1.7b.tar.gz) = 40698266db20250bdfad5e13d1974a3bef1f0b57e7d6545ba3eff623070bd1b6 -SIZE (daa2iso-0.1.7b.tar.gz) = 118784 +MD5 (daa2iso.zip) = 6930ebcd8568e8ade0a175352d4a3481 +SHA256 (daa2iso.zip) = f5990542bbfb632a18e664bb956d1dfa35b20945881c617af641a9ee8cfbc47b +SIZE (daa2iso.zip) = 49862 --- daa2iso-0.1.7e.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?20090919182547.0374A4DA20F>