svn commit: r303009 - head/net-im/ttytter

Jimmy Olgeni olgeni at FreeBSD.org
Thu Aug 23 12:56:27 UTC 2012


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



More information about the svn-ports-all mailing list