diff options
author | edwin <edwin@FreeBSD.org> | 2007-05-25 19:53:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-05-25 19:53:58 +0800 |
commit | 25382c80b0c12dd536042aa61884ead1241525c0 (patch) | |
tree | 0c343dfb2e16fedf42e1cbb99408ee33483ca97a /net/asterisk12-app-ldap | |
parent | d38b3a04658a3f95ad59e643bad9d16414efb72d (diff) | |
download | freebsd-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/asterisk12-app-ldap')
-rw-r--r-- | net/asterisk12-app-ldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |