[144124] trunk/dports/net/snort/Portfile
khindenburg at macports.org
khindenburg at macports.org
Sat Jan 2 08:29:14 PST 2016
Revision: 144124
https://trac.macports.org/changeset/144124
Author: khindenburg at macports.org
Date: 2016-01-02 08:29:14 -0800 (Sat, 02 Jan 2016)
Log Message:
-----------
snort: update to 2.9.8.0 maintainer #49863; switch from using eval to {*}
Modified Paths:
--------------
trunk/dports/net/snort/Portfile
Modified: trunk/dports/net/snort/Portfile
===================================================================
--- trunk/dports/net/snort/Portfile 2016-01-02 16:03:08 UTC (rev 144123)
+++ trunk/dports/net/snort/Portfile 2016-01-02 16:29:14 UTC (rev 144124)
@@ -4,7 +4,7 @@
PortSystem 1.0
name snort
-version 2.9.7.6
+version 2.9.8.0
categories net
maintainers yahoo.fr:jul_bsd openmaintainer
license GPL-2
@@ -20,8 +20,8 @@
platforms darwin freebsd
master_sites ${homepage}downloads/snort/
-checksums rmd160 0b4c218ed64146921c6fea2e8ca4ea0abc2cb398 \
- sha256 842e8575e26d919a9e74b9ad0c10d1098f7b5ff2189a8422eb51a9a5b6ebbf63
+checksums rmd160 fdec75f2b9c7f83129ae864ff761118663109f7e \
+ sha256 bddd5d01d10d20c182836fa0199cd3549239b7a9d0fd5bbb10226feb8b42d231
depends_lib port:daq
@@ -45,8 +45,8 @@
# Copy Snort's etc/ files
xinstall -d -m 755 ${destroot}${prefix}/etc/${name}
- eval xinstall [glob ${worksrcpath}/etc/*.map] ${destroot}${prefix}/etc/${name}
- eval xinstall [glob ${worksrcpath}/etc/*.conf*] ${destroot}${prefix}/etc/${name}
+ xinstall {*}[glob ${worksrcpath}/etc/*.map] ${destroot}${prefix}/etc/${name}
+ xinstall {*}[glob ${worksrcpath}/etc/*.conf*] ${destroot}${prefix}/etc/${name}
xinstall -d -m 755 ${destroot}${prefix}/share/examples/${name}
file rename ${destroot}${prefix}/etc/${name}/snort.conf ${destroot}${prefix}/share/examples/${name}/snort.conf.dist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160102/a31194a8/attachment.html>
More information about the macports-changes
mailing list