aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-05-25 19:53:58 +0800
committeredwin <edwin@FreeBSD.org>2007-05-25 19:53:58 +0800
commit25382c80b0c12dd536042aa61884ead1241525c0 (patch)
tree0c343dfb2e16fedf42e1cbb99408ee33483ca97a /net
parentd38b3a04658a3f95ad59e643bad9d16414efb72d (diff)
downloadfreebsd-ports-gnome-25382c80b0c12dd536042aa61884ead1241525c0.tar.gz
freebsd-ports-gnome-25382c80b0c12dd536042aa61884ead1241525c0.tar.zst
freebsd-ports-gnome-25382c80b0c12dd536042aa61884ead1241525c0.zip
Update for port net/asterisk-app-ldap
Update for port net/asterisk-app-ldap. The new version runs now with asterisk 1.4. please rename the old port asterisk-app-ldap to asterisk12-app-ldap and commit this port as asterisk-app-ldap Also changed PORTNAME to asterisk12-app-ldap and introduce DISTNAME. PR: ports/111774 Submitted by: Matthias Fechner <idefix@fechner.net>
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/asterisk12-app-ldap/Makefile3
2 files changed, 3 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index ec2506b93931..4fbe68ab23a3 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -31,6 +31,7 @@
SUBDIR += asterisk12
SUBDIR += asterisk-addons
SUBDIR += asterisk12-addons
+ SUBDIR += asterisk12-app-ldap
SUBDIR += asterisk-app-ldap
SUBDIR += asterisk-app-notify
SUBDIR += asterisk-bristuff
diff --git a/net/asterisk12-app-ldap/Makefile b/net/asterisk12-app-ldap/Makefile
index 3bb548fd7f66..113fabc51cbe 100644
--- a/net/asterisk12-app-ldap/Makefile
+++ b/net/asterisk12-app-ldap/Makefile
@@ -5,11 +5,12 @@
# $FreeBSD$
#
-PORTNAME= app_ldap
+PORTNAME= asterisk12-app-ldap
DISTVERSION= 1.0rc6
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.mezzo.net/asterisk/
+DISTNAME= app_ldap-${DISTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= idefix@fechner.net