diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-10-09 15:08:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-10-09 15:08:56 +0000 |
commit | 3b5716adf75ae16ae7ccbd553532a6519eb8901f (patch) | |
tree | 6e5d30af3c64754c14721ddb041803318d4ef972 /textproc | |
parent | ed1ca5262e157744689bc05e2b402a84e6f6bad0 (diff) | |
download | ports-3b5716adf75ae16ae7ccbd553532a6519eb8901f.tar.gz ports-3b5716adf75ae16ae7ccbd553532a6519eb8901f.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Patch/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Patch/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/textproc/p5-Text-Patch/Makefile b/textproc/p5-Text-Patch/Makefile index 5972a60bbb09..387be9be449e 100644 --- a/textproc/p5-Text-Patch/Makefile +++ b/textproc/p5-Text-Patch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Patch -PORTVERSION= 1.4 +PORTVERSION= 1.8 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to patch text with given patch +RUN_DEPENDS= p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= Text::Patch.3 diff --git a/textproc/p5-Text-Patch/distinfo b/textproc/p5-Text-Patch/distinfo index 4fc86e4d26a8..be460376c09a 100644 --- a/textproc/p5-Text-Patch/distinfo +++ b/textproc/p5-Text-Patch/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Patch-1.4.tar.gz) = df9d160e5f32bfbcc240edccc4e46a88 -SHA256 (Text-Patch-1.4.tar.gz) = 4d01926fdb5847779a62aaccd064c16c81027f8433a2dc9063873bf5cc4fd149 -SIZE (Text-Patch-1.4.tar.gz) = 13243 +MD5 (Text-Patch-1.8.tar.gz) = ad5e453d5ba3b48afd8163114d0fee1c +SHA256 (Text-Patch-1.8.tar.gz) = eaf18e61ba6a3e143846a7cc66f08ce58a0c4fbda92acb31aede25cb3b5c3dcc +SIZE (Text-Patch-1.8.tar.gz) = 12652 |