svn commit: r325795 - head/textproc/p5-Text-RecordParser
Lars Thegler
lth at FreeBSD.org
Sat Aug 31 11:38:35 UTC 2013
Author: lth
Date: Sat Aug 31 11:38:34 2013
New Revision: 325795
URL: http://svnweb.freebsd.org/changeset/ports/325795
Log:
- Update to 1.6.3
Changelog:
1.6.3 August 9 2012
- Fixed bug in "Build.PL" regarding "podselect," updated Build.PL reqs
1.6.2 August 9 2012
- Made output of "tablify -v" prettier using Text::Autoformat
Modified:
head/textproc/p5-Text-RecordParser/Makefile
head/textproc/p5-Text-RecordParser/distinfo
Modified: head/textproc/p5-Text-RecordParser/Makefile
==============================================================================
--- head/textproc/p5-Text-RecordParser/Makefile Sat Aug 31 11:31:30 2013 (r325794)
+++ head/textproc/p5-Text-RecordParser/Makefile Sat Aug 31 11:38:34 2013 (r325795)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Text-RecordParser
-PORTVERSION= 1.6.1
+PORTVERSION= 1.6.3
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,11 +10,14 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= lth at FreeBSD.org
COMMENT= Read record-oriented files
-BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
- p5-Text-TabularDisplay>=0:${PORTSDIR}/textproc/p5-Text-TabularDisplay \
- p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
- p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
+BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
+ p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
+ p5-Pod-Markdown>=0:${PORTSDIR}/textproc/p5-Pod-Markdown \
+ p5-Pod-Readme>=0:${PORTSDIR}/textproc/p5-Pod-Readme \
+ p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \
+ p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat \
+ p5-Text-TabularDisplay>=0:${PORTSDIR}/textproc/p5-Text-TabularDisplay \
p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
Modified: head/textproc/p5-Text-RecordParser/distinfo
==============================================================================
--- head/textproc/p5-Text-RecordParser/distinfo Sat Aug 31 11:31:30 2013 (r325794)
+++ head/textproc/p5-Text-RecordParser/distinfo Sat Aug 31 11:38:34 2013 (r325795)
@@ -1,2 +1,2 @@
-SHA256 (Text-RecordParser-v1.6.1.tar.gz) = 821d8445d89910ad5a1bba1af668a4dd18025e42d7469e23b906016f1ebfc541
-SIZE (Text-RecordParser-v1.6.1.tar.gz) = 73631
+SHA256 (Text-RecordParser-v1.6.3.tar.gz) = d083b45dfc19e9ddc108b26e194654f5fcdd1645e812836ce036024881c91f9c
+SIZE (Text-RecordParser-v1.6.3.tar.gz) = 73866
More information about the svn-ports-head
mailing list