From g.olgeni@colby.it  Sat Aug 18 17:48:36 2012
Return-Path: <g.olgeni@colby.it>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D52A2106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Aug 2012 17:48:36 +0000 (UTC)
	(envelope-from g.olgeni@colby.it)
Received: from mail.colby.tv (93-62-141-58.ip22.fastwebnet.it [93.62.141.58])
	by mx1.freebsd.org (Postfix) with ESMTP id 3C3108FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Aug 2012 17:48:34 +0000 (UTC)
Received: from server.colby.local (localhost [127.0.0.1])
	by server.colby.local (8.14.5/8.14.5) with ESMTP id q7IHmPXd052592;
	Sat, 18 Aug 2012 19:48:25 +0200 (CEST)
	(envelope-from g.olgeni@colby.it)
Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local)
	with IPv4:25 by server.colby.local; 18 Aug 2012 19:48:25 +0200
Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675);
	 Sat, 18 Aug 2012 19:48:25 +0200
Received: from backoffice.colby.local (localhost [127.0.0.1])
	by backoffice.colby.local (8.14.5/8.14.5) with ESMTP id q7IHmPEG050980;
	Sat, 18 Aug 2012 19:48:25 +0200 (CEST)
	(envelope-from olgeni@backoffice.colby.local)
Received: (from olgeni@localhost)
	by backoffice.colby.local (8.14.5/8.14.5/Submit) id q7IHmPu4050979;
	Sat, 18 Aug 2012 19:48:25 +0200 (CEST)
	(envelope-from olgeni)
Message-Id: <201208181748.q7IHmPu4050979@backoffice.colby.local>
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: [PATCH] net-im/ttytter: upgrade to 2.0.03
X-Send-Pr-Version: 3.113
X-GNATS-Notify: jdunn@aquezada.com

>Number:         170750
>Category:       ports
>Synopsis:       [PATCH] net-im/ttytter: upgrade to 2.0.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    olgeni
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 18 17:50:07 UTC 2012
>Closed-Date:    Thu Aug 23 12:56:53 UTC 2012
>Last-Modified:  Thu Aug 23 13:00:08 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->olgeni 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 18 17:50:17 UTC 2012 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170750 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 18 17:50:21 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170750 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jdunn@aquezada.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/170750: [PATCH] net-im/ttytter: upgrade to 2.0.03
Date: Sat, 18 Aug 2012 17:50:19 UT

 Maintainer of net-im/ttytter,
 
 Please note that PR ports/170750 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170750
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: "Julian C. Dunn" <jdunn@aquezada.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170750: [PATCH] net-im/ttytter: upgrade to 2.0.03
Date: Wed, 22 Aug 2012 23:59:27 -0400

 It looks okay to me.
 
 - Julian
 
 On Aug 18, 2012, at 1:50 PM, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of net-im/ttytter,
 > 
 > Please note that PR ports/170750 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170750
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 
State-Changed-From-To: feedback->closed 
State-Changed-By: olgeni 
State-Changed-When: Thu Aug 23 12:56:37 UTC 2012 
State-Changed-Why:  
Patch committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170750 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/170750: commit references a PR
Date: Thu, 23 Aug 2012 12:56:40 +0000 (UTC)

 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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
