From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 01:30:01 2008 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 8A55B1065672 for ; Wed, 27 Feb 2008 01:30:01 +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 5BD5213C455 for ; Wed, 27 Feb 2008 01:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1R1U1t6056771 for ; Wed, 27 Feb 2008 01:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1R1U14B056770; Wed, 27 Feb 2008 01:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2008 01:30:01 GMT Resent-Message-Id: <200802270130.m1R1U14B056770@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, Martin Tournoij Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D64C106566C for ; Wed, 27 Feb 2008 01:22:50 +0000 (UTC) (envelope-from carpetsmoker@phong.rwxrwxrwx.net) Received: from phong.rwxrwxrwx.net (rwxrwxrwx.net [82.93.23.199]) by mx1.freebsd.org (Postfix) with ESMTP id 8244913C458 for ; Wed, 27 Feb 2008 01:22:48 +0000 (UTC) (envelope-from carpetsmoker@phong.rwxrwxrwx.net) Received: from phong.rwxrwxrwx.net (localhost [127.0.0.1]) by phong.rwxrwxrwx.net (8.14.2/8.14.2) with ESMTP id m1R1OMt3019192 for ; Wed, 27 Feb 2008 02:24:22 +0100 (CET) (envelope-from carpetsmoker@phong.rwxrwxrwx.net) Received: (from carpetsmoker@localhost) by phong.rwxrwxrwx.net (8.14.2/8.14.2/Submit) id m1R1OMxw019191; Wed, 27 Feb 2008 02:24:22 +0100 (CET) (envelope-from carpetsmoker) Message-Id: <200802270124.m1R1OMxw019191@phong.rwxrwxrwx.net> Date: Wed, 27 Feb 2008 02:24:22 +0100 (CET) From: Martin Tournoij To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/121135: [maintainer] Update sysutils/uif2iso to 1.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Tournoij List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2008 01:30:01 -0000 >Number: 121135 >Category: ports >Synopsis: [maintainer] Update sysutils/uif2iso to 1.1.2 >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: Wed Feb 27 01:30:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Martin Tournoij >Release: FreeBSD 7.0-BETA3 i386 >Organization: >Environment: FreeBSD phong.rwxrwxrwx.net 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Mon Nov 19 15:02:36 UTC 2007 carpetsmoker@slash.rwxrwxrwx.net:/mnt/ad0s1a/usr/obj/mnt/ad0s1a/usr/src/sys/PHONG i386 >Description: Update sysutils/uif2iso to 1.1.2 >How-To-Repeat: >Fix: --- uif2iso.patch begins here --- diff -urN --exclude CVS /ports/sysutils/uif2iso/Makefile sysutils/uif2iso/Makefile --- /ports/sysutils/uif2iso/Makefile 2008-02-16 12:54:39.000000000 +0100 +++ sysutils/uif2iso/Makefile 2008-02-27 02:21:20.000000000 +0100 @@ -2,19 +2,22 @@ # Date created: 27 Jan 2008 # Whom: Martin Tournoij # -# $Carpetsmoker: ports/sysutils/uif2iso/Makefile,v 1.1 2008/01/27 05:41:12 carpetsmoker Exp $ +# $Carpetsmoker: ports/sysutils/uif2iso/Makefile,v 1.2 2008/02/27 01:21:20 carpetsmoker Exp $ # $FreeBSD: ports/sysutils/uif2iso/Makefile,v 1.1 2008/02/16 11:54:39 miwi Exp $ # PORTNAME= uif2iso -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= sysutils -MASTER_SITES= http://www.carpetsmoker.net/distfiles/ \ +MASTER_SITES= http://aluigi.altervista.org/mytoolz/ \ + http://www.carpetsmoker.net/distfiles/ \ http://www.xs4all.nl/distfiles/ MAINTAINER= carpetsmoker@xs4all.nl COMMENT= Convert MagicISO UIF files to ISO9660 +NO_WRKSUBDIR= yes +EXTRACT_SUFX= .tgz PLIST_FILES= bin/uif2iso do-build: diff -urN --exclude CVS /ports/sysutils/uif2iso/distinfo sysutils/uif2iso/distinfo --- /ports/sysutils/uif2iso/distinfo 2008-02-16 12:54:39.000000000 +0100 +++ sysutils/uif2iso/distinfo 2008-02-27 02:16:59.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (uif2iso-0.1.1.tar.gz) = fdd61094b18d405a6127e1fdb12a400c -SHA256 (uif2iso-0.1.1.tar.gz) = 52886b5b74ee36fb0f21a0320719f4b7aa6008950ae5ceb84fa423802eb1dbf6 -SIZE (uif2iso-0.1.1.tar.gz) = 3351 +MD5 (uif2iso-0.1.2.tgz) = 64fa151e0fdde92f33cb288b392d79af +SHA256 (uif2iso-0.1.2.tgz) = 1df6f5e48795ac74f32a283cafd538f5bfe3c41d5a517b24ecfb4bc12d2287c7 +SIZE (uif2iso-0.1.2.tgz) = 5586 --- uif2iso.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: