[22077] trunk/dports/net/ldns/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 16 23:24:40 PST 2007


Revision: 22077
          http://trac.macosforge.org/projects/macports/changeset/22077
Author:   markd at macports.org
Date:     2007-02-16 23:24:40 -0800 (Fri, 16 Feb 2007)

Log Message:
-----------
Closes #11365.  Update to 1.1.0.  Assign maintainer.

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

Modified: trunk/dports/net/ldns/Portfile
===================================================================
--- trunk/dports/net/ldns/Portfile	2007-02-17 07:15:13 UTC (rev 22076)
+++ trunk/dports/net/ldns/Portfile	2007-02-17 07:24:40 UTC (rev 22077)
@@ -2,24 +2,28 @@
 
 PortSystem 1.0
 
-name			ldns
-version			1.0.1
-categories		net devel
-platforms		darwin
-maintainers		nomaintainer at macports.org
-description		DNS library in C
-long_description	ldns is a library with the aim of simplifying DNS \
-			programing in C. It is heavily based upon the Net::DNS module from \
-			Perl.
+name                ldns
+version             1.1.0
+categories          net devel
+platforms           darwin
+maintainers         roederja at student.ethz.ch
+description         DNS library in C
+long_description    ldns is a library with the aim of simplifying DNS \
+                    programing in C. It is heavily based upon the Net::DNS module from \
+                    Perl.
 
-homepage		http://www.nlnetlabs.nl/ldns/
-master_sites	http://www.nlnetlabs.nl/downloads/
-checksums		sha1 a8f69e6e29f13590a95d5df9703bb152aadcea09
+homepage            http://www.nlnetlabs.nl/ldns/
+master_sites        http://www.nlnetlabs.nl/downloads/
+checksums           sha1 1ef632f343ee9b424be035ece4acd526f0d9c21c
 
-depends_lib		port:openssl
+depends_lib         port:openssl
+depends_build       bin:glibtool:libtool
 
-configure.args	--mandir=${prefix}/share/man --with-ssl=${prefix}
+configure.args      --mandir=${prefix}/share/man --with-ssl=${prefix}
+build.type          gnu
 
 platform darwin 8 {
-	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+    configure.env MACOSX_DEPLOYMENT_TARGET=10.4
+    build.env MACOSX_DEPLOYMENT_TARGET=10.4
+    destroot.env MACOSX_DEPLOYMENT_TARGET=10.4
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070216/7d85d0e2/attachment.html


More information about the macports-changes mailing list