[138718] trunk/dports/devel/gnome-bindings-perl5/Portfile

devans at macports.org devans at macports.org
Thu Jul 16 20:17:35 PDT 2015


Revision: 138718
          https://trac.macports.org/changeset/138718
Author:   devans at macports.org
Date:     2015-07-16 20:17:35 -0700 (Thu, 16 Jul 2015)
Log Message:
-----------
gnome-bindings-perl5: configure to use perl 5.22, increment revision (#48365).

Modified Paths:
--------------
    trunk/dports/devel/gnome-bindings-perl5/Portfile

Modified: trunk/dports/devel/gnome-bindings-perl5/Portfile
===================================================================
--- trunk/dports/devel/gnome-bindings-perl5/Portfile	2015-07-17 02:53:22 UTC (rev 138717)
+++ trunk/dports/devel/gnome-bindings-perl5/Portfile	2015-07-17 03:17:35 UTC (rev 138718)
@@ -5,7 +5,7 @@
 
 name            gnome-bindings-perl5
 version         2.32.1
-revision        1
+revision        2
 categories      devel gnome
 maintainers     nomaintainer
 platforms       darwin
@@ -20,15 +20,20 @@
 
 homepage        http://www.gnome.org/
 
-depends_lib     port:p5.16-glib    \
-                port:p5.16-gnome2-canvas    \
-                port:p5.16-gnome2-gconf    \
-                port:p5.16-gnome2-vfs    \
-                port:p5.16-gnome2    \
-                port:p5.16-gtk2-gladexml \
-                port:p5.16-gtk2    \
-                port:p5.16-pango
+# set 'pbranch' to desired perl version
+# now using 5.22 (#48365)
 
+set pbranch     5.22
+
+depends_lib     port:p${pbranch}-glib    \
+                port:p${pbranch}-gnome2-canvas    \
+                port:p${pbranch}-gnome2-gconf    \
+                port:p${pbranch}-gnome2-vfs    \
+                port:p${pbranch}-gnome2    \
+                port:p${pbranch}-gtk2-gladexml \
+                port:p${pbranch}-gtk2    \
+                port:p${pbranch}-pango
+
 distfiles
 
 use_configure   no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150716/d847137c/attachment.html>


More information about the macports-changes mailing list