diff options
author | flo <flo@FreeBSD.org> | 2013-12-18 07:48:02 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-12-18 07:48:02 +0800 |
commit | 46d94af34f2b23ad807cb1850c397631224c0e73 (patch) | |
tree | 4cc7d9b86230b4ea9f38829a18449f1ed4281188 /net/asterisk | |
parent | 2ffa7c49d1acc3a107a201dcf7587ba45df06d2a (diff) | |
download | freebsd-ports-gnome-46d94af34f2b23ad807cb1850c397631224c0e73.tar.gz freebsd-ports-gnome-46d94af34f2b23ad807cb1850c397631224c0e73.tar.zst freebsd-ports-gnome-46d94af34f2b23ad807cb1850c397631224c0e73.zip |
- Update net/aserisk to 1.8.25.0
- Update net/aserisk10 to 10.12.4
- Update net/aserisk11 to 11.7.0
- mark net/aserisk10 DEPRECATED, it has reached its EOL
Security: 0c39bafc-6771-11e3-868f-0025905a4771
Diffstat (limited to 'net/asterisk')
-rw-r--r-- | net/asterisk/Makefile | 5 | ||||
-rw-r--r-- | net/asterisk/distinfo | 4 | ||||
-rw-r--r-- | net/asterisk/files/patch-main__asterisk.exports.in | 12 |
3 files changed, 10 insertions, 11 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index fc05a4aaaf1b..5bfa9291bf9f 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 1.8.23.1 +PORTVERSION= 1.8.25.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -26,9 +26,8 @@ CONFIGURE_ARGS= --with-gsm=${LOCALBASE} LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/openh323 USE_CSTD= gnu89 -USE_GMAKE= yes USE_GNOME= libxml2 -USES= bison +USES= bison gmake USE_RC_SUBR= asterisk MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ diff --git a/net/asterisk/distinfo b/net/asterisk/distinfo index 86ffb5cc9e7c..b1ebc6f6e4de 100644 --- a/net/asterisk/distinfo +++ b/net/asterisk/distinfo @@ -1,2 +1,2 @@ -SHA256 (asterisk-1.8.23.1.tar.gz) = 22c7d54be24de0560ecca482674b85dbfac359faa63702084353074f40dc16a7 -SIZE (asterisk-1.8.23.1.tar.gz) = 25270506 +SHA256 (asterisk-1.8.25.0.tar.gz) = b218de8a7db9af370890b12c63863343f5459ae7a4ce23d386ec159c10241670 +SIZE (asterisk-1.8.25.0.tar.gz) = 29473304 diff --git a/net/asterisk/files/patch-main__asterisk.exports.in b/net/asterisk/files/patch-main__asterisk.exports.in index 5e3ee4778877..374db8db9611 100644 --- a/net/asterisk/files/patch-main__asterisk.exports.in +++ b/net/asterisk/files/patch-main__asterisk.exports.in @@ -1,9 +1,9 @@ ---- main/asterisk.exports.in.orig 2012-04-10 21:41:26.211743996 +0200 -+++ main/asterisk.exports.in 2012-04-10 21:41:49.229621831 +0200 -@@ -44,6 +44,8 @@ - LINKER_SYMBOL_PREFIXres_srtp; - LINKER_SYMBOL_PREFIXres_srtp_policy; - LINKER_SYMBOL_PREFIXsecure_call_info; +--- main/asterisk.exports.in.orig 2013-08-22 10:19:02.000000000 +0200 ++++ main/asterisk.exports.in 2013-10-27 13:37:29.053477896 +0100 +@@ -63,6 +63,8 @@ + + */ + LINKER_SYMBOL_PREFIX_IO_stdin_used; + LINKER_SYMBOL_PREFIX__progname; + LINKER_SYMBOL_PREFIXenviron; local: |