Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2006 10:56:44 +0800 (CST)
From:      Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        hansjoerg.pehofer@uibk.ac.at
Subject:   ports/102880: [PATCH] textproc/p5-CSS-Tiny: update to 1.14
Message-ID:  <200609050256.k852uioi030348@Pluto.CDPA.nsysu.edu.tw>
Resent-Message-ID: <200609050300.k8530iqp090472@freefall.freebsd.org>

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

>Number:         102880
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-CSS-Tiny: update to 1.14
>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:   Tue Sep 05 03:00:43 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Aug 30 13:11:16 CST 2006
>Description:
- Update to 1.14

Port maintainer (hansjoerg.pehofer@uibk.ac.at) is cc'd.

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

--- p5-CSS-Tiny-1.14.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-CSS-Tiny/Makefile /root/p5-CSS-Tiny/Makefile
--- /usr/ports/textproc/p5-CSS-Tiny/Makefile	Tue Nov 15 17:52:03 2005
+++ /root/p5-CSS-Tiny/Makefile	Tue Sep  5 10:54:39 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	CSS-Tiny
-PORTVERSION=	1.11
+PORTVERSION=	1.14
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	CSS
@@ -15,18 +15,17 @@
 MAINTAINER=	hansjoerg.pehofer@uibk.ac.at
 COMMENT=	Read/Write .css files with as little code as possible
 
-BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
-		${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Clone.pm:${PORTSDIR}/devel/p5-Clone
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
+
 MAN3=		CSS::Tiny.3
 
 .include <bsd.port.pre.mk>
 
-post-patch:
-	@${RM} ${WRKSRC}/inc/Module/Install/AutoInstall.pm
-	@${PERL} -pi -e '$$_="" if /AutoInstall/' ${WRKSRC}/MANIFEST
-	@${PERL} -pi -e '$$_="" if /Test::More|auto_install/' ${WRKSRC}/Makefile.PL
+.if ${PERL_LEVEL}	<	500504
+IGNORE=		requires perl 5.5.4 or later. Install lang/perl5.8 and try again
+.endif
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/textproc/p5-CSS-Tiny/distinfo /root/p5-CSS-Tiny/distinfo
--- /usr/ports/textproc/p5-CSS-Tiny/distinfo	Tue Nov 15 17:52:03 2005
+++ /root/p5-CSS-Tiny/distinfo	Tue Sep  5 10:41:36 2006
@@ -1,3 +1,3 @@
-MD5 (CSS-Tiny-1.11.tar.gz) = 66fac70597a4e6628f1875037d1d2a94
-SHA256 (CSS-Tiny-1.11.tar.gz) = 95f72b19243b68af13de32ebcab06d15d9e6f995bbae47578f145bf55d73832a
-SIZE (CSS-Tiny-1.11.tar.gz) = 26807
+MD5 (CSS-Tiny-1.14.tar.gz) = 778e4184dcac079b2eb0264c4748c335
+SHA256 (CSS-Tiny-1.14.tar.gz) = b8c6cd3b6f72052981bac8fb7a03da0409855c2d3ae97123cc3e8294b117261f
+SIZE (CSS-Tiny-1.14.tar.gz) = 25413
diff -ruN --exclude=CVS /usr/ports/textproc/p5-CSS-Tiny/pkg-plist /root/p5-CSS-Tiny/pkg-plist
--- /usr/ports/textproc/p5-CSS-Tiny/pkg-plist	Sun Jan 22 10:54:15 2006
+++ /root/p5-CSS-Tiny/pkg-plist	Tue Sep  5 10:47:53 2006
@@ -1,3 +1,4 @@
+@comment $FreeBSD$
 %%SITE_PERL%%/CSS/Tiny.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny
--- p5-CSS-Tiny-1.14.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?200609050256.k852uioi030348>