Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2004 22:31:42 +0100 (CET)
From:      Hansjoerg Pehofer <haensel@botch.sumpf.catbull.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hansjoerg.pehofer@uibk.ac.at
Subject:   ports/75372: [PATCH] www/p5-Apache-AxKit-Plugin-AddXSLParams-Request: pkg-plist fixed 
Message-ID:  <200412212131.iBLLVgBo015509@botch.catbull.com>
Resent-Message-ID: <200412212140.iBLLeOic019024@freefall.freebsd.org>

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

>Number:         75372
>Category:       ports
>Synopsis:       [PATCH] www/p5-Apache-AxKit-Plugin-AddXSLParams-Request: pkg-plist fixed
>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:   Tue Dec 21 21:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hansjoerg Pehofer
>Release:        FreeBSD 5.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD botch.catbull.com 5.3-RELEASE FreeBSD 5.3-RELEASE #38: Sun Nov  7 02:29:06 CET
>Description:
added missing directories in pkg-plist, set PORTREVISION

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Apache-AxKit-Plugin-AddXSLParams-Request-1.01_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	5 Aug 2003 21:06:25 -0000	1.1
+++ Makefile	21 Dec 2004 21:29:53 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=			Apache-AxKit-Plugin-AddXSLParams-Request
 PORTVERSION=		1.01
+PORTREVISION=		1
 CATEGORIES=			www perl5
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../by-authors/id/K/KH/KHAMPTON
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	5 Aug 2003 21:06:25 -0000	1.1
+++ pkg-plist	21 Dec 2004 21:29:53 -0000
@@ -3,6 +3,9 @@
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/Plugin/AddXSLParams/Request
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/Plugin/AddXSLParams 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/Plugin 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/Apache/AxKit/Plugin/AddXSLParams 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/Apache/AxKit/Plugin 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/Apache/AxKit 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true
--- p5-Apache-AxKit-Plugin-AddXSLParams-Request-1.01_1.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?200412212131.iBLLVgBo015509>