From scjamorim@bsd.com.br  Sat Sep 19 18:25:53 2009
Return-Path: <scjamorim@bsd.com.br>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4DE38106568B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Sep 2009 18:25:53 +0000 (UTC)
	(envelope-from scjamorim@bsd.com.br)
Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.240])
	by mx1.freebsd.org (Postfix) with ESMTP id 122CE8FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Sep 2009 18:25:52 +0000 (UTC)
Received: by an-out-0708.google.com with SMTP id d14so862470and.13
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 19 Sep 2009 11:25:52 -0700 (PDT)
Received: by 10.100.80.7 with SMTP id d7mr2949915anb.43.1253384752291;
        Sat, 19 Sep 2009 11:25:52 -0700 (PDT)
Received: from fbsd9.scjamorim.org (201.22.150.35.dynamic.adsl.gvt.net.br [201.22.150.35])
        by mx.google.com with ESMTPS id d24sm655142and.8.2009.09.19.11.25.50
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 19 Sep 2009 11:25:51 -0700 (PDT)
Received: by fbsd9.scjamorim.org (Postfix, from userid 0)
	id 0374A4DA20F; Sat, 19 Sep 2009 15:25:47 -0300 (BRT)
Message-Id: <20090919182547.0374A4DA20F@fbsd9.scjamorim.org>
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: [PATCH] sysutils/daa2iso: update to 0.1.7e
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138973
>Category:       ports
>Synopsis:       [PATCH] sysutils/daa2iso: update to 0.1.7e
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 19 18:30:02 UTC 2009
>Closed-Date:    Mon Sep 21 10:42:28 UTC 2009
>Last-Modified:  Mon Sep 21 10:50:02 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Sep 19 18:33:57 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138973 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Sep 21 10:42:28 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138973 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138973: commit references a PR
Date: Mon, 21 Sep 2009 10:42:26 +0000 (UTC)

 miwi        2009-09-21 10:42:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/daa2iso     Makefile distinfo 
   Log:
   - Update to 0.1.7e
   
   PR:             138973
   Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.8       +11 -21    ports/sysutils/daa2iso/Makefile
   1.6       +3 -3      ports/sysutils/daa2iso/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
