summaryrefslogtreecommitdiff
path: root/net/py-ldap1/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-09-09 09:51:07 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-09-09 09:51:07 +0000
commit41a82483852783fc996ab7bebf85222330903699 (patch)
treee01501ea81effacbf672ca406dcc680be44604fb /net/py-ldap1/Makefile
parentUpdate to version 0.8.15 (diff)
Update to version 1.10alpha3
PR: 21104 Submitted by: MAINTAINER
Diffstat (limited to 'net/py-ldap1/Makefile')
-rw-r--r--net/py-ldap1/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/py-ldap1/Makefile b/net/py-ldap1/Makefile
index a019d4ab7b19..dad08969b6c3 100644
--- a/net/py-ldap1/Makefile
+++ b/net/py-ldap1/Makefile
@@ -5,10 +5,10 @@
# $FreeBSD$
PORTNAME= ldapmodule
-PORTVERSION= 1.9
+PORTVERSION= 1.10alpha3
CATEGORIES= net
-MASTER_SITES= http://archive.csee.uq.edu.au/~leonard/dc-prj/ldapmodule/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha
+MASTER_SITES= ftp://python-ldap.sourceforge.net/pub/python-ldap/
+DISTNAME= python-ldap-${PORTVERSION}-src
MAINTAINER= dirk.meyer@dinoex.sub.org
@@ -18,6 +18,6 @@ RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ldap=${LOCALBASE}
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${DISTNAME:S=-src==}
.include <bsd.port.mk>