[152411] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Wed Sep 7 12:29:41 PDT 2016


Revision: 152411
          https://trac.macports.org/changeset/152411
Author:   ryandesign at macports.org
Date:     2016-09-07 12:29:41 -0700 (Wed, 07 Sep 2016)
Log Message:
-----------
healpix-c, healpix-cxx: use branch variable

Resolves #52181

Modified Paths:
--------------
    trunk/dports/science/healpix-c/Portfile
    trunk/dports/science/healpix-cxx/Portfile

Modified: trunk/dports/science/healpix-c/Portfile
===================================================================
--- trunk/dports/science/healpix-c/Portfile	2016-09-07 18:30:19 UTC (rev 152410)
+++ trunk/dports/science/healpix-c/Portfile	2016-09-07 19:29:41 UTC (rev 152411)
@@ -5,6 +5,7 @@
 
 name                healpix-c
 version             3.30.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
 revision            1
 categories          science
 license             GPL-2
@@ -15,7 +16,7 @@
   visualization of data on the sphere. This is the ${description}.
 homepage            http://healpix.sourceforge.net
 platforms           darwin
-master_sites        sourceforge:project/healpix/Healpix_3.30/
+master_sites        sourceforge:project/healpix/Healpix_${branch}/
 distname            chealpix-${version}
 
 checksums           rmd160  66afdda4488570c43c446c5c2f28f84a39d54396 \

Modified: trunk/dports/science/healpix-cxx/Portfile
===================================================================
--- trunk/dports/science/healpix-cxx/Portfile	2016-09-07 18:30:19 UTC (rev 152410)
+++ trunk/dports/science/healpix-cxx/Portfile	2016-09-07 19:29:41 UTC (rev 152411)
@@ -5,6 +5,7 @@
 
 name                healpix-cxx
 version             3.30.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
 revision            1
 categories          science
 license             GPL-2
@@ -15,7 +16,7 @@
   visualization of data on the sphere. This is the ${description}.
 homepage            http://healpix.sourceforge.net
 platforms           darwin
-master_sites        sourceforge:project/healpix/Healpix_3.30/
+master_sites        sourceforge:project/healpix/Healpix_${branch}/
 distname            healpix_cxx-${version}
 
 checksums           rmd160  6b2971e96d3bfe98423bb069d244f1d764fd81a0 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160907/172a31ae/attachment.html>


More information about the macports-changes mailing list