[20145] trunk/dports/databases/openldap/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 24 13:21:55 PDT 2006


Revision: 20145
          http://trac.macosforge.org/projects/macports/changeset/20145
Author:   blair at macports.org
Date:     2006-10-24 13:21:54 -0700 (Tue, 24 Oct 2006)

Log Message:
-----------
Fix the fetching of the openldap tarball when remote FTP connections
are not allowed by the firewall.

Remove the http://www.planetmirror.com/ mirror since this site now
returns an HTML page that will cause a browser to download the
tarball.  However, this breaks the port downloader.  Replace it with
the mirror at
ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/

Add a homepage and the ability to run the test suite.

Modified Paths:
--------------
    trunk/dports/databases/openldap/Portfile

Modified: trunk/dports/databases/openldap/Portfile
===================================================================
--- trunk/dports/databases/openldap/Portfile	2006-10-24 19:37:59 UTC (rev 20144)
+++ trunk/dports/databases/openldap/Portfile	2006-10-24 20:21:54 UTC (rev 20145)
@@ -10,8 +10,10 @@
 			of the Lightweight Directory Access Protocol.  
 
 platforms       darwin freebsd
-master_sites    ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \
-		http://www.PlanetMirror.com/pub/openldap/openldap-release/ 
+homepage	http://www.openldap.org/
+master_sites	ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \
+		http://www.openldap.org/software/download/OpenLDAP/openldap-release/ \
+		ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/
 distfiles	${name}-${version}.tgz
 checksums	md5 b51db7328430b9cbe527696da726f1fb
 
@@ -70,3 +72,6 @@
 	reinplace "s|__PREFIX|${prefix}|g" \
 		${destroot}${prefix}/etc/rc.d/slapd.sh
 }
+
+test.run	yes
+test.target	check

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061024/5faec9a4/attachment.html


More information about the macports-changes mailing list