Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2009 23:53:11 +0100 (CET)
From:      Martin Tournoij <carpetsmoker@rwxrwxrwx.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/131174: [Maintainer] sysutils/daa2iso Update to 0.1.7b
Message-ID:  <20090130225311.C23F76D44F@mail.rwxrwxrwx.net>
Resent-Message-ID: <200901302300.n0UN0Ero065711@freefall.freebsd.org>

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

>Number:         131174
>Category:       ports
>Synopsis:       [Maintainer] sysutils/daa2iso Update to 0.1.7b
>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:   Fri Jan 30 23:00:13 UTC 2009
>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@phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/PHONG  i386


>Description:

Update sysutils/daa2iso to 0.1.7b

>How-To-Repeat:

>Fix:

--- daa2iso.patch begins here ---
diff -urN --exclude CVS --exclude .svn /ports/sysutils/daa2iso/Makefile sysutils/daa2iso/Makefile
--- /ports/sysutils/daa2iso/Makefile	2008-08-07 00:15:10.000000000 +0200
+++ sysutils/daa2iso/Makefile	2009-01-30 23:39:48.000000000 +0100
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	daa2iso
-PORTVERSION=	0.1.5a
+PORTVERSION=	0.1.7b
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.carpetsmoker.net/distfiles/ \
-		http://www.xs4all.nl/distfiles/ \
+MASTER_SITES=	http://www.xs4all.nl/distfiles/ \
 		http://www.rwxrwxrwx.net/distfiles/
 
 MAINTAINER=	carpetsmoker@rwxrwxrwx.net
@@ -20,18 +19,16 @@
 
 post-patch:
 	@${REINPLACE_CMD} 's|exit(1)|exit(0)|' ${WRKSRC}/daa2iso.c
+	@${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
 
-do-build:
-	${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/
+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}
diff -urN --exclude CVS --exclude .svn /ports/sysutils/daa2iso/distinfo sysutils/daa2iso/distinfo
--- /ports/sysutils/daa2iso/distinfo	2008-08-07 00:15:10.000000000 +0200
+++ sysutils/daa2iso/distinfo	2009-01-30 23:32:59.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (daa2iso-0.1.5a.tar.gz) = e987d0c0968e28155343922afe7b60ec
-SHA256 (daa2iso-0.1.5a.tar.gz) = b483ab99b1dc3a1dc55dd1a4c6a7ac67caf383b662a70c6e6ffbfa08d5429b78
-SIZE (daa2iso-0.1.5a.tar.gz) = 77312
+MD5 (daa2iso-0.1.7b.tar.gz) = 61c5e20a9e1fb472ce77cfba4a8f6bfa
+SHA256 (daa2iso-0.1.7b.tar.gz) = 40698266db20250bdfad5e13d1974a3bef1f0b57e7d6545ba3eff623070bd1b6
+SIZE (daa2iso-0.1.7b.tar.gz) = 118784
--- daa2iso.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?20090130225311.C23F76D44F>