ports/166597: [PATCH] x11-toolkits/p5-Gtk2-Ex-Dialogs: fix DEPENDS
Steve Wills
swills at FreeBSD.org
Tue Apr 3 02:10:02 UTC 2012
>Number: 166597
>Category: ports
>Synopsis: [PATCH] x11-toolkits/p5-Gtk2-Ex-Dialogs: fix DEPENDS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Apr 03 02:10:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Steve Wills
>Release: FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #16 r233767: Sun Apr 1 22:47:32
>Description:
- Remove unnecessary DEPENDS
- Add missing DEPENDS
- Bump PORTREVISION
Normally I wouldn't simplify like this, but since p5-Gtk2-Ex-Utils is needed
and it pulls in everything else, it's fine. So you just need that and
p5-File-Type.
Port maintainer (pauls at utdallas.edu) is cc'd.
Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:
--- p5-Gtk2-Ex-Dialogs-0.11_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/p5-Gtk2-Ex-Dialogs/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile 28 Mar 2010 06:46:57 -0000 1.4
+++ Makefile 3 Apr 2012 02:06:38 -0000
@@ -7,7 +7,7 @@
PORTNAME= Gtk2-Ex-Dialogs
PORTVERSION= 0.11
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-toolkits perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,13 +15,9 @@
MAINTAINER= pauls at utdallas.edu
COMMENT= Useful tools for Gnome2/Gtk2 Perl GUI design
-BUILD_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \
- p5-ExtUtils-Depends>=0.3:${PORTSDIR}/devel/p5-ExtUtils-Depends \
- p5-ExtUtils-PkgConfig>=1.1:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
- p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
- ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo
-RUN_DEPENDS= p5-Glib2>=1.00:${PORTSDIR}/devel/p5-Glib2 \
- p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2
+BUILD_DEPENDS= p5-File-Type>=0:${PORTSDIR}/devel/p5-File-Type \
+ p5-Gtk2-Ex-Utils>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2-Ex-Utils
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Gtk2::Ex::Dialogs::Question.3 \
--- p5-Gtk2-Ex-Dialogs-0.11_4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list