[62428] trunk/dports/net/nrpe/Portfile

markd at macports.org markd at macports.org
Thu Jan 7 10:12:31 PST 2010


Revision: 62428
          http://trac.macports.org/changeset/62428
Author:   markd at macports.org
Date:     2010-01-07 10:12:30 -0800 (Thu, 07 Jan 2010)
Log Message:
-----------
Update to 2.12.

Modified Paths:
--------------
    trunk/dports/net/nrpe/Portfile

Modified: trunk/dports/net/nrpe/Portfile
===================================================================
--- trunk/dports/net/nrpe/Portfile	2010-01-07 17:33:45 UTC (rev 62427)
+++ trunk/dports/net/nrpe/Portfile	2010-01-07 18:12:30 UTC (rev 62428)
@@ -3,8 +3,7 @@
 PortSystem        1.0
 
 name              nrpe
-version           2.8.1
-revision          1
+version           2.12
 categories        net
 maintainers       markd
 description       Nagios Remote Plugin Executor
@@ -14,7 +13,7 @@
 homepage          http://nagios.org
 master_sites      sourceforge:nagios
 platforms         darwin
-checksums         md5 932dbbe899cd069415fb1f4c65ec479e
+checksums         md5 b2d75e2962f1e3151ef58794d60c9e97
 
 patchfiles	  patch-init-script.in
 
@@ -26,7 +25,7 @@
 		  --sysconfdir=${prefix}/etc/${name} \
                   --with-kerberos-inc=/usr/include/kerberosIV \
                   --enable-ssl \
-		  --with-ssl-lib=${prefix} \
+		  --with-ssl-lib=${prefix}/lib \
                   --with-ssl-inc=${prefix} \
 		  --enable-command-args
 
@@ -38,6 +37,8 @@
         adduser nagios
         addgroup nagios
 
+        reinplace "s|dir/libssl.so|dir/libssl.dylib|g" ${worksrcpath}/configure
+
         reinplace "s|__PREFIX__|${prefix}|g" "${worksrcpath}/init-script.in"
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100107/5a8971ce/attachment.html>


More information about the macports-changes mailing list