[123803] trunk/dports/devel/archway/Portfile

mojca at macports.org mojca at macports.org
Thu Aug 14 14:18:47 PDT 2014


Revision: 123803
          https://trac.macports.org/changeset/123803
Author:   mojca at macports.org
Date:     2014-08-14 14:18:47 -0700 (Thu, 14 Aug 2014)
Log Message:
-----------
archway: whitespace, sha256, add variable perl_version

Modified Paths:
--------------
    trunk/dports/devel/archway/Portfile

Modified: trunk/dports/devel/archway/Portfile
===================================================================
--- trunk/dports/devel/archway/Portfile	2014-08-14 21:15:46 UTC (rev 123802)
+++ trunk/dports/devel/archway/Portfile	2014-08-14 21:18:47 UTC (rev 123803)
@@ -1,32 +1,33 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name              archway
-version           0.2.1
-revision          1
-categories        devel
-platforms         darwin
-license           GPL-2+
-maintainers       jmr openmaintainer
-description       an advanced GUI for GNU Arch
-long_description \
-    ArchWay is a GNU Arch GUI. It follows the unix tradition of \
-    small tools doing their work well and cooperating nicely with \
-    each other.
-homepage          http://www.nongnu.org/archway/
+name                archway
+version             0.2.1
+revision            1
+categories          devel
+platforms           darwin
+license             GPL-2+
+maintainers         jmr openmaintainer
+description         an advanced GUI for GNU Arch
+long_description    ArchWay is a GNU Arch GUI. It follows the unix tradition of \
+                    small tools doing their work well and cooperating nicely with \
+                    each other.
 
-master_sites      http://savannah.nongnu.org/download/archway/
-checksums         md5 130b7aaec6fc57a5bc0d132158455ce9 \
-                  sha1 a8be0c8105b1647c1570dc903727e3e9100c6917 \
-                  rmd160 ac30f3df2db502ab5e162957264628e8fd540fa0
+homepage            http://www.nongnu.org/archway/
+master_sites        http://savannah.nongnu.org/download/archway/
 
-use_configure     no
-build             {}
-destroot.destdir  PERL=${prefix}/bin/perl5.12 DESTDIR=${destroot} prefix=${prefix}
+checksums           rmd160  ac30f3df2db502ab5e162957264628e8fd540fa0 \
+                    sha256  66ce7be2bb5697aac1d060834fcc0419718d99473cbcd472272e98ce8125775b
 
-depends_lib       port:arch port:p5.12-gtk2
+set perl_version    5.12
+use_configure       no
+build               {}
+destroot.destdir    PERL=${prefix}/bin/perl${perl_version} DESTDIR=${destroot} prefix=${prefix}
 
-livecheck.type    regex
-livecheck.regex   {Version <b>([0-9.]+)</b>}
+depends_lib         port:arch \
+                    port:p${perl_version}-gtk2
+
+livecheck.type      regex
+livecheck.regex     {Version <b>([0-9.]+)</b>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140814/e8609030/attachment.html>


More information about the macports-changes mailing list