ports/126250: [Maintainer] sysutils/daa2iso - Update to 0.1.5a

Martin Tournoij carpetsmoker at xs4all.nl
Mon Aug 4 22:20:02 UTC 2008


>Number:         126250
>Category:       ports
>Synopsis:       [Maintainer] sysutils/daa2iso - Update to 0.1.5a
>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:   Mon Aug 04 22:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Martin Tournoij
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD phong.rwxrwxrwx.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Jun 5 22:13:23 CEST 2008 carpetsmoker at phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/PHONG  i386


>Description:
Update to 0.1.5a
Update my email address

>How-To-Repeat:

>Fix:

--- daa2iso.diff begins here ---
diff -urN --exclude CVS /ports/sysutils/daa2iso/Makefile sysutils/daa2iso/Makefile
--- /ports/sysutils/daa2iso/Makefile	2008-04-04 20:38:31.000000000 +0200
+++ sysutils/daa2iso/Makefile	2008-08-05 00:07:49.000000000 +0200
@@ -2,25 +2,28 @@
 # Date created:				27 Jan 2008
 # Whom:					Martin Tournoij <carpetsmoker at xs4all.nl>
 #
-# $Carpetsmoker: ports/sysutils/daa2iso/Makefile,v 1.3 2008/03/27 14:43:02 carpetsmoker Exp $
 # $FreeBSD: ports/sysutils/daa2iso/Makefile,v 1.3 2008/03/31 07:28:28 jadawin Exp $
 #
 
 PORTNAME=	daa2iso
-PORTVERSION=	0.1.4
+PORTVERSION=	0.1.5a
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.carpetsmoker.net/distfiles/ \
 		http://www.xs4all.nl/distfiles/ \
 		http://www.rwxrwxrwx.net/distfiles/
 
-MAINTAINER=	carpetsmoker at xs4all.nl
+MAINTAINER=	carpetsmoker at rwxrwxrwx.net
 COMMENT=	Convert PowerISO DAA files to ISO9660
 
 PLIST_FILES=	bin/daa2iso
 PORTDOCS=	daa2iso.txt
 
+post-patch:
+	@${REINPLACE_CMD} 's|exit(1)|exit(0)|' ${WRKSRC}/daa2iso.c
+
 do-build:
-	${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz ${WRKSRC}/daa2iso.c
+	${CC} ${CFLAGS} -c ${WRKSRC}/LzmaDec.c -o ${WRKSRC}/LzmaDec.o
+	${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz ${WRKSRC}/daa2iso.c ${WRKSRC}/LzmaDec.o
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/daa2iso ${PREFIX}/bin/
@@ -29,4 +32,19 @@
 	${INSTALL_DATA} ${WRKSRC}/daa2iso.txt ${DOCSDIR}
 .endif
 
+.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}
+.endif
+
 .include <bsd.port.mk>
diff -urN --exclude CVS /ports/sysutils/daa2iso/distinfo sysutils/daa2iso/distinfo
--- /ports/sysutils/daa2iso/distinfo	2008-04-04 20:38:31.000000000 +0200
+++ sysutils/daa2iso/distinfo	2008-08-04 23:58:00.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (daa2iso-0.1.4.tar.gz) = 1912654777a4053c320a29495028da59
-SHA256 (daa2iso-0.1.4.tar.gz) = 692a87075907b75e3ed5e23f6edaa9570c64197fa872827e404ce1f0b22f691d
-SIZE (daa2iso-0.1.4.tar.gz) = 7138
+MD5 (daa2iso-0.1.5a.tar.gz) = e987d0c0968e28155343922afe7b60ec
+SHA256 (daa2iso-0.1.5a.tar.gz) = b483ab99b1dc3a1dc55dd1a4c6a7ac67caf383b662a70c6e6ffbfa08d5429b78
+SIZE (daa2iso-0.1.5a.tar.gz) = 77312
--- daa2iso.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:
 



More information about the freebsd-ports-bugs mailing list