From pgollucci@frieza.p6m7g8.net  Thu Jun 18 23:20:22 2009
Return-Path: <pgollucci@frieza.p6m7g8.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 88AA51065678
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jun 2009 23:20:22 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (static-76-161-175-34.dsl.cavtel.net [76.161.175.34])
	by mx1.freebsd.org (Postfix) with ESMTP id 4AC6F8FC22
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jun 2009 23:20:22 +0000 (UTC)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: from frieza.p6m7g8.net (localhost [127.0.0.1])
	by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n5INKDfa008939;
	Thu, 18 Jun 2009 19:20:13 -0400 (EDT)
	(envelope-from pgollucci@frieza.p6m7g8.net)
Received: (from pgollucci@localhost)
	by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n5INKDsp008938;
	Thu, 18 Jun 2009 19:20:13 -0400 (EDT)
	(envelope-from pgollucci)
Message-Id: <200906182320.n5INKDsp008938@frieza.p6m7g8.net>
Date: Thu, 18 Jun 2009 19:20:13 -0400 (EDT)
From: "Philip M. Gollucci" <pgollucci@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: snowfly@yuntech.edu.tw
Subject: [PATCH] comms/p5-SMS-Send-DeviceGsm: update to 1.06
X-Send-Pr-Version: 3.113
X-GNATS-Notify: snowfly@yuntech.edu.tw

>Number:         135721
>Category:       ports
>Synopsis:       [PATCH] comms/p5-SMS-Send-DeviceGsm: update to 1.06
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgollucci
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 18 23:30:06 UTC 2009
>Closed-Date:    Sun Jun 21 19:21:50 UTC 2009
>Last-Modified:  Sun Jun 21 19:21:50 UTC 2009
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu Jun  4 00:22:57 EDT
>Description:
- Update to 1.06

Port maintainer (snowfly@yuntech.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-SMS-Send-DeviceGsm-1.06.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/p5-SMS-Send-DeviceGsm/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile	28 Sep 2008 14:32:38 -0000	1.5
+++ Makefile	18 Jun 2009 03:42:24 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	SMS-Send-DeviceGsm
-PORTVERSION=	1.04
+PORTVERSION=	1.06
 CATEGORIES=	comms perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,10 +14,9 @@
 MAINTAINER=	snowfly@yuntech.edu.tw
 COMMENT=	An SMS::Send driver for Device::Gsm
 
-RUN_DEPENDS=	p5-SMS-Send>=0.04:${PORTSDIR}/comms/p5-SMS-Send \
-		p5-Device-Gsm>=1.45:${PORTSDIR}/comms/p5-Device-Gsm
 BUILD_DEPENDS=	p5-SMS-Send>=0.04:${PORTSDIR}/comms/p5-SMS-Send \
 		p5-Device-Gsm>=1.45:${PORTSDIR}/comms/p5-Device-Gsm
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	5.6.1+
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/comms/p5-SMS-Send-DeviceGsm/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	28 Sep 2008 14:32:38 -0000	1.4
+++ distinfo	18 Jun 2009 03:42:34 -0000
@@ -1,3 +1,3 @@
-MD5 (SMS-Send-DeviceGsm-1.04.tar.gz) = 2ee64add8cd9266ee97c4098543112d8
-SHA256 (SMS-Send-DeviceGsm-1.04.tar.gz) = 86649e47680975b0e1a6bd5d960f43a719722361f73855994024252eb26722f8
-SIZE (SMS-Send-DeviceGsm-1.04.tar.gz) = 20510
+MD5 (SMS-Send-DeviceGsm-1.06.tar.gz) = e5790cab04df0f91c226044c71cdec48
+SHA256 (SMS-Send-DeviceGsm-1.06.tar.gz) = e281a45d5a0c8edcd9948384199269d7094a48b7dad27514030558bf1f4e8a19
+SIZE (SMS-Send-DeviceGsm-1.06.tar.gz) = 23110
--- p5-SMS-Send-DeviceGsm-1.06.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Edwin Groothuis <edwin@FreeBSD.org>
To: snowfly@yuntech.edu.tw
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/135721: [PATCH] comms/p5-SMS-Send-DeviceGsm: update to 1.06
Date: Thu, 18 Jun 2009 23:30:29 UT

 Maintainer of comms/p5-SMS-Send-DeviceGsm,
 
 Please note that PR ports/135721 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/135721
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Fri Jun 19 13:59:05 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135721 
Responsible-Changed-From-To: amdmi3->pgollucci 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Fri Jun 19 14:00:23 UTC 2009 
Responsible-Changed-Why:  
Oops, reassign to submitter 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135721 
State-Changed-From-To: open->feedback 
State-Changed-By: pgollucci 
State-Changed-When: Fri Jun 19 16:53:58 UTC 2009 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135721 
State-Changed-From-To: feedback->open 
State-Changed-By: pgollucci 
State-Changed-When: Sun Jun 21 18:50:57 UTC 2009 
State-Changed-Why:  
Maintainer has approved. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135721: commit references a PR
Date: Sun, 21 Jun 2009 19:17:56 +0000 (UTC)

 pgollucci    2009-06-21 19:17:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     comms/p5-SMS-Send-DeviceGsm Makefile distinfo 
   Log:
   - Update to 1.06
   
   PR:             ports/135721
   Approved by:    maintainer
   Submitted by:   myself (pgollucci@)
   
   Revision  Changes    Path
   1.6       +2 -3      ports/comms/p5-SMS-Send-DeviceGsm/Makefile
   1.5       +3 -3      ports/comms/p5-SMS-Send-DeviceGsm/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: pgollucci 
State-Changed-When: Sun Jun 21 19:21:49 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135721 
>Unformatted:
