[25224] trunk/dports/devel/gnutls

source_changes at macosforge.org source_changes at macosforge.org
Tue May 15 21:27:23 PDT 2007


Revision: 25224
          http://trac.macosforge.org/projects/macports/changeset/25224
Author:   sfiera at macports.org
Date:     2007-05-15 21:27:23 -0700 (Tue, 15 May 2007)

Log Message:
-----------
* Take maintainership
* Version bump 1.6.1 => 1.7.9
* New mirror & livecheck urls
* Remove obsolete CPPFLAGS, LDFLAGS

Modified Paths:
--------------
    trunk/dports/devel/gnutls/Portfile

Removed Paths:
-------------
    trunk/dports/devel/gnutls/files/

Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile	2007-05-16 04:27:17 UTC (rev 25223)
+++ trunk/dports/devel/gnutls/Portfile	2007-05-16 04:27:23 UTC (rev 25224)
@@ -1,37 +1,40 @@
 # $Id$
 
 PortSystem 1.0
+
 name		gnutls
-version		1.6.1
-categories	devel
-maintainers	nomaintainer at macports.org
+version		1.7.9
+categories	devel security
+maintainers	sfiera at macports.org
 description	GNU Transport Layer Security Library
 homepage	http://www.gnutls.org/
 platforms	darwin
 
-long_description GnuTLS is a portable ANSI C based library which \
-		 implements the TLS 1.0 and SSL 3.0 protocols. The library \
-		 does not include any patented algorithms and is available \
-		 under the GNU Lesser GPL license.
+long_description \
+	GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and \
+	SSL 3.0 protocols. The library does not include any patented algorithms \
+	and is available under the GNU Lesser GPL license.
 
-master_sites	gnupg
+master_sites \
+	http://www.gnu.org/software/gnutls/releases/ \
+	http://josefsson.org/gnutls/releases/
 
-checksums	sha1 e9517a6ad324245a5ebf8d86a16fc1486cd0b6ee
+checksums	sha1 fb54ad79207cf859b823d9fdf51e1d31d22a7d93
 
 use_bzip2	yes
 
 depends_lib	port:libgcrypt port:libtasn1 port:opencdk port:lzo
 
-patchfiles	patch-includes_gnutls_gnutlsxx.h patch-lib_gnutlsxx.cpp
-
-configure.env	LDFLAGS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include -D_asn1_find_node=asn1_find_node"
+configure.env	CPPFLAGS="-D_asn1_find_node=asn1_find_node"
 configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info \
 			--with-libtasn1-prefix=${prefix} --with-libreadline-prefix=${prefix}
 
-platform darwin 8 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
-		    configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 \
-			CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 }
+platform darwin 8 {
+	build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
+	configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 \
+		CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+}
 
-livecheck.check regex
-livecheck.url   http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D
-livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)
+livecheck.check	regex
+livecheck.url	http://www.gnu.org/software/gnutls/releases/?N=D
+livecheck.regex	${name}-(\\d+\\.\\d+\\.\\d+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070515/9891d430/attachment.html


More information about the macports-changes mailing list