Date: Thu, 23 Aug 2012 12:56:26 +0000 (UTC) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303009 - head/net-im/ttytter Message-ID: <201208231256.q7NCuQWg027679@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olgeni Date: Thu Aug 23 12:56:26 2012 New Revision: 303009 URL: http://svn.freebsd.org/changeset/ports/303009 Log: Upgrade to version 2.0.03 and switch to OptionsNG. PR: ports/170750 Submitted by: olgeni Approved by: maintainer Modified: head/net-im/ttytter/Makefile (contents, props changed) head/net-im/ttytter/distinfo (contents, props changed) Modified: head/net-im/ttytter/Makefile ============================================================================== --- head/net-im/ttytter/Makefile Thu Aug 23 12:35:33 2012 (r303008) +++ head/net-im/ttytter/Makefile Thu Aug 23 12:56:26 2012 (r303009) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ttytter -PORTVERSION= 2.0.02 +PORTVERSION= 2.0.03 CATEGORIES= net-im perl5 MASTER_SITES= http://www.floodgap.com/software/ttytter/dist2/ DISTNAME= ${PORTVERSION} @@ -20,18 +20,20 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ NO_BUILD= yes USE_PERL5_RUN= 5.8.6+ -OPTIONS= READLINE "Include rich readline support" on \ - RLTTYTTER "Use T::R::TTYtter readline driver (beta!)" off \ +OPTIONS_DEFINE= READLINE RLTTYTTER +OPTIONS_DEFAULT=READLINE +READLINE_DESC= Include rich readline support +RLTTYTTER_DESC= Use T::R::TTYtter readline driver (beta!) PLIST_FILES= bin/${PORTNAME} .include <bsd.port.options.mk> -.if !defined(WITHOUT_READLINE) +.if ${PORT_OPTIONS:MREADLINE} RUN_DEPENDS+= p5-ReadLine-Perl>=0:${PORTSDIR}/devel/p5-ReadLine-Perl .endif -.if defined(WITH_RLTTYTTER) +.if ${PORT_OPTIONS:MRLTTYTTER} RUN_DEPENDS+= p5-ReadLine-TTYtter>=1.3:${PORTSDIR}/devel/p5-ReadLine-TTYtter .endif Modified: head/net-im/ttytter/distinfo ============================================================================== --- head/net-im/ttytter/distinfo Thu Aug 23 12:35:33 2012 (r303008) +++ head/net-im/ttytter/distinfo Thu Aug 23 12:56:26 2012 (r303009) @@ -1,2 +1,2 @@ -SHA256 (2.0.02.txt) = 5020ac4834297c7ca35b2f14db1760ee1097e55552248d4cf00e7ee67246fb34 -SIZE (2.0.02.txt) = 218842 +SHA256 (2.0.03.txt) = 507213785591640b0e6056fc25604adb905c09a545ec376620813c476d10e194 +SIZE (2.0.03.txt) = 220092
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208231256.q7NCuQWg027679>