diff options
author | flo <flo@FreeBSD.org> | 2012-06-05 06:04:32 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-06-05 06:04:32 +0800 |
commit | cb40ff609dcd9481cb826073655387016fa8ef49 (patch) | |
tree | 22fd5ab147fa60fbc1876138715ee7e6065a701b /net/asterisk/Makefile | |
parent | a4e8131b9bf7b0b4b29e5388cb7e61089d486b1b (diff) | |
download | freebsd-ports-gnome-cb40ff609dcd9481cb826073655387016fa8ef49.tar.gz freebsd-ports-gnome-cb40ff609dcd9481cb826073655387016fa8ef49.tar.zst freebsd-ports-gnome-cb40ff609dcd9481cb826073655387016fa8ef49.zip |
- Update to 1.8.13.0
- Update conflicts [1]
Reported by: FreeBSD Ports conflicts checker [1]
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r-- | net/asterisk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 0181b380cbb5..8ad793e43e4d 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= asterisk -PORTVERSION= 1.8.12.2 -PORTREVISION= 1 +PORTVERSION= 1.8.13.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -45,7 +44,7 @@ MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ ASTCFLAGS="${CFLAGS}" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 CONFLICTS_BUILD= linuxthreads-* -CONFLICTS_INSTALL= asterisk*-1.2* asterisk*-1.4* asterisk*-1.6* +CONFLICTS_INSTALL= asterisk*-1.4* asterisk*-1.6* asterisk*-10* OPTIONS= OGGVORBIS "Enable Ogg Vorbis support" on \ IODBC "Enable iODBC support" off \ |