[138707] trunk/dports/gnome/gnumeric

devans at macports.org devans at macports.org
Thu Jul 16 15:58:56 PDT 2015


Revision: 138707
          https://trac.macports.org/changeset/138707
Author:   devans at macports.org
Date:     2015-07-16 15:58:56 -0700 (Thu, 16 Jul 2015)
Log Message:
-----------
gnumeric: configure to use perl 5.22, increment revision (#48365).

Modified Paths:
--------------
    trunk/dports/gnome/gnumeric/Portfile

Property Changed:
----------------
    trunk/dports/gnome/gnumeric/


Property changes on: trunk/dports/gnome/gnumeric
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/gnumeric:126043-135321
   + /users/devans/GNOME-3/stable/dports/gnome/gnumeric:126043-138706

Modified: trunk/dports/gnome/gnumeric/Portfile
===================================================================
--- trunk/dports/gnome/gnumeric/Portfile	2015-07-16 22:56:04 UTC (rev 138706)
+++ trunk/dports/gnome/gnumeric/Portfile	2015-07-16 22:58:56 UTC (rev 138707)
@@ -7,7 +7,7 @@
 
 name                gnumeric
 version             1.12.22
-revision            1
+revision            2
 set branch          [join [lrange [split ${version} .] 0 1] .]
 
 license             GPL-2+
@@ -30,6 +30,10 @@
 checksums           rmd160  ad8e2fd15c287a6fb153187d3d2012c1f8d88d45 \
                     sha256  3908cfd6520b599eefefe222aadeaa5126394b54d9a9a7f5e0f938eb674dcf47
 
+# set pbranch to desired perl version
+# currently 5.22 (#48365)
+set pbranch         5.22
+
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:gnome-doc-utils \
@@ -45,7 +49,7 @@
                     port:goffice \
                     port:psiconv \
                     port:pxlib \
-                    port:perl5.16
+                    port:perl${pbranch}
 
 # rarian is needed for scrollkeeper-update.
 
@@ -63,7 +67,7 @@
 
 configure.cmd       ./autogen.sh
 
-configure.perl      ${prefix}/bin/perl5.16
+configure.perl      ${prefix}/bin/perl${pbranch}
 
 configure.args      --disable-silent-rules \
                     --disable-schemas-compile \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150716/3d265804/attachment.html>


More information about the macports-changes mailing list