diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-11-04 13:26:38 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-11-04 13:26:38 +0800 |
commit | 1f796da09358138e99d9bd7aab9dec457bbc473b (patch) | |
tree | 2ba65ca101d6360884db91234b701d073f08962e /net-im/ttytter | |
parent | c923ea00b2aaa2a52583f3682a0ff030d9d8ac0b (diff) | |
download | freebsd-ports-gnome-1f796da09358138e99d9bd7aab9dec457bbc473b.tar.gz freebsd-ports-gnome-1f796da09358138e99d9bd7aab9dec457bbc473b.tar.zst freebsd-ports-gnome-1f796da09358138e99d9bd7aab9dec457bbc473b.zip |
- Update to 1.1.6
PR: 151568
Submitted by: Julian Dunn <jdunn@aquezada.com> (maintainer)
Diffstat (limited to 'net-im/ttytter')
-rw-r--r-- | net-im/ttytter/Makefile | 11 | ||||
-rw-r--r-- | net-im/ttytter/distinfo | 6 |
2 files changed, 11 insertions, 6 deletions
diff --git a/net-im/ttytter/Makefile b/net-im/ttytter/Makefile index e2fc083d6ba1..6e56017f6394 100644 --- a/net-im/ttytter/Makefile +++ b/net-im/ttytter/Makefile @@ -5,10 +5,10 @@ # $FreeBSD$ PORTNAME= ttytter -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= net-im MASTER_SITES= http://www.floodgap.com/software/ttytter/dist1/ -DISTFILES= 1.1.05.txt +DISTFILES= 1.1.06.txt EXTRACT_ONLY= MAINTAINER= jdunn@aquezada.com @@ -20,7 +20,8 @@ RUN_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ NO_BUILD= yes USE_PERL5_RUN= yes -OPTIONS= READLINE "Include rich readline support" on +OPTIONS= READLINE "Include rich readline support" on \ + RLTTYTTER "Use T::R::TTYtter readline driver (beta!)" off \ PLIST_FILES= bin/${PORTNAME} @@ -30,6 +31,10 @@ PLIST_FILES= bin/${PORTNAME} RUN_DEPENDS+= ${SITE_PERL}/Term/ReadLine/Perl.pm:${PORTSDIR}/devel/p5-ReadLine-Perl .endif +.if defined(WITH_RLTTYTTER) +RUN_DEPENDS+= ${SITE_PERL}/Term/ReadLine/TTYtter.pm:${PORTSDIR}/devel/p5-ReadLine-TTYtter +.endif + do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.txt diff --git a/net-im/ttytter/distinfo b/net-im/ttytter/distinfo index f392587d1f64..72ae70e207ca 100644 --- a/net-im/ttytter/distinfo +++ b/net-im/ttytter/distinfo @@ -1,3 +1,3 @@ -MD5 (1.1.05.txt) = 354aa87ed02105b800a8dcb9e658f8dd -SHA256 (1.1.05.txt) = 07882c8ddb4241e3fe6e93f7c561ae48c7fe6bd0089aa56a12e19c916859b5ea -SIZE (1.1.05.txt) = 138521 +MD5 (1.1.06.txt) = cfb9a2b9334c194ace2d695bf01a3025 +SHA256 (1.1.06.txt) = 5acb9eda329fa11d7a41bed9d0e0574d6b532dc99e23d7c8c371a117e4547b8a +SIZE (1.1.06.txt) = 147442 |