From owner-freebsd-ports-bugs Fri Feb 21 11:40:16 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAA7137B405 for ; Fri, 21 Feb 2003 11:40:05 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF60843FE0 for ; Fri, 21 Feb 2003 11:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1LJe3NS049000 for ; Fri, 21 Feb 2003 11:40:03 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1LJe3w6048999; Fri, 21 Feb 2003 11:40:03 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99EC737B401 for ; Fri, 21 Feb 2003 11:35:22 -0800 (PST) Received: from backup-mx.droso.dk (backup-mx.droso.dk [62.79.38.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA7BD43FAF for ; Fri, 21 Feb 2003 11:35:20 -0800 (PST) (envelope-from erwin@backup-mx.droso.dk) Received: by backup-mx.droso.dk (Postfix, from userid 1000) id 61447A93E; Fri, 21 Feb 2003 20:35:19 +0100 (CET) Message-Id: <20030221193519.61447A93E@backup-mx.droso.dk> Date: Fri, 21 Feb 2003 20:35:19 +0100 (CET) From: Erwin Lansing Reply-To: Erwin Lansing To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48544: fix PLIST misc/p5-Business-OnlinePayment-* Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48544 >Category: ports >Synopsis: fix PLIST misc/p5-Business-OnlinePayment-* >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 21 11:40:03 PST 2003 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #14: Sun Feb 16 11:42:13 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: add missing directory to PLIST bump PORTREVISION Noticed by: bento >How-To-Repeat: >Fix: --- p5-Business-OnlinePayment.diff begins here --- Index: p5-Business-OnlinePayment-Beanstream/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-Beanstream/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- p5-Business-OnlinePayment-Beanstream/Makefile 20 Feb 2003 18:46:27 -0000 1.4 +++ p5-Business-OnlinePayment-Beanstream/Makefile 21 Feb 2003 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-Beanstream PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business Index: p5-Business-OnlinePayment-Beanstream/pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-Beanstream/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- p5-Business-OnlinePayment-Beanstream/pkg-plist 25 Oct 2002 08:47:38 -0000 1.1 +++ p5-Business-OnlinePayment-Beanstream/pkg-plist 21 Feb 2003 19:33:01 -0000 @@ -3,3 +3,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Beanstream/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Beanstream @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Beanstream +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment 2>/dev/null || true Index: p5-Business-OnlinePayment-Cardstream/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-Cardstream/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- p5-Business-OnlinePayment-Cardstream/Makefile 20 Feb 2003 18:46:27 -0000 1.4 +++ p5-Business-OnlinePayment-Cardstream/Makefile 21 Feb 2003 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-Cardstream PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business Index: p5-Business-OnlinePayment-Cardstream/pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-Cardstream/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- p5-Business-OnlinePayment-Cardstream/pkg-plist 25 Oct 2002 08:48:38 -0000 1.1 +++ p5-Business-OnlinePayment-Cardstream/pkg-plist 21 Feb 2003 19:33:01 -0000 @@ -3,3 +3,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Cardstream/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Cardstream @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Cardstream +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment 2>/dev/null || true Index: p5-Business-OnlinePayment-Jettis/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-Jettis/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- p5-Business-OnlinePayment-Jettis/Makefile 20 Feb 2003 18:46:27 -0000 1.2 +++ p5-Business-OnlinePayment-Jettis/Makefile 21 Feb 2003 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-Jettis PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business Index: p5-Business-OnlinePayment-Jettis/pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-Jettis/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- p5-Business-OnlinePayment-Jettis/pkg-plist 2 Jan 2003 11:13:49 -0000 1.1 +++ p5-Business-OnlinePayment-Jettis/pkg-plist 21 Feb 2003 19:33:01 -0000 @@ -3,3 +3,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Jettis/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Jettis @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Jettis +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment 2>/dev/null || true Index: p5-Business-OnlinePayment-LinkPoint/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-LinkPoint/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- p5-Business-OnlinePayment-LinkPoint/Makefile 20 Feb 2003 18:46:27 -0000 1.4 +++ p5-Business-OnlinePayment-LinkPoint/Makefile 21 Feb 2003 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-LinkPoint PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business Index: p5-Business-OnlinePayment-LinkPoint/pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-LinkPoint/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- p5-Business-OnlinePayment-LinkPoint/pkg-plist 25 Oct 2002 08:49:51 -0000 1.1 +++ p5-Business-OnlinePayment-LinkPoint/pkg-plist 21 Feb 2003 19:33:01 -0000 @@ -3,3 +3,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/LinkPoint/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/LinkPoint @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/LinkPoint +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment 2>/dev/null || true Index: p5-Business-OnlinePayment-Network1Financial/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-Network1Financial/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- p5-Business-OnlinePayment-Network1Financial/Makefile 20 Feb 2003 18:46:28 -0000 1.2 +++ p5-Business-OnlinePayment-Network1Financial/Makefile 21 Feb 2003 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-Network1Financial PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business Index: p5-Business-OnlinePayment-Network1Financial/pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-Network1Financial/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- p5-Business-OnlinePayment-Network1Financial/pkg-plist 2 Jan 2003 11:15:01 -0000 1.1 +++ p5-Business-OnlinePayment-Network1Financial/pkg-plist 21 Feb 2003 19:33:01 -0000 @@ -3,3 +3,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Network1Financial/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/Network1Financial @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/Network1Financial +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment 2>/dev/null || true Index: p5-Business-OnlinePayment-PayConnect/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-PayConnect/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- p5-Business-OnlinePayment-PayConnect/Makefile 20 Feb 2003 18:46:28 -0000 1.2 +++ p5-Business-OnlinePayment-PayConnect/Makefile 21 Feb 2003 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-PayConnect PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business Index: p5-Business-OnlinePayment-PayConnect/pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-PayConnect/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- p5-Business-OnlinePayment-PayConnect/pkg-plist 2 Jan 2003 11:16:08 -0000 1.1 +++ p5-Business-OnlinePayment-PayConnect/pkg-plist 21 Feb 2003 19:33:01 -0000 @@ -3,3 +3,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/PayConnect/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/PayConnect @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/PayConnect +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment 2>/dev/null || true Index: p5-Business-OnlinePayment-PaymentsGateway/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-PaymentsGateway/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- p5-Business-OnlinePayment-PaymentsGateway/Makefile 20 Feb 2003 18:46:28 -0000 1.2 +++ p5-Business-OnlinePayment-PaymentsGateway/Makefile 21 Feb 2003 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-PaymentsGateway PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business Index: p5-Business-OnlinePayment-PaymentsGateway/pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-PaymentsGateway/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- p5-Business-OnlinePayment-PaymentsGateway/pkg-plist 2 Jan 2003 11:17:04 -0000 1.1 +++ p5-Business-OnlinePayment-PaymentsGateway/pkg-plist 21 Feb 2003 19:33:01 -0000 @@ -3,3 +3,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/PaymentsGateway/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/PaymentsGateway @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/PaymentsGateway +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment 2>/dev/null || true Index: p5-Business-OnlinePayment-TCLink/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-TCLink/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- p5-Business-OnlinePayment-TCLink/Makefile 20 Feb 2003 18:46:29 -0000 1.4 +++ p5-Business-OnlinePayment-TCLink/Makefile 21 Feb 2003 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-TCLink PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business Index: p5-Business-OnlinePayment-TCLink/pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-TCLink/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- p5-Business-OnlinePayment-TCLink/pkg-plist 24 Oct 2002 17:56:40 -0000 1.1 +++ p5-Business-OnlinePayment-TCLink/pkg-plist 21 Feb 2003 19:33:01 -0000 @@ -3,3 +3,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/TCLink/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/TCLink @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/TCLink +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment 2>/dev/null || true Index: p5-Business-OnlinePayment-VirtualNet/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-VirtualNet/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- p5-Business-OnlinePayment-VirtualNet/Makefile 20 Feb 2003 18:46:29 -0000 1.4 +++ p5-Business-OnlinePayment-VirtualNet/Makefile 21 Feb 2003 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-VirtualNet PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business Index: p5-Business-OnlinePayment-VirtualNet/pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-VirtualNet/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- p5-Business-OnlinePayment-VirtualNet/pkg-plist 24 Oct 2002 18:00:10 -0000 1.1 +++ p5-Business-OnlinePayment-VirtualNet/pkg-plist 21 Feb 2003 19:33:01 -0000 @@ -3,3 +3,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/VirtualNet/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/VirtualNet @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/VirtualNet +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment 2>/dev/null || true Index: p5-Business-OnlinePayment-eSec/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-eSec/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- p5-Business-OnlinePayment-eSec/Makefile 20 Feb 2003 18:46:29 -0000 1.4 +++ p5-Business-OnlinePayment-eSec/Makefile 21 Feb 2003 19:33:01 -0000 @@ -7,6 +7,7 @@ PORTNAME= Business-OnlinePayment-eSec PORTVERSION= 0.02 +PORTREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Business Index: p5-Business-OnlinePayment-eSec/pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/p5-Business-OnlinePayment-eSec/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- p5-Business-OnlinePayment-eSec/pkg-plist 24 Oct 2002 18:11:42 -0000 1.1 +++ p5-Business-OnlinePayment-eSec/pkg-plist 21 Feb 2003 19:33:01 -0000 @@ -3,3 +3,4 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/eSec/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Business/OnlinePayment/eSec @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Business/OnlinePayment/eSec +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Business/OnlinePayment 2>/dev/null || true --- p5-Business-OnlinePayment.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message