Revision: 120569 https://trac.macports.org/changeset/120569 Author: cal@macports.org Date: 2014-06-01 15:57:24 -0700 (Sun, 01 Jun 2014) Log Message: ----------- mod_gnutls: update to 0.6, closes #43285 Modified Paths: -------------- trunk/dports/www/mod_gnutls/Portfile Added Paths: ----------- trunk/dports/www/mod_gnutls/files/patch-src_Makefile.am.diff Removed Paths: ------------- trunk/dports/www/mod_gnutls/files/patch-src_Makefile.in.diff Modified: trunk/dports/www/mod_gnutls/Portfile =================================================================== --- trunk/dports/www/mod_gnutls/Portfile 2014-06-01 22:11:27 UTC (rev 120568) +++ trunk/dports/www/mod_gnutls/Portfile 2014-06-01 22:57:24 UTC (rev 120569) @@ -4,36 +4,37 @@ PortSystem 1.0 name mod_gnutls -version 0.5.10 -revision 2 -set branch [join [lrange [split ${version} .] 0 1] .] +version 0.6 +checksums rmd160 252d4b1ec3a18931ef51a5ded3e8426f415150f4 \ + sha256 5fb2c79fd64f55faabde50c6ba3ef7b959825c8a6130152d00ca18f6d99bc041 + categories www security crypto license Apache-2 platforms darwin maintainers nomaintainer -description SSL/TLS support for Apache using GnuTLS +description \ + mod_gnutls is an extension for Apache's httpd uses the GnuTLS library to \ + provide HTTPS. -long_description mod_gnutls uses the GnuTLS library to provide SSL 3.0, \ - TLS 1.0 and TLS 1.1 encryption for Apache HTTPD. It is \ - similar to mod_ssl in purpose, but does not use OpenSSL. +long_description \ + mod_gnutls uses the GnuTLS library to provide SSL 3.0, TLS 1.0 and TLS 1.1 \ + encryption for Apache HTTPD. It is similar to mod_ssl in purpose, but does \ + not use OpenSSL. -homepage http://modgnutls.sourceforge.net/ -master_sites sourceforge:project/modgnutls/${branch} -use_bzip2 yes +homepage https://mod.gnutls.org +master_sites ${homepage}/downloads/ -checksums rmd160 1698ddfcd9d831d76a3088d17f8ae7398fad1714 \ - sha256 469fea5f2f422c459b4153c1b959d5d62568d3ddf87f90ca6fe880c81b3b8374 - depends_build port:pkgconfig depends_lib port:apache2 \ port:gnutls -patchfiles patch-src_Makefile.in.diff +patchfiles patch-src_Makefile.am.diff -configure.args --with-apxs=${prefix}/apache2/bin/apxs \ - --with-libgnutls-prefix=${prefix} +use_autoreconf yes +configure.args --disable-silent-rules \ + --with-apxs=${prefix}/apache2/bin/apxs destroot.violate_mtree yes pre-destroot { @@ -42,7 +43,7 @@ post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} - xinstall -m 644 -W ${worksrcpath} LICENSE NEWS NOTICE README README.ENV \ + xinstall -m 644 -W ${worksrcpath} LICENSE NOTICE README \ ${destroot}${prefix}/share/doc/${name} } @@ -55,14 +56,6 @@ notes " To enable ${name}, add - LoadModule gnutls_module modules/mod_gnutls.so - to your ${prefix}/apache2/conf/httpd.conf file. - -Please read the documentation at - - ${homepage}?p=docs - -for further details on configuration of this module " Added: trunk/dports/www/mod_gnutls/files/patch-src_Makefile.am.diff =================================================================== --- trunk/dports/www/mod_gnutls/files/patch-src_Makefile.am.diff (rev 0) +++ trunk/dports/www/mod_gnutls/files/patch-src_Makefile.am.diff 2014-06-01 22:57:24 UTC (rev 120569) @@ -0,0 +1,11 @@ +--- src/Makefile.am.orig 2014-06-02 00:47:37.000000000 +0200 ++++ src/Makefile.am 2014-06-02 00:48:30.000000000 +0200 +@@ -15,7 +15,7 @@ + rm -fr .libs + + install: make_so +- @${APXS_BIN} -i -n gnutls mod_gnutls.so ++ @${APXS_BIN} -S LIBEXECDIR=${DESTDIR}`${APXS_BIN} -q LIBEXECDIR`${MODULEPATH} -i -n gnutls mod_gnutls.so + @echo "" + @echo "" + @echo "***********************************************" Deleted: trunk/dports/www/mod_gnutls/files/patch-src_Makefile.in.diff =================================================================== --- trunk/dports/www/mod_gnutls/files/patch-src_Makefile.in.diff 2014-06-01 22:11:27 UTC (rev 120568) +++ trunk/dports/www/mod_gnutls/files/patch-src_Makefile.in.diff 2014-06-01 22:57:24 UTC (rev 120569) @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2011-07-08 16:31:12.000000000 -0500 -+++ src/Makefile.in 2012-01-14 20:47:17.000000000 -0600 -@@ -611,7 +611,7 @@ - rm -fr .libs - - install: make_so -- @${APXS_BIN} -i -n gnutls mod_gnutls.so -+ @${APXS_BIN} -S LIBEXECDIR=${DESTDIR}`${APXS_BIN} -q LIBEXECDIR`${MODULEPATH} -i -n gnutls mod_gnutls.so - @echo "" - @echo "" - @echo "***********************************************"
participants (1)
-
cal@macports.org