diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-11-22 14:28:20 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-11-22 14:28:20 +0000 |
commit | ffdb01c7a54b2b652a438ac0ddc6cd6b09eb7987 (patch) | |
tree | 3080665b974b45e5cff283633ee84ae267e495f8 /net | |
parent | 937a8937acf595a2b389d07d12bc01bb63a7ded9 (diff) | |
download | freebsd-ports-ffdb01c7a54b2b652a438ac0ddc6cd6b09eb7987.zip |
Rename asterisk 1.4 ports after repocopy.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/asterisk14-addons/Makefile | 8 | ||||
-rw-r--r-- | net/asterisk14-addons/distinfo | 1 | ||||
-rw-r--r-- | net/asterisk14/Makefile | 3 |
4 files changed, 9 insertions, 6 deletions
diff --git a/net/Makefile b/net/Makefile index 17026180b40a..36ecbbd662ef 100644 --- a/net/Makefile +++ b/net/Makefile @@ -28,13 +28,14 @@ SUBDIR += asio SUBDIR += aslookup SUBDIR += asterisk - SUBDIR += asterisk-addons SUBDIR += asterisk-app-ldap SUBDIR += asterisk-app-notify SUBDIR += asterisk-bristuff SUBDIR += asterisk-oh323 SUBDIR += asterisk12 SUBDIR += asterisk12-app-ldap + SUBDIR += asterisk14 + SUBDIR += asterisk14-addons SUBDIR += asterisk16 SUBDIR += asterisk16-addons SUBDIR += astfax diff --git a/net/asterisk14-addons/Makefile b/net/asterisk14-addons/Makefile index 36db44c0a449..a29b12baea1b 100644 --- a/net/asterisk14-addons/Makefile +++ b/net/asterisk14-addons/Makefile @@ -5,18 +5,20 @@ # $FreeBSD$ # -PORTNAME= asterisk-addons +PORTNAME= asterisk14 PORTVERSION= 1.4.9 PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ +PKGNAMESUFFIX= -addons +DISTNAME= asterisk${PKGNAMESUFFIX}-${DISTVERSION} MAINTAINER= pneumann@gmail.com COMMENT= GPL modules for the Asterisk Open Source PBX -BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk -RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk +BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk14 +RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk14 OPTIONS= SAMPLE_CONFIG "Install sample configuration files" off diff --git a/net/asterisk14-addons/distinfo b/net/asterisk14-addons/distinfo index 593cb16c6f57..693bef719ac0 100644 --- a/net/asterisk14-addons/distinfo +++ b/net/asterisk14-addons/distinfo @@ -1,3 +1,2 @@ -MD5 (asterisk-addons-1.4.9.tar.gz) = 0c0ddf2386a9541e416e122ca082e611 SHA256 (asterisk-addons-1.4.9.tar.gz) = 3d7bbcbbc074b58fcd81b8398b5c68c927ab2dca542b85fbac666ecc8bda11f0 SIZE (asterisk-addons-1.4.9.tar.gz) = 806132 diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index bec830c86655..2d1ced08fcf5 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -11,6 +11,7 @@ PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ +PKGNAMESUFFIX= 14 MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit @@ -40,7 +41,7 @@ MAKE_ENV= MKDIR="${MKDIR}" \ ASTCFLAGS="${PTHREAD_CFLAGS} ${CFLAGS}" \ ASTLDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 -CONFLICTS= asterisk*-1.2* asterisk*-1.6* +CONFLICTS= asterisk*-1.2* asterisk*-1.6* asterisk*-1.8* OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \ ODBC "Enable ODBC support" on \ |