Date: Sat, 14 Feb 2004 11:21:02 +0100 From: "Stefan Ehmann" <shoesoft@gmx.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62827: update net/gift to 0.11.6 Message-ID: <1076754060@shoeserv.freebsd> Resent-Message-ID: <200402141030.i1EAUHYM046078@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62827 >Category: ports >Synopsis: update net/gift to 0.11.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 14 02:30:16 PST 2004 >Closed-Date: >Last-Modified: >Originator: Stefan Ehmann >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD shoeserv.freebsd 5.2-CURRENT FreeBSD 5.2-CURRENT #8: Wed Feb 4 12:01:48 CET 2004 Shoe@shoeserv.freebsd:/usr/obj/usr/src/sys/SHOE i386 >Description: updates net/gift 0.11.5 -> 0.11.6 remove files/patch-gift-setup.in as it is no longer needed >How-To-Repeat: >Fix: --- gift-patch begins here --- diff -ruN gift.bak/Makefile gift/Makefile --- gift.bak/Makefile Fri Feb 6 21:32:04 2004 +++ gift/Makefile Fri Feb 6 21:39:27 2004 @@ -6,8 +6,7 @@ # PORTNAME= giFT -PORTVERSION= 0.11.5 -PORTREVISION= 1 +PORTVERSION= 0.11.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} diff -ruN gift.bak/distinfo gift/distinfo --- gift.bak/distinfo Fri Feb 6 21:32:04 2004 +++ gift/distinfo Fri Feb 6 21:49:02 2004 @@ -1 +1,2 @@ -MD5 (gift-0.11.5.tar.bz2) = f492b6e3607aed801b77657f3808f5c1 +MD5 (gift-0.11.6.tar.bz2) = 614c7dc355c65522424b649684fde8be +SIZE (gift-0.11.6.tar.bz2) = 533799 diff -ruN gift.bak/files/patch-gift-setup.in gift/files/patch-gift-setup.in --- gift.bak/files/patch-gift-setup.in Fri Feb 6 21:32:04 2004 +++ gift/files/patch-gift-setup.in Thu Jan 1 01:00:00 1970 @@ -1,70 +0,0 @@ -$FreeBSD: ports/net/gift/files/patch-gift-setup.in,v 1.1 2004/01/09 04:50:47 petef Exp $ - ---- gift-setup.in.orig Tue Dec 23 05:22:52 2003 -+++ gift-setup.in Sun Jan 4 18:11:01 2004 -@@ -338,31 +338,31 @@ - my ($path_cfg_dir) = $path_cfg =~ m/^(.*)\/[^\/]+$/; - mkdir ($path_cfg_dir, 0755) unless (-d $path_cfg_dir); - -- open (my $fcfg, ">$path_cfg") or -+ open (fcfg, ">$path_cfg") or - die "Cannot open $path_cfg: $!"; - -- open (my $ftpl, $path_tpl) or -+ open (ftpl, $path_tpl) or - die "Cannot open $path_tpl: $!"; - - my $cfg_hdr; - -- while (<$ftpl>) -+ while (<ftpl>) - { - $cfg_hdr = $1 if m/^\[(\w+)\]$/; - - if (m/^\#?(\w+) =\s?(.*)$/) - { - die unless defined $cfg_hdr; -- printf $fcfg ("%s = %s\n", $1, $cfg_tbl->{"/$cfg_hdr/$1"}); -+ printf fcfg ("%s = %s\n", $1, $cfg_tbl->{"/$cfg_hdr/$1"}); - } - else - { -- print $fcfg $_; -+ print fcfg $_; - } - } - -- close $fcfg; -- close $ftpl; -+ close fcfg; -+ close ftpl; - - printf ("Wrote %s.\n", $path_cfg); - } -@@ -376,7 +376,7 @@ - my $cfg_ent = {}; - my $cfg_hdr = undef; - -- open (my $fhandle, $template) or -+ open (fhandle, $template) or - die "Cannot open $template: $!"; - - # -@@ -387,7 +387,7 @@ - # - my $reading = 0; - -- while (<$fhandle>) -+ while (<fhandle>) - { - $cfg_hdr = $1 if m/^\[(\w+)\]$/; - -@@ -425,7 +425,7 @@ - } - } - -- close $fhandle; -+ close fhandle; - - return \@cfg_tbl; - } --- gift-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1076754060>