Date: Sun, 6 Jan 2002 15:40:02 -0800 (PST) From: Alan Eldridge <alane@geeksrus.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/33622: maintainer update: misc/kenny to 1.7; 1.6 is broken now because it no longer resides on the same server. Message-ID: <200201062340.g06Ne2Q52396@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33622; it has been noted by GNATS. From: Alan Eldridge <alane@geeksrus.net> To: FreeBSD Ports List <freebsd-gnats-submit@freebsd.org> Cc: Subject: Re: ports/33622: maintainer update: misc/kenny to 1.7; 1.6 is broken now because it no longer resides on the same server. Date: Sun, 6 Jan 2002 18:33:25 -0500 On Sun, Jan 06, 2002 at 06:24:56PM -0500, Alan Eldridge wrote: > >>Number: 33622 >>Category: ports >>Synopsis: maintainer update: misc/kenny to 1.7; 1.6 is broken now because it no longer resides on the same server. Committer: PLEASE USE THIS PATCH INSTEAD. It adds the second site, so we can't have a repeat of the breakage. Index: misc/kenny/Makefile =================================================================== RCS file: /home/alane/cvsroot/ports/misc/kenny/Makefile,v retrieving revision 1.2 diff -u -3 -r1.2 Makefile --- misc/kenny/Makefile 6 Jan 2002 04:52:01 -0000 1.2 +++ misc/kenny/Makefile 6 Jan 2002 23:31:18 -0000 @@ -8,10 +8,10 @@ # PORTNAME= kenny -PORTVERSION= 1.6 -PORTREVISION= 1 +PORTVERSION= 1.7 CATEGORIES= misc perl5 -MASTER_SITES= http://www.h.shuttle.de/mitch/stuff/ +MASTER_SITES= http://www.h.shuttle.de/mitch/stuff/ \ + http://home.t-online.de/home/dietmar.garbs/download/kenny/ DISTNAME= kenny.pl-${PORTVERSION} EXTRACT_SUFX= .gz EXTRACT_ONLY= Index: misc/kenny/distinfo =================================================================== RCS file: /home/alane/cvsroot/ports/misc/kenny/distinfo,v retrieving revision 1.1 diff -u -3 -r1.1 distinfo --- misc/kenny/distinfo 2 Jan 2002 23:22:26 -0000 1.1 +++ misc/kenny/distinfo 6 Jan 2002 23:15:34 -0000 @@ -1 +1 @@ -MD5 (kenny.pl-1.6.gz) = 49c51ed4a33cd475cb4add69acfc46bf +MD5 (kenny.pl-1.7.gz) = 2205f33c7088bde718b7fbab32716814 Index: misc/kenny/files/patch-kenny =================================================================== RCS file: misc/kenny/files/patch-kenny diff -N misc/kenny/files/patch-kenny --- misc/kenny/files/patch-kenny 6 Jan 2002 04:52:03 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,42 +0,0 @@ ---- kenny.orig Sat Jan 5 23:45:34 2002 -+++ kenny Sat Jan 5 23:45:34 2002 -@@ -149,6 +149,7 @@ - sub translate($); - sub addGermanUmlauts($); - sub printHelp(); -+sub theyKilledKenny(); - - - -@@ -169,6 +170,15 @@ - - - -+##### Install signal handlers -+ -+$SIG{HUP} = \&theyKilledKenny; -+$SIG{INT} = \&theyKilledKenny; -+$SIG{QUIT} = \&theyKilledKenny; -+$SIG{TERM} = \&theyKilledKenny; -+ -+ -+ - ##### Parse commandline arguments - - # "-h" switch (print help): -@@ -224,6 +234,15 @@ - ##### That's all, folks! - - exit 0; -+ -+ -+##### Signal handler, if we're kill(1)ed -+ -+sub theyKilledKenny() -+{ -+ print "Oh my God! They killed Kenny! You bastards!\n"; -+ exit 0; -+} - - - -- Alan Eldridge Pmmfmffmmfmp mmmpppppffmpmfpmpppff $PffMmmPppMpmPpfPpm mfpmmmmmfpmpmpppff. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201062340.g06Ne2Q52396>