diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-11-07 14:58:28 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-11-07 14:58:28 +0000 |
commit | fb95f57b7d4687bf7fe90e3aa8bd2ade1879b271 (patch) | |
tree | 6ab362524c3796d987e469d957c9b4f276cf48e5 /net/asterisk-bristuff/Makefile | |
parent | 67da3a973b25bc2c308fc4df9c0b39d31370e509 (diff) | |
download | ports-fb95f57b7d4687bf7fe90e3aa8bd2ade1879b271.tar.gz ports-fb95f57b7d4687bf7fe90e3aa8bd2ade1879b271.zip |
Notes
Diffstat (limited to 'net/asterisk-bristuff/Makefile')
-rw-r--r-- | net/asterisk-bristuff/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index d14cac1fbe70..9ae81a11a1ff 100644 --- a/net/asterisk-bristuff/Makefile +++ b/net/asterisk-bristuff/Makefile @@ -6,8 +6,7 @@ # PORTNAME= asterisk -PORTVERSION= 1.2.7.1 -PORTREVISION= 1 +PORTVERSION= 1.2.13 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ @@ -17,7 +16,7 @@ PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= fjoe PATCH_DIST_STRIP= -p1 -BRIVER= bristuff-0.3.0-PRE-1p +BRIVER= bristuff-0.3.0-PRE-1s CONFLICTS= asterisk-[0-9]* MAINTAINER= fjoe@FreeBSD.org @@ -29,8 +28,6 @@ LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ curl.3:${PORTSDIR}/ftp/curl RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -FORBIDDEN= http://www.vuxml.org/freebsd/1c0def84-5fb1-11db-b2e9-0008c79fa3d2.html - ONLY_FOR_ARCHS= i386 sparc64 amd64 GNU_CONFIGURE= yes @@ -50,7 +47,6 @@ MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 WITHOUT_H323= 1 WITHOUT_ZAPTEL= 1 .endif |