Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2008 15:46:38 +0100 (CET)
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/122159: [maintainer] sysutils/uif2iso Update to 0.1.3
Message-ID:  <200803271446.m2REkceN031102@phong.rwxrwxrwx.net>
Resent-Message-ID: <200803271450.m2REo3xQ081836@freefall.freebsd.org>

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

>Number:         122159
>Category:       ports
>Synopsis:       [maintainer] sysutils/uif2iso Update to 0.1.3
>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:   Thu Mar 27 14:50:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Martin Tournoij
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD phong.rwxrwxrwx.net 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri Mar 21 20:18:47 CET 2008 carpetsmoker@phong.rwxrwxrwx.net:/usr/obj/usr/src/sys/PHONG i386


	
>Description:
Update to 0.1.3

>How-To-Repeat:
	
>Fix:

	

--- uif2iso.diff begins here ---
diff -urN --exclude CVS /ports/sysutils/uif2iso/Makefile sysutils/uif2iso/Makefile
--- /ports/sysutils/uif2iso/Makefile	2008-03-04 08:31:52.000000000 +0100
+++ sysutils/uif2iso/Makefile	2008-03-27 15:43:04.000000000 +0100
@@ -2,28 +2,31 @@
 # Date created:				27 Jan 2008
 # Whom:					Martin Tournoij <carpetsmoker@xs4all.nl>
 #
-# $Carpetsmoker: ports/sysutils/uif2iso/Makefile,v 1.2 2008/02/27 01:21:20 carpetsmoker Exp $
+# $Carpetsmoker: ports/sysutils/uif2iso/Makefile,v 1.3 2008/03/27 14:43:04 carpetsmoker Exp $
 # $FreeBSD: ports/sysutils/uif2iso/Makefile,v 1.2 2008/02/27 09:02:13 miwi Exp $
 #
 
 PORTNAME=	uif2iso
-PORTVERSION=	0.1.2
+PORTVERSION=	0.1.3
 CATEGORIES=	sysutils
-MASTER_SITES=	http://aluigi.altervista.org/mytoolz/ \
-		http://www.carpetsmoker.net/distfiles/ \
-		http://www.xs4all.nl/distfiles/
+MASTER_SITES=	http://www.carpetsmoker.net/distfiles/ \
+		http://www.xs4all.nl/distfiles/ \
+		http://www.rwxrwxrwx.net/distfiles/
 
 MAINTAINER=	carpetsmoker@xs4all.nl
 COMMENT=	Convert MagicISO UIF files to ISO9660
 
-NO_WRKSUBDIR=	yes
-EXTRACT_SUFX=	.tgz
 PLIST_FILES=	bin/uif2iso
+PORTDOCS=	uif2iso.txt
 
 do-build:
-	${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz ${WRKSRC}/uif2iso.c
+	${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} -lz -lssl ${WRKSRC}/uif2iso.c
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/uif2iso ${PREFIX}/bin/
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/uif2iso.txt ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -urN --exclude CVS /ports/sysutils/uif2iso/distinfo sysutils/uif2iso/distinfo
--- /ports/sysutils/uif2iso/distinfo	2008-03-04 08:31:52.000000000 +0100
+++ sysutils/uif2iso/distinfo	2008-03-26 15:52:02.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (uif2iso-0.1.2.tgz) = 64fa151e0fdde92f33cb288b392d79af
-SHA256 (uif2iso-0.1.2.tgz) = 1df6f5e48795ac74f32a283cafd538f5bfe3c41d5a517b24ecfb4bc12d2287c7
-SIZE (uif2iso-0.1.2.tgz) = 5586
+MD5 (uif2iso-0.1.3.tar.gz) = ea393822a01339ddc9121fff08a229fc
+SHA256 (uif2iso-0.1.3.tar.gz) = 88f188b16708170a8852cb9024c25cc472f27be595f9ecc9c06ad17ae855dce1
+SIZE (uif2iso-0.1.3.tar.gz) = 6625
--- 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?200803271446.m2REkceN031102>