diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-02-14 13:26:12 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-02-14 13:26:12 +0000 |
commit | 442e52b6ba5362ee0c0ce3f1f64b659aa7878f3c (patch) | |
tree | 2a7005d8346dbb150689ec121d7006320cc98d03 /net-im | |
parent | 2d32a748349b728c99d9d1fde73d5e56b9e4cfd5 (diff) |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ttytter/Makefile | 6 | ||||
-rw-r--r-- | net-im/ttytter/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-im/ttytter/Makefile b/net-im/ttytter/Makefile index 9cebd19faf10..7daefc8f0eac 100644 --- a/net-im/ttytter/Makefile +++ b/net-im/ttytter/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ttytter -PORTVERSION= 1.2.04 +PORTVERSION= 1.2.05 CATEGORIES= net-im perl5 MASTER_SITES= http://www.floodgap.com/software/ttytter/dist1/ DISTNAME= ${PORTVERSION} @@ -18,7 +18,7 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate NO_BUILD= yes -USE_PERL5_RUN= yes +USE_PERL5_RUN= 5.8.6+ OPTIONS= READLINE "Include rich readline support" on \ RLTTYTTER "Use T::R::TTYtter readline driver (beta!)" off \ @@ -32,7 +32,7 @@ RUN_DEPENDS+= p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl .endif .if defined(WITH_RLTTYTTER) -RUN_DEPENDS+= p5-ReadLine-TTYtter>=0:${PORTSDIR}/devel/p5-ReadLine-TTYtter +RUN_DEPENDS+= p5-ReadLine-TTYtter>=1.3:${PORTSDIR}/devel/p5-ReadLine-TTYtter .endif do-extract: diff --git a/net-im/ttytter/distinfo b/net-im/ttytter/distinfo index 217469bafae1..c788dd61857f 100644 --- a/net-im/ttytter/distinfo +++ b/net-im/ttytter/distinfo @@ -1,2 +1,2 @@ -SHA256 (1.2.04.txt) = 2a79f3ccb620341359cfd4458d633afcb67afe67886c675a8ceb853253c69b66 -SIZE (1.2.04.txt) = 198984 +SHA256 (1.2.05.txt) = 580144a32f88901d80a708b1664638d163c4595ff66eaeb0fd895d08988be632 +SIZE (1.2.05.txt) = 199243 |