From culot@0xd0.org  Sun Aug 22 17:19:38 2010
Return-Path: <culot@0xd0.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 245D310656A8
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Aug 2010 17:19:38 +0000 (UTC)
	(envelope-from culot@0xd0.org)
Received: from 0xd0.org (0xd0.org [91.121.92.146])
	by mx1.freebsd.org (Postfix) with ESMTP id 879E58FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Aug 2010 17:19:37 +0000 (UTC)
Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254])
	by 0xd0.org (8.14.4/8.14.4) with ESMTP id o7MHJGb2003715
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Aug 2010 19:19:16 +0200 (CEST)
	(envelope-from culot@0xd0.org)
Received: (from culot@localhost)
	by 0xd0.org (8.14.4/8.14.4/Submit) id o7MHJGBb003714;
	Sun, 22 Aug 2010 19:19:16 +0200 (CEST)
	(envelope-from culot)
Message-Id: <201008221719.o7MHJGBb003714@0xd0.org>
Date: Sun, 22 Aug 2010 19:19:16 +0200 (CEST)
From: Frederic Culot <frederic@culot.org>
Reply-To: Frederic Culot <frederic@culot.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: devel/p5-Object-Simple
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         149883
>Category:       ports
>Synopsis:       Update port: devel/p5-Object-Simple
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    perl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 22 17:20:01 UTC 2010
>Closed-Date:    Mon Aug 23 23:18:37 UTC 2010
>Last-Modified:  Mon Aug 23 23:20:09 UTC 2010
>Originator:     Frederic Culot
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 0xd0.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
- update to 3.0611
- BUILD_DEPENDS and RUN_DEPENDS removed
(sole dependency was on p5-Scalar-List-Utils, which was removed by vendor with
version 3.0201)

Changes: http://search.cpan.org/dist/Object-Simple/Changes
>How-To-Repeat:
>Fix:
diff -ruN p5-Object-Simple.bak/Makefile p5-Object-Simple/Makefile
--- p5-Object-Simple.bak/Makefile	2010-08-22 19:02:42.017661974 +0200
+++ p5-Object-Simple/Makefile	2010-08-22 19:09:10.358216430 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Object-Simple
-PORTVERSION=	3.0608
+PORTVERSION=	3.0611
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +14,6 @@
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Simple class builder
 
-BUILD_DEPENDS=	p5-Scalar-List-Utils>=1.14:${PORTSDIR}/lang/p5-Scalar-List-Utils
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
 PERL_CONFIGURE=	YES
 MAN3=	Object::Simple.3
 
diff -ruN p5-Object-Simple.bak/distinfo p5-Object-Simple/distinfo
--- p5-Object-Simple.bak/distinfo	2010-08-22 19:02:42.017661974 +0200
+++ p5-Object-Simple/distinfo	2010-08-22 19:09:23.036398992 +0200
@@ -1,3 +1,3 @@
-MD5 (Object-Simple-3.0608.tar.gz) = 0dc050add10da21894ee6966ce996d3f
-SHA256 (Object-Simple-3.0608.tar.gz) = ec2fadbb1a60594691c9fdfbf80f74258d54527ab64d60ffabb7549aa96701ea
-SIZE (Object-Simple-3.0608.tar.gz) = 10971
+MD5 (Object-Simple-3.0611.tar.gz) = fd207db7e090ed129b472262929bd224
+SHA256 (Object-Simple-3.0611.tar.gz) = 6bd762cf3b853618a019cc7f3e6c43225393be429292ffdbff38084d3fcffc44
+SIZE (Object-Simple-3.0611.tar.gz) = 14130
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Aug 22 17:20:12 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149883 
State-Changed-From-To: open->closed 
State-Changed-By: sahil 
State-Changed-When: Mon Aug 23 23:18:36 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149883: commit references a PR
Date: Mon, 23 Aug 2010 23:18:19 +0000 (UTC)

 sahil       2010-08-23 23:17:41 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Object-Simple Makefile distinfo 
   Log:
   - Update to 3.0611
   - Remove unnecessary {BUILD,RUN}_DEPENDS
   
   PR:             ports/149883
   Submitted by:   Frederic Culot <frederic@culot.org>
   
   Revision  Changes    Path
   1.7       +1 -4      ports/devel/p5-Object-Simple/Makefile
   1.6       +3 -3      ports/devel/p5-Object-Simple/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"
 
>Unformatted:
