From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 19 18:30:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF0151065672 for ; Sat, 19 Sep 2009 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 972668FC1E for ; Sat, 19 Sep 2009 18:30:02 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8JIU2Yd095908 for ; Sat, 19 Sep 2009 18:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8JIU22O095907; Sat, 19 Sep 2009 18:30:02 GMT (envelope-from gnats) Resent-Date: Sat, 19 Sep 2009 18:30:02 GMT Resent-Message-Id: <200909191830.n8JIU22O095907@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1C051065670 for ; Sat, 19 Sep 2009 18:25:41 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yw0-f191.google.com (mail-yw0-f191.google.com [209.85.211.191]) by mx1.freebsd.org (Postfix) with ESMTP id 980218FC17 for ; Sat, 19 Sep 2009 18:25:41 +0000 (UTC) Received: by ywh29 with SMTP id 29so5929823ywh.7 for ; Sat, 19 Sep 2009 11:25:41 -0700 (PDT) Received: by 10.101.7.17 with SMTP id k17mr2863770ani.181.1253384739904; Sat, 19 Sep 2009 11:25:39 -0700 (PDT) Received: from fbsd9.scjamorim.org (201.22.150.35.dynamic.adsl.gvt.net.br [201.22.150.35]) by mx.google.com with ESMTPS id d29sm952455and.1.2009.09.19.11.25.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 19 Sep 2009 11:25:39 -0700 (PDT) Received: by fbsd9.scjamorim.org (Postfix, from userid 0) id 286164DA20F; Sat, 19 Sep 2009 15:25:34 -0300 (BRT) Message-Id: <20090919182534.286164DA20F@fbsd9.scjamorim.org> Date: Sat, 19 Sep 2009 15:25:34 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: scjamorim@bsd.com.br Subject: ports/138972: [PATCH] sysutils/uif2iso: update to 0.1.7c X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2009 18:30:02 -0000 >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@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@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 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: