ports/138972: [PATCH] sysutils/uif2iso: update to 0.1.7c

Sylvio Cesar scjamorim at bsd.com.br
Sat Sep 19 18:30:02 UTC 2009


>Number:         138972
>Category:       ports
>Synopsis:       [PATCH] sysutils/uif2iso: update to 0.1.7c
>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:   Sat Sep 19 18:30:01 UTC 2009
>Closed-Date:
>Last-Modified:
>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.7c
- Changed MASTER_SITES
- Added file README in PORTDOCS
- it's was removed lines unnecessary 
- Added USE_ZIP
- Added WRKSRC to ${WRKDIR}/src

You can see the log in mine tinderbox:
http://www.scjamorim.org/Home/uif2iso-0.1.7.c-8i386.log
http://www.scjamorim.org/Home/uif2iso-0.1.7.c-9i386.log

Port maintainer (scjamorim at bsd.com.br) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- uif2iso-0.1.7c.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/uif2iso/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:16:41 -0000
@@ -6,15 +6,20 @@
 #
 
 PORTNAME=	uif2iso
-PORTVERSION=	0.1.7a
+PORTVERSION=	0.1.7c
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.xs4all.nl/distfiles/
+MASTER_SITES=	http://aluigi.altervista.org/mytoolz/
+DISTNAME=	${PORTNAME}
 
 MAINTAINER=	scjamorim at bsd.com.br
 COMMENT=	Convert MagicISO UIF files to ISO9660
 
+USE_ZIP=	yes
+
+WRKSRC=		${WRKDIR}/src
+
 PLIST_FILES=	bin/uif2iso
-PORTDOCS=	uif2iso.txt
+PORTDOCS=	README uif2iso.txt
 
 post-patch:
 	@${REINPLACE_CMD} 's|exit(1)|exit(0)|' ${WRKSRC}/uif2iso.c
@@ -23,24 +28,9 @@
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/uif2iso.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/uif2iso/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	31 Jan 2009 02:38:20 -0000	1.5
+++ distinfo	19 Sep 2009 18:16:41 -0000
@@ -1,3 +1,3 @@
-MD5 (uif2iso-0.1.7a.tar.gz) = b9f81576a8ef6735721fdbff5f8bd2c2
-SHA256 (uif2iso-0.1.7a.tar.gz) = 7bbf092e959bf46179214f2cb6cabe37fc2f6e1df83afce6fe2e672039bf6a5e
-SIZE (uif2iso-0.1.7a.tar.gz) = 243712
+MD5 (uif2iso.zip) = 2eb9797ec463c38253014d45591a7043
+SHA256 (uif2iso.zip) = b78dde3e8bc28559f73e2feb46d41c8f57b511ddbe25d63ada704ef8697528ec
+SIZE (uif2iso.zip) = 113727
--- uif2iso-0.1.7c.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list