[143437] trunk/dports/gnome/xchat-gnome/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 10:56:22 PST 2015


Revision: 143437
          https://trac.macports.org/changeset/143437
Author:   mojca at macports.org
Date:     2015-12-12 08:20:05 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
xchat-gnome: switch to perl5.22, checksums (#48365)

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

Modified: trunk/dports/gnome/xchat-gnome/Portfile
===================================================================
--- trunk/dports/gnome/xchat-gnome/Portfile	2015-12-12 16:16:29 UTC (rev 143436)
+++ trunk/dports/gnome/xchat-gnome/Portfile	2015-12-12 16:20:05 UTC (rev 143437)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           perl5 1.0
 
 name                xchat-gnome
 version             0.26.1
-revision            6
+revision            7
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         xchat-gnome is a frontend to X-Chat.
 long_description    xchat-gnome is a frontend to the popular X-Chat IRC client which is \
@@ -19,12 +20,13 @@
 homepage            https://wiki.gnome.org/Apps/Xchat-Gnome
 master_sites        gnome:sources/${name}/${branch}/
 
-checksums           md5     c9ce3d6e549736edfc1a1dc0282fb363 \
-                    sha1    85d205baeca5f10be9245c582ae53fbb40a4ef17 \
-                    rmd160  ff2228aa5258a2c5a3bd7c391e83a15b2f030aff
+checksums           rmd160  ff2228aa5258a2c5a3bd7c391e83a15b2f030aff \
+                    sha256  6234f14ddc7323faaa4f10f890786a0f69da00774855412a4382b11a6158cf4b
 
 use_bzip2           yes
 
+perl5.branches      5.22
+
 depends_build       port:pkgconfig \
                     port:intltool \
                     port:gnome-doc-utils \
@@ -40,7 +42,7 @@
                     port:libcanberra  \
                     path:lib/libssl.dylib:openssl \
                     port:python27 \
-                    port:perl5.16
+                    port:perl${perl5.major}
 
 depends_run         port:yelp
 
@@ -55,7 +57,7 @@
 configure.cmd       ./autogen.sh
 
 configure.python    ${prefix}/bin/python2.7
-configure.perl      ${prefix}/bin/perl5.16
+configure.perl      ${perl5.bin}
 
 configure.args      --disable-mmx \
                     --disable-notification \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/2380fe47/attachment-0001.html>


More information about the macports-changes mailing list