Date: Sun, 6 Jan 2002 18:24:56 -0500 (EST) From: Alan Eldridge <ports@geeksrus.net> To: FreeBSD-gnats-submit@freebsd.org Subject: 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: <200201062324.g06NOu580322@wwweasel.geeksrus.net>
next in thread | raw e-mail | index | archive | help
>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. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Jan 06 15:30:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.4-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 2 19:14:12 EST 2001 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: My patch was incorporated and a new version released. Unfortunately, the author moved the source to the old version to a different URL (on a different domain). So the old port is now broken. That's why this is marked "serious". I wrote him to ask that he restore it, but this patch accomplishes the same thing. >How-To-Repeat: >Fix: 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:14:36 -0000 @@ -8,8 +8,7 @@ # PORTNAME= kenny -PORTVERSION= 1.6 -PORTREVISION= 1 +PORTVERSION= 1.7 CATEGORIES= misc perl5 MASTER_SITES= http://www.h.shuttle.de/mitch/stuff/ DISTNAME= kenny.pl-${PORTVERSION} 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; -+} - - - >Release-Note: >Audit-Trail: >Unformatted: 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?200201062324.g06NOu580322>