Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Dec 2010 12:16:05 GMT
From:      "Mikhail T." <michael@fun-box.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153305: [PATCH] update devel/p5-Sub-Name to the recent version
Message-ID:  <201012201216.oBKCG5tC066522@red.freebsd.org>
Resent-Message-ID: <201012201220.oBKCKCkQ005676@freefall.freebsd.org>

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

>Number:         153305
>Category:       ports
>Synopsis:       [PATCH] update devel/p5-Sub-Name  to the recent version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 20 12:20:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        8.2-PRE
>Organization:
FunBox
>Environment:
FreeBSD f4.fun-box.ru 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0 r216427: Tue Dec 14 15:19:59 MSK 2010     root@f4.fun-box.ru:/usr/obj/usr/src/sys/CUSTOM  amd64

>Description:
ports devel/p5-Sub-Name has version number 0.04, but recent /devel/p5-Class-Accessor-Grouped requires 0.05
===>   p5-Class-Accessor-Grouped-0.10000 depends on package: p5-Sub-Name>=0.05 - not found
===>   Found p5-Sub-Name-0.04, but you need to upgrade to p5-Sub-Name>=0.05.
*** Error code 1
so build fails
>How-To-Repeat:
cd /usr/ports/devel/p5-Class-Accessor-Grouped && make install clean
>Fix:
is very simple:
diff -uNr p5-Sub-Name.orig/Makefile p5-Sub-Name/Makefile
--- p5-Sub-Name.orig/Makefile	2010-12-20 15:12:11.000000000 +0300
+++ p5-Sub-Name/Makefile	2010-12-20 15:12:27.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Sub-Name
-PORTVERSION=	0.04
+PORTVERSION=	0.05
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff -uNr p5-Sub-Name.orig/distinfo p5-Sub-Name/distinfo
--- p5-Sub-Name.orig/distinfo	2010-12-20 15:12:11.000000000 +0300
+++ p5-Sub-Name/distinfo	2010-12-20 15:12:34.000000000 +0300
@@ -1,3 +1,2 @@
-MD5 (Sub-Name-0.04.tar.gz) = bde2bacba0c701f249135ada3c6cf699
-SHA256 (Sub-Name-0.04.tar.gz) = 0b2e43a2bf24c3c57ff9f1945ef1c6ce0b8ecdfa74dcab7cac374ff114b091da
-SIZE (Sub-Name-0.04.tar.gz) = 3010
+SHA256 (Sub-Name-0.05.tar.gz) = c9d1b805ea1f8e35fdde319468d6378dc1f1123cd8f2b22788238ba842713af1
+SIZE (Sub-Name-0.05.tar.gz) = 3463

>Release-Note:
>Audit-Trail:
>Unformatted:



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