Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2004 22:23:18 +0100 (CET)
From:      Hansjoerg Pehofer <haensel@botch.sumpf.catbull.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hansjoerg.pehofer@uibk.ac.at
Subject:   ports/75370: [PATCH] textproc/p5-CSS-Tiny: pkg-plist fixed
Message-ID:  <200412212123.iBLLNIEU000565@botch.catbull.com>
Resent-Message-ID: <200412212130.iBLLULMi017374@freefall.freebsd.org>

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

>Number:         75370
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-CSS-Tiny: 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:30:20 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:
fixed typos in pkg-plist, set PORTREVISION 

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

--- p5-CSS-Tiny-1.05_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-CSS-Tiny/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	16 Oct 2004 08:51:17 -0000	1.3
+++ Makefile	21 Dec 2004 21:20:24 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	CSS-Tiny
 PORTVERSION=	1.05
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	CSS
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-CSS-Tiny/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	15 Nov 2003 09:31:16 -0000	1.1
+++ pkg-plist	21 Dec 2004 21:20:24 -0000
@@ -1,5 +1,5 @@
 %%SITE_PERL%%/CSS/Tiny.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny
-@unexec rmdir %D%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS 2>/dev/null || true
-@unexec rmdir %D%%SITE_PERL%%/CSS 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/CSS 2>/dev/null || true
--- p5-CSS-Tiny-1.05_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?200412212123.iBLLNIEU000565>