From owner-svn-ports-head@FreeBSD.ORG Thu Aug 23 12:56:26 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEA4D106566B; Thu, 23 Aug 2012 12:56:26 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AFCE38FC08; Thu, 23 Aug 2012 12:56:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7NCuQRk027683; Thu, 23 Aug 2012 12:56:26 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7NCuQWg027679; Thu, 23 Aug 2012 12:56:26 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201208231256.q7NCuQWg027679@svn.freebsd.org> From: Jimmy Olgeni Date: Thu, 23 Aug 2012 12:56:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303009 - head/net-im/ttytter X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2012 12:56:27 -0000 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 -.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