diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-07-30 03:23:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-07-30 03:23:52 +0800 |
commit | 4b5c18ac71fe4c05a03bf5ac3772f82a7a5e355d (patch) | |
tree | 72623293416e61b0d30cf5928f31322a83a59a75 /textproc | |
parent | 65782a9c9a7ca85f871fd3522d03a104f10fc136 (diff) | |
download | freebsd-ports-gnome-4b5c18ac71fe4c05a03bf5ac3772f82a7a5e355d.tar.gz freebsd-ports-gnome-4b5c18ac71fe4c05a03bf5ac3772f82a7a5e355d.tar.zst freebsd-ports-gnome-4b5c18ac71fe4c05a03bf5ac3772f82a7a5e355d.zip |
Update to 2.10
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Text-Quoted
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Quoted/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Text-Quoted/distinfo | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/textproc/p5-Text-Quoted/Makefile b/textproc/p5-Text-Quoted/Makefile index 465330ea50f6..1b301c407233 100644 --- a/textproc/p5-Text-Quoted/Makefile +++ b/textproc/p5-Text-Quoted/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-Quoted -PORTVERSION= 2.09 +PORTVERSION= 2.10 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +13,10 @@ COMMENT= Text::Quoted - Extract the structure of a quoted mail message LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Text-Autoformat>=0:textproc/p5-Text-Autoformat -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Text-Autoformat>=0:textproc/p5-Text-Autoformat +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/textproc/p5-Text-Quoted/distinfo b/textproc/p5-Text-Quoted/distinfo index 3e25fbf271ee..ced911cdb9ac 100644 --- a/textproc/p5-Text-Quoted/distinfo +++ b/textproc/p5-Text-Quoted/distinfo @@ -1,2 +1,3 @@ -SHA256 (Text-Quoted-2.09.tar.gz) = 446c3e8da7e65f7988cd36e9da1159614eb0b337d6c4c0dec8f6df7673b96c5f -SIZE (Text-Quoted-2.09.tar.gz) = 27978 +TIMESTAMP = 1532803601 +SHA256 (Text-Quoted-2.10.tar.gz) = 081bf95ec9220af26cec89161e61bf73f9fbcbfeee1d9af15139e5d7b708f445 +SIZE (Text-Quoted-2.10.tar.gz) = 26498 |