Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2007 08:15:46 +0200 (EET)
From:      "ports@c0decafe.net" <ports@c0decafe.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108824: [MAINTAINER] x11-toolkits/p5-Glade2: fix & update to 1.006
Message-ID:  <200702060615.l166FkwY074295@atlantis.local>
Resent-Message-ID: <200702060640.l166ePDI018676@freefall.freebsd.org>

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

>Number:         108824
>Category:       ports
>Synopsis:       [MAINTAINER] x11-toolkits/p5-Glade2: fix & update to 1.006
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 06 06:40:23 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     ports@c0decafe.net
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD atlantis.local 6.2-STABLE FreeBSD 6.2-STABLE #0: Sat Jan 20 02:34:18 EET 2007
>Description:
- fix dependency (hacky)
- Update to 1.006

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

--- p5-Glade2-1.006.patch begins here ---
Index: Makefile
===================================================================
RCS file: /data/FreeBSD/repository/ports/x11-toolkits/p5-Glade2/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	20 Jan 2007 01:42:56 -0000	1.25
+++ Makefile	6 Feb 2007 02:08:16 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Glade
-PORTVERSION=	1.005
-PORTREVISION=	1
+PORTVERSION=	1.006
 CATEGORIES=	x11-toolkits gnome perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/T/TS/TSCH/
@@ -18,12 +17,11 @@
 MAINTAINER=	ports@c0decafe.net
 COMMENT=	Gtk2-Perl bindings to libglade2
 
-BUILD_DEPENDS=${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
-		${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
+EXTRACT_DEPENDS=${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends
+BUILD_DEPENDS=	${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
+		${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
 		${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
-RUN_DEPENDS+=${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2
-
-BROKEN=		Missing dependency
+RUN_DEPENDS+=	${BUILD_DEPENDS}
 
 USE_GNOME=	libglade2
 PERL_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /data/FreeBSD/repository/ports/x11-toolkits/p5-Glade2/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	24 Jan 2006 03:16:43 -0000	1.10
+++ distinfo	6 Feb 2007 01:45:19 -0000
@@ -1,3 +1,3 @@
-MD5 (Gtk2-GladeXML-1.005.tar.gz) = 097ab67c4f0025b74e721ae835a2d554
-SHA256 (Gtk2-GladeXML-1.005.tar.gz) = 04ae3ecb549e9ed50b5753301b89a4d8f5255b69dc212b9a3d9794772a429e7a
-SIZE (Gtk2-GladeXML-1.005.tar.gz) = 35459
+MD5 (Gtk2-GladeXML-1.006.tar.gz) = a321fa6ec7b883fc002a371bdaa99d76
+SHA256 (Gtk2-GladeXML-1.006.tar.gz) = 684537d39cfafdd834ae55c347b776de229cb922f8c98b2a3440db411d2d2eaf
+SIZE (Gtk2-GladeXML-1.006.tar.gz) = 38365
--- p5-Glade2-1.006.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?200702060615.l166FkwY074295>