[65291] trunk/dports/security/stunnel/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 24 17:37:27 PDT 2010


Revision: 65291
          http://trac.macports.org/changeset/65291
Author:   ryandesign at macports.org
Date:     2010-03-24 17:37:27 -0700 (Wed, 24 Mar 2010)
Log Message:
-----------
stunnel: update to 4.32, use port:-style dependency for openssl, use destroot.keepdirs instead of faking it

Modified Paths:
--------------
    trunk/dports/security/stunnel/Portfile

Modified: trunk/dports/security/stunnel/Portfile
===================================================================
--- trunk/dports/security/stunnel/Portfile	2010-03-25 00:36:28 UTC (rev 65290)
+++ trunk/dports/security/stunnel/Portfile	2010-03-25 00:37:27 UTC (rev 65291)
@@ -4,7 +4,7 @@
 PortSystem			1.0
 
 name				stunnel
-version				4.31
+version				4.32
 categories			security net
 maintainers			nomaintainer
 description			SSL tunneling program
@@ -18,20 +18,19 @@
 homepage			http://www.stunnel.org/
 master_sites		${homepage}download/stunnel/src/ \
                     ftp://stunnel.mirt.net/stunnel/
-checksums           md5     2fc31bc0c940fbe545a88d896b13cacf \
-                    sha1    f51fc544a0554f6eee2bfca1fcb8ddcb8386ce32 \
-                    rmd160  813be2098bcd1fc0776d72d1ea6ee16b63c7f94d
-depends_lib			bin:openssl:openssl
+checksums           md5     72379c615c5a4986c7981d0941ed2e6b \
+                    sha1    e9be8b9150d1c901a7c37b58494e351815147a79 \
+                    rmd160  fb5db2098d25ccbef553579e870331763dabbf2e
+depends_lib			port:openssl
 patchfiles			patch-configure \
 					patch-tools-stunnel.cnf
 configure.args		--mandir=${prefix}/share/man \
 					--disable-libwrap
 default_variants	+libwrap
 
+destroot.keepdirs   ${destroot}${prefix}/var/lib/stunnel
 post-destroot {
-	# Create the ${prefix}/var/lib/stunnel directory.
 	xinstall -d -m 770 "${destroot}${prefix}/var/lib/stunnel/"
-	system "touch ${destroot}${prefix}/var/lib/stunnel/.turd"
 
 	# Tell the user about the stupid fake certificate that we provide.
 	ui_msg "A fake certificate has been installed as ${prefix}/etc/stunnel/stunnel.pem"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100324/56869d90/attachment-0001.html>


More information about the macports-changes mailing list