[111504] trunk/dports
ryandesign at macports.org
ryandesign at macports.org
Mon Sep 23 21:34:48 PDT 2013
Revision: 111504
https://trac.macports.org/changeset/111504
Author: ryandesign at macports.org
Date: 2013-09-23 21:34:48 -0700 (Mon, 23 Sep 2013)
Log Message:
-----------
remove use of [suffix] proc because it is thought to be confusing (#40529)
Modified Paths:
--------------
trunk/dports/archivers/upx/Portfile
trunk/dports/lang/eero-devel/Portfile
trunk/dports/lang/rust/Portfile
trunk/dports/mail/gnupg12/Portfile
trunk/dports/print/pcal/Portfile
trunk/dports/science/avt/Portfile
trunk/dports/science/metar/Portfile
trunk/dports/sysutils/dcl/Portfile
trunk/dports/sysutils/sysvbanner/Portfile
trunk/dports/tex/latexdiff/Portfile
Modified: trunk/dports/archivers/upx/Portfile
===================================================================
--- trunk/dports/archivers/upx/Portfile 2013-09-24 04:24:24 UTC (rev 111503)
+++ trunk/dports/archivers/upx/Portfile 2013-09-24 04:34:48 UTC (rev 111504)
@@ -17,7 +17,7 @@
distname ${name}-${version}-src
use_bzip2 yes
-checksums [suffix ${distname}] \
+checksums ${distname}${extract.suffix} \
rmd160 3cf404ea7538a39d2a3caaabd804cb7b3de815b1 \
sha256 f61a95694d9b8f8c486ee25c9cceab483b9262a29d6ed31c8d3ae4aca0f55c9a
@@ -52,7 +52,7 @@
}
variant lzma description {Support LZMA compression} {
- set lzma-distfile [suffix lzma465]
+ set lzma-distfile lzma465${extract.suffix}
master_sites-append sourceforge:sevenzip:lzma
distfiles-append ${lzma-distfile}:lzma
checksums-append ${lzma-distfile} \
Modified: trunk/dports/lang/eero-devel/Portfile
===================================================================
--- trunk/dports/lang/eero-devel/Portfile 2013-09-24 04:24:24 UTC (rev 111503)
+++ trunk/dports/lang/eero-devel/Portfile 2013-09-24 04:34:48 UTC (rev 111504)
@@ -30,13 +30,13 @@
master_sites https://github.com/eerolanguage/llvm-trunk/tarball/${llvm_tag}:llvm \
https://github.com/eerolanguage/clang-trunk/tarball/${clang_tag}:clang
-distfiles [suffix llvm-${llvm_tag}]:llvm \
- [suffix clang-${clang_tag}]:clang
+distfiles llvm-${llvm_tag}${extract.suffix}:llvm \
+ clang-${clang_tag}${extract.suffix}:clang
-checksums [suffix llvm-${llvm_tag}] \
+checksums llvm-${llvm_tag}${extract.suffix} \
rmd160 bd5aa3c9d77a102506d88f2cdc7f3c5b7037f825 \
sha256 66a460b0c2bfed6912be2169e1b49167ad0491542660d22e8cb6bbd4f89555d9 \
- [suffix clang-${clang_tag}] \
+ clang-${clang_tag}${extract.suffix} \
rmd160 6e9f26cfa6ff16ab28461807be685bb5fbe1ba62 \
sha256 32cd400154e41343e9d14b281fdda811b0246d6a29ee74be894055b82895f590
Modified: trunk/dports/lang/rust/Portfile
===================================================================
--- trunk/dports/lang/rust/Portfile 2013-09-24 04:24:24 UTC (rev 111503)
+++ trunk/dports/lang/rust/Portfile 2013-09-24 04:34:48 UTC (rev 111504)
@@ -34,8 +34,8 @@
}
master_sites http://static.rust-lang.org/dist:dist
-distfiles [suffix ${distname}]:dist
-checksums [suffix ${distname}] \
+distfiles ${distname}${extract.suffix}:dist
+checksums ${distname}${extract.suffix} \
rmd160 986ec4f776c9b02d66cf191aa52aceff0743e5c1 \
sha256 0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0 \
Modified: trunk/dports/mail/gnupg12/Portfile
===================================================================
--- trunk/dports/mail/gnupg12/Portfile 2013-09-24 04:24:24 UTC (rev 111503)
+++ trunk/dports/mail/gnupg12/Portfile 2013-09-24 04:34:48 UTC (rev 111504)
@@ -19,8 +19,8 @@
master_sites gnupg:gnupg:gnupg
distname gnupg-${version}
use_bzip2 yes
-distfiles [suffix ${distname}]:gnupg
-checksums [suffix ${distname}] \
+distfiles ${distname}${extract.suffix}:gnupg
+checksums ${distname}${extract.suffix} \
rmd160 eff26780bcf78a83931cee79a4e7e91e435f958e \
sha256 1151674ea2c14e9c1160a89fdf0d9433125738073e9324216af1a9c7aa4d7139
@@ -71,7 +71,7 @@
distfiles-append idea.c.gz:idea
checksums-append idea.c.gz md5 9dc3bc086824a8c7a331f35e09a3e57f \
sha1 82fded4ec31b97b3b2dd22741880b67cfee40f84
- extract.only [suffix ${distname}]
+ extract.only ${distname}${extract.suffix}
post-extract { system "gzip -cd ${distpath}/idea.c.gz \
> ${worksrcpath}/cipher/idea.c" }
}
Modified: trunk/dports/print/pcal/Portfile
===================================================================
--- trunk/dports/print/pcal/Portfile 2013-09-24 04:24:24 UTC (rev 111503)
+++ trunk/dports/print/pcal/Portfile 2013-09-24 04:34:48 UTC (rev 111504)
@@ -31,4 +31,4 @@
destroot.destdir prefix=${destroot}${prefix}
build.type gnu
-livecheck.regex /[suffix ${name}-(\[0-9.\]+)]
+livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
Modified: trunk/dports/science/avt/Portfile
===================================================================
--- trunk/dports/science/avt/Portfile 2013-09-24 04:24:24 UTC (rev 111503)
+++ trunk/dports/science/avt/Portfile 2013-09-24 04:34:48 UTC (rev 111504)
@@ -49,4 +49,4 @@
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
-livecheck.regex [suffix ${name}-(\[0-9.\]+)]
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
Modified: trunk/dports/science/metar/Portfile
===================================================================
--- trunk/dports/science/metar/Portfile 2013-09-24 04:24:24 UTC (rev 111503)
+++ trunk/dports/science/metar/Portfile 2013-09-24 04:34:48 UTC (rev 111504)
@@ -40,4 +40,4 @@
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
-livecheck.regex [suffix ${name}-(\[0-9.\]+)]
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
Modified: trunk/dports/sysutils/dcl/Portfile
===================================================================
--- trunk/dports/sysutils/dcl/Portfile 2013-09-24 04:24:24 UTC (rev 111503)
+++ trunk/dports/sysutils/dcl/Portfile 2013-09-24 04:34:48 UTC (rev 111504)
@@ -42,4 +42,4 @@
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
-livecheck.regex [suffix ${name}-(\[0-9.\]+)]
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
Modified: trunk/dports/sysutils/sysvbanner/Portfile
===================================================================
--- trunk/dports/sysutils/sysvbanner/Portfile 2013-09-24 04:24:24 UTC (rev 111503)
+++ trunk/dports/sysutils/sysvbanner/Portfile 2013-09-24 04:34:48 UTC (rev 111504)
@@ -15,7 +15,7 @@
homepage http://directory.fsf.org/text/doc/banner.html
master_sites http://ftp.debian.org/debian/pool/main/s/sysvbanner
-distfiles [suffix ${name}_${version}]
+distfiles ${name}_${version}${extract.suffix}
checksums sha1 310960c38ff9778bc1597322f45f8b052b7c5ede \
rmd160 6268a34e613585db3ba3387e710c51bbc516df9c
Modified: trunk/dports/tex/latexdiff/Portfile
===================================================================
--- trunk/dports/tex/latexdiff/Portfile 2013-09-24 04:24:24 UTC (rev 111503)
+++ trunk/dports/tex/latexdiff/Portfile 2013-09-24 04:34:48 UTC (rev 111504)
@@ -79,4 +79,4 @@
livecheck.type regex
livecheck.url https://developer.berlios.de/project/showfiles.php?group_id=13015
-livecheck.regex [suffix ${name}-(\[0-9.\]+)]
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130923/555affcd/attachment.html>
More information about the macports-changes
mailing list