diff options
author | lth <lth@FreeBSD.org> | 2013-08-31 19:38:34 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2013-08-31 19:38:34 +0800 |
commit | c1eda11e45bc07f9115e14b25ed47600c05aa297 (patch) | |
tree | c935196a8883cf28a4f33823f22781eed908e862 /textproc | |
parent | b9577fd9863fe2291049a6016dc18c3a5425dd6e (diff) | |
download | freebsd-ports-gnome-c1eda11e45bc07f9115e14b25ed47600c05aa297.tar.gz freebsd-ports-gnome-c1eda11e45bc07f9115e14b25ed47600c05aa297.tar.zst freebsd-ports-gnome-c1eda11e45bc07f9115e14b25ed47600c05aa297.zip |
- 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
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-Text-RecordParser/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index cfa8198ad873..d26d48c2b680 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -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@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 diff --git a/textproc/p5-Text-RecordParser/distinfo b/textproc/p5-Text-RecordParser/distinfo index e274fe5d64e1..bdfa988e47dd 100644 --- a/textproc/p5-Text-RecordParser/distinfo +++ b/textproc/p5-Text-RecordParser/distinfo @@ -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 |