Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 19:48:25 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jdunn@aquezada.com
Subject:   ports/170750: [PATCH] net-im/ttytter: upgrade to 2.0.03
Message-ID:  <201208181748.q7IHmPu4050979@backoffice.colby.local>
Resent-Message-ID: <201208181750.q7IHo7Yw079415@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170750
>Category:       ports
>Synopsis:       [PATCH] net-im/ttytter: upgrade to 2.0.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 18 17:50:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD olgeni 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #3: Wed Aug  8 20:17:06 CEST
>Description:
- Upgrade port to version 2.0.03
- Switch to the new options framework

Port maintainer (jdunn@aquezada.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- ttytter-2.0.03.patch begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 302726)
+++ distinfo	(working copy)
@@ -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
Index: Makefile
===================================================================
--- Makefile	(revision 302726)
+++ Makefile	(working copy)
@@ -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 @@
 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
 
--- ttytter-2.0.03.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208181748.q7IHmPu4050979>