svn commit: r329347 - head/textproc/p5-Text-Aligner
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Oct 4 17:33:08 UTC 2013
Author: sunpoet
Date: Fri Oct 4 17:33:07 2013
New Revision: 329347
URL: http://svnweb.freebsd.org/changeset/ports/329347
Log:
- Update to 0.08
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Text-Aligner/Changes
Modified:
head/textproc/p5-Text-Aligner/Makefile (contents, props changed)
head/textproc/p5-Text-Aligner/distinfo (contents, props changed)
head/textproc/p5-Text-Aligner/pkg-plist (contents, props changed)
Modified: head/textproc/p5-Text-Aligner/Makefile
==============================================================================
--- head/textproc/p5-Text-Aligner/Makefile Fri Oct 4 17:20:18 2013 (r329346)
+++ head/textproc/p5-Text-Aligner/Makefile Fri Oct 4 17:33:07 2013 (r329347)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Text-Aligner
-PORTVERSION= 0.07
+PORTVERSION= 0.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,12 +10,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Align text in columns
-RUN_DEPENDS= p5-Term-ANSIColor>=2.01:${PORTSDIR}/devel/p5-Term-ANSIColor
+BUILD_DEPENDS= p5-Term-ANSIColor>=2.01:${PORTSDIR}/devel/p5-Term-ANSIColor
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Text::Aligner.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/textproc/p5-Text-Aligner/distinfo
==============================================================================
--- head/textproc/p5-Text-Aligner/distinfo Fri Oct 4 17:20:18 2013 (r329346)
+++ head/textproc/p5-Text-Aligner/distinfo Fri Oct 4 17:33:07 2013 (r329347)
@@ -1,2 +1,2 @@
-SHA256 (Text-Aligner-0.07.tar.gz) = 33e6a45a6dcdd7f799f788f45c335979c0455eb751baae49d6be561bd741ebee
-SIZE (Text-Aligner-0.07.tar.gz) = 15853
+SHA256 (Text-Aligner-0.08.tar.gz) = 030e3d63cd991b6ab770d03663d189985c5b4f4ed62e35676eded6b89bf5f633
+SIZE (Text-Aligner-0.08.tar.gz) = 16585
Modified: head/textproc/p5-Text-Aligner/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Aligner/pkg-plist Fri Oct 4 17:20:18 2013 (r329346)
+++ head/textproc/p5-Text-Aligner/pkg-plist Fri Oct 4 17:33:07 2013 (r329347)
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Text/Aligner.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aligner/.packlist
+%%PERL5_MAN3%%/Text::Aligner.3.gz
@dirrmtry %%SITE_PERL%%/Text
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aligner
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
More information about the svn-ports-all
mailing list