Date: Tue, 15 Nov 2005 10:26:56 +0100 (CET) From: hansjoerg.pehofer@uibk.ac.at To: FreeBSD-gnats-submit@FreeBSD.org Cc: hansjoerg.pehofer@uibk.ac.at Subject: ports/89055: [PATCH] textproc/p5-CSS-Tiny: update to 1.11 Message-ID: <200511150926.jAF9QucR096484@c102-uwwv2.uibk.ac.at> Resent-Message-ID: <200511150930.jAF9UFRE090737@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89055 >Category: ports >Synopsis: [PATCH] textproc/p5-CSS-Tiny: update to 1.11 >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 Nov 15 09:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 5.3-RELEASE-p19 i386 >Organization: >Environment: System: FreeBSD c102-uwwv2.uibk.ac.at 5.3-RELEASE-p19 FreeBSD 5.3-RELEASE-p19 #1: Thu Jul 21 09:40:35 CEST 2005 >Description: - Update to 1.11 Port maintainer (hansjoerg.pehofer@uibk.ac.at) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: files/500503-lib::CSS::Tiny.pm and files/ itself can be removed. --- p5-CSS-Tiny-1.11.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-CSS-Tiny/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 11 Jun 2005 16:13:02 -0000 1.7 +++ Makefile 15 Nov 2005 09:21:40 -0000 @@ -6,8 +6,7 @@ # PORTNAME= CSS-Tiny -PORTVERSION= 1.08 -PORTREVISION= 1 +PORTVERSION= 1.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CSS @@ -16,7 +15,8 @@ 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 +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} PERL_CONFIGURE= yes @@ -24,16 +24,9 @@ .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} <= 500503 -EXTRA_PATCHES= ${PATCHDIR}/500503-lib::CSS::Tiny.pm -.endif - 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} <= 500503 - @${RM} ${WRKSRC}/lib/CSS/Tiny.pm.orig -.endif .include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-CSS-Tiny/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2 Apr 2005 10:41:56 -0000 1.4 +++ distinfo 15 Nov 2005 09:21:40 -0000 @@ -1,4 +1,2 @@ -MD5 (CSS-Tiny-1.08.tar.gz) = 0c045bfa699583267cf1321353d3b656 -SIZE (CSS-Tiny-1.08.tar.gz) = 21610 -MD5 (ExtUtils-AutoInstall-0.59.tar.gz) = 1dbcfe20069d125f5d2a0a351c2e9a57 -SIZE (ExtUtils-AutoInstall-0.59.tar.gz) = 25859 +MD5 (CSS-Tiny-1.11.tar.gz) = 66fac70597a4e6628f1875037d1d2a94 +SIZE (CSS-Tiny-1.11.tar.gz) = 26807 --- p5-CSS-Tiny-1.11.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?200511150926.jAF9QucR096484>