[142098] trunk/dports/net/argus-monitor/Portfile
mojca at macports.org
mojca at macports.org
Sat Dec 12 04:19:20 PST 2015
Revision: 142098
https://trac.macports.org/changeset/142098
Author: mojca at macports.org
Date: 2015-11-03 05:16:38 -0800 (Tue, 03 Nov 2015)
Log Message:
-----------
argus-monitor: use perl5.22 (#48365)
Modified Paths:
--------------
trunk/dports/net/argus-monitor/Portfile
Modified: trunk/dports/net/argus-monitor/Portfile
===================================================================
--- trunk/dports/net/argus-monitor/Portfile 2015-11-03 13:10:23 UTC (rev 142097)
+++ trunk/dports/net/argus-monitor/Portfile 2015-11-03 13:16:38 UTC (rev 142098)
@@ -2,6 +2,7 @@
# $Id$
PortSystem 1.0
+PortGroup perl5 1.0
name argus-monitor
version 3.7
@@ -20,23 +21,25 @@
worksrcdir argus-${version}
-depends_lib port:perl5.16 \
+perl5.branches 5.22
+
+depends_lib port:perl${perl5.major} \
port:postfix \
path:lib/libssl.dylib:openssl \
port:freetype \
port:gd2 \
port:fping \
port:db53 \
- port:p5.16-dbi \
- port:p5.16-berkeleydb \
- port:p5.16-socket6 \
- port:p5.16-gd \
- port:p5.16-time-hires \
- port:p5.16-net-ssleay \
- port:p5.16-digest-hmac \
- port:p5.16-digest-md5 \
- port:p5.16-digest-sha1 \
- port:p5.16-crypt-des
+ port:p${perl5.major}-dbi \
+ port:p${perl5.major}-berkeleydb \
+ port:p${perl5.major}-socket6 \
+ port:p${perl5.major}-gd \
+ port:p${perl5.major}-time-hires \
+ port:p${perl5.major}-net-ssleay \
+ port:p${perl5.major}-digest-hmac \
+ port:p${perl5.major}-digest-md5 \
+ port:p${perl5.major}-digest-sha1 \
+ port:p${perl5.major}-crypt-des
patchfiles patch-Makefile.tplt.diff
@@ -56,7 +59,7 @@
set argus_htdocs ${prefix}/share/${name}/htdocs
configure.env-append \
- PERLNAME=perl5.16
+ PERLNAME=perl${perl5.major}
configure.cmd ./Configure
configure.args --bin_dir=${prefix}/bin \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/7e647329/attachment.html>
More information about the macports-changes
mailing list