Date: Tue, 5 Aug 2008 00:17:48 +0200 (CEST) From: Martin Tournoij <carpetsmoker@xs4all.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/126251: [Maintainer] sysutils/uif2iso - Update to 0.1.5a Message-ID: <20080804221748.985446D4D6@mail.rwxrwxrwx.net> Resent-Message-ID: <200808042220.m74MK2qv049985@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126251 >Category: ports >Synopsis: [Maintainer] sysutils/uif2iso - 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:02 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@phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/PHONG i386 >Description: Update to 0.1.5a Update my email address >How-To-Repeat: >Fix: --- uif2iso.diff begins here --- diff -urN --exclude CVS /ports/sysutils/uif2iso/Makefile sysutils/uif2iso/Makefile --- /ports/sysutils/uif2iso/Makefile 2008-04-04 20:38:37.000000000 +0200 +++ sysutils/uif2iso/Makefile 2008-08-05 00:06:54.000000000 +0200 @@ -2,23 +2,25 @@ # Date created: 27 Jan 2008 # Whom: Martin Tournoij <carpetsmoker@xs4all.nl> # -# $Carpetsmoker: ports/sysutils/uif2iso/Makefile,v 1.3 2008/03/27 14:43:04 carpetsmoker Exp $ # $FreeBSD: ports/sysutils/uif2iso/Makefile,v 1.3 2008/03/31 07:30:00 jadawin Exp $ # PORTNAME= uif2iso -PORTVERSION= 0.1.3 +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@xs4all.nl +MAINTAINER= carpetsmoker@rwxrwxrwx.net COMMENT= Convert MagicISO UIF files to ISO9660 PLIST_FILES= bin/uif2iso PORTDOCS= uif2iso.txt +post-patch: + @${REINPLACE_CMD} 's|exit(1)|exit(0)|' ${WRKSRC}/uif2iso.c + do-build: ${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz -lssl ${WRKSRC}/uif2iso.c @@ -29,4 +31,19 @@ ${INSTALL_DATA} ${WRKSRC}/uif2iso.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/uif2iso/distinfo sysutils/uif2iso/distinfo --- /ports/sysutils/uif2iso/distinfo 2008-04-04 20:38:37.000000000 +0200 +++ sysutils/uif2iso/distinfo 2008-08-04 23:57:28.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (uif2iso-0.1.3.tar.gz) = ea393822a01339ddc9121fff08a229fc -SHA256 (uif2iso-0.1.3.tar.gz) = 88f188b16708170a8852cb9024c25cc472f27be595f9ecc9c06ad17ae855dce1 -SIZE (uif2iso-0.1.3.tar.gz) = 6625 +MD5 (uif2iso-0.1.5a.tar.gz) = 42ff00fdb593012bd272d87c1fc49fdf +SHA256 (uif2iso-0.1.5a.tar.gz) = 22f14e1e04f08459ae6020cb0b40b285f00578b124a77101d7620a08bb12f5f9 +SIZE (uif2iso-0.1.5a.tar.gz) = 46080 --- uif2iso.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080804221748.985446D4D6>