Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 19:42:22 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48535: fix plist www/p5-CGI-Session 
Message-ID:  <20030221184222.669E2A93E@backup-mx.droso.dk>

next in thread | raw e-mail | index | archive | help

>Number:         48535
>Category:       ports
>Synopsis:       fix plist www/p5-CGI-Session
>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:   Fri Feb 21 10:50:09 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:

fix typo in PLIST
bump PORTREVISION

Noticed by: bento


>How-To-Repeat:
	
>Fix:

	

--- p5-CGI-Session.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Session/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	21 Feb 2003 14:01:26 -0000	1.4
+++ Makefile	21 Feb 2003 18:41:05 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	CGI-Session
 PORTVERSION=	3.11
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	CGI
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-CGI-Session/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	4 Feb 2003 12:15:21 -0000	1.3
+++ pkg-plist	21 Feb 2003 18:41:05 -0000
@@ -41,5 +41,5 @@
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/CGI/Session 2>/dev/null || true
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/CGI 2>/dev/null || true
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Session
-@unexec %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true
 @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/mach/auto/CGI 2>/dev/null || true
--- p5-CGI-Session.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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030221184222.669E2A93E>