1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Rename asterisk 1.4 ports after repocopy.

This commit is contained in:
Max Khon 2010-11-22 14:28:20 +00:00
parent 937a8937ac
commit ffdb01c7a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264925
4 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 \