diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-24 10:44:52 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-24 10:44:52 +0800 |
commit | 028f9dc14fc733d3789fb0a3d0caa2aa92a73020 (patch) | |
tree | 726089f687c106ea128e5a55dd8ef41ea64f1933 /net | |
parent | aa907393a43d485ac47828736a41d6eb86da75c1 (diff) | |
download | freebsd-ports-gnome-028f9dc14fc733d3789fb0a3d0caa2aa92a73020.tar.gz freebsd-ports-gnome-028f9dc14fc733d3789fb0a3d0caa2aa92a73020.tar.zst freebsd-ports-gnome-028f9dc14fc733d3789fb0a3d0caa2aa92a73020.zip |
Move net/openldap2 to net/openldap20
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/openldap20-server/Makefile | 3 | ||||
-rw-r--r-- | net/openldap20/Makefile | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/net/Makefile b/net/Makefile index a721d9ff1aca..67174e4f531e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -364,7 +364,7 @@ SUBDIR += openh323 SUBDIR += openh323proxy SUBDIR += openldap12 - SUBDIR += openldap2 + SUBDIR += openldap20 SUBDIR += openmcu SUBDIR += openslp SUBDIR += openverse diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile index dcf79d4c8d3c..eb4c85044eeb 100644 --- a/net/openldap20-server/Makefile +++ b/net/openldap20-server/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= openldap +PORTNAME= openldap20 PORTVERSION= 2.0.25 PORTREVISION= 3 CATEGORIES= net databases @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/%SUBDIR%/ \ ftp://ftp.zcu.cz/pub/network/openldap/%SUBDIR%/ MASTER_SITE_SUBDIR= openldap-release +DISTNAME= openldap-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile index dcf79d4c8d3c..eb4c85044eeb 100644 --- a/net/openldap20/Makefile +++ b/net/openldap20/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= openldap +PORTNAME= openldap20 PORTVERSION= 2.0.25 PORTREVISION= 3 CATEGORIES= net databases @@ -19,6 +19,7 @@ MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/%SUBDIR%/ \ ftp://ftp.zcu.cz/pub/network/openldap/%SUBDIR%/ MASTER_SITE_SUBDIR= openldap-release +DISTNAME= openldap-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |