diff options
author | flo <flo@FreeBSD.org> | 2012-05-03 04:50:44 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-05-03 04:50:44 +0800 |
commit | 603b74be12785842647b48dd83de6f73abe1d6a4 (patch) | |
tree | d4c941a8f22abc347831739c9e4fb222edf5d795 /net/asterisk | |
parent | 54d177f0c77b1a48d9b1a8d2b46c036385a2266e (diff) | |
download | freebsd-ports-gnome-603b74be12785842647b48dd83de6f73abe1d6a4.tar.gz freebsd-ports-gnome-603b74be12785842647b48dd83de6f73abe1d6a4.tar.zst freebsd-ports-gnome-603b74be12785842647b48dd83de6f73abe1d6a4.zip |
Update to 1.8.12.0
Diffstat (limited to 'net/asterisk')
-rw-r--r-- | net/asterisk/Makefile | 2 | ||||
-rw-r--r-- | net/asterisk/distinfo | 4 | ||||
-rw-r--r-- | net/asterisk/files/patch-configure | 24 |
3 files changed, 15 insertions, 15 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index e5ecb06d70f8..658225ea42f7 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= asterisk -PORTVERSION= 1.8.11.1 +PORTVERSION= 1.8.12.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ diff --git a/net/asterisk/distinfo b/net/asterisk/distinfo index 5c0fee468311..5cc711413628 100644 --- a/net/asterisk/distinfo +++ b/net/asterisk/distinfo @@ -1,2 +1,2 @@ -SHA256 (asterisk-1.8.11.1.tar.gz) = 2c9ed9f1395ef7646bc98769dc6967585257276dc61b58580fb1e0280c3a98ee -SIZE (asterisk-1.8.11.1.tar.gz) = 25243311 +SHA256 (asterisk-1.8.12.0.tar.gz) = c20d9e93b7a61180c22d5a2850449485f731537dd3a94fecdaa981512a34934b +SIZE (asterisk-1.8.12.0.tar.gz) = 25100215 diff --git a/net/asterisk/files/patch-configure b/net/asterisk/files/patch-configure index 905236035d9e..e3a9ad23c78d 100644 --- a/net/asterisk/files/patch-configure +++ b/net/asterisk/files/patch-configure @@ -1,6 +1,6 @@ ---- ./configure.orig 2012-03-30 07:05:42.000000000 -0400 -+++ ./configure 2012-03-30 07:09:16.000000000 -0400 -@@ -4424,9 +4424,9 @@ +--- configure.orig 2012-03-27 16:32:40.000000000 +0200 ++++ configure 2012-05-02 22:18:38.088619968 +0200 +@@ -4671,9 +4671,9 @@ astheaderdir='${includedir}/asterisk' astlibdir='${libdir}/asterisk' astmandir='${mandir}' @@ -12,7 +12,7 @@ astkeydir='${astvarlibdir}' astspooldir='${localstatedir}/spool/asterisk' astlogdir='${localstatedir}/log/asterisk' -@@ -4449,8 +4449,6 @@ +@@ -4696,8 +4696,6 @@ case "${host_os}" in freebsd*) ac_default_prefix=/usr/local @@ -21,16 +21,16 @@ ;; openbsd*) ac_default_prefix=/usr/local -@@ -29482,6 +29480,8 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF +@@ -18219,6 +18217,8 @@ + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -+#include <sys/types.h> -+#include <sys/socket.h> - #include <ifaddrs.h> ++ #include <sys/types.h> ++ #include <sys/socket.h> + #include <ifaddrs.h> int main () -@@ -47592,7 +47592,7 @@ +@@ -25954,7 +25954,7 @@ fi @@ -38,4 +38,4 @@ + PLATFORM_OPENH323="h323_${OPENH323_SUFFIX}" if test "${HAS_OPENH323:-unset}" != "unset"; then - { $as_echo "$as_me:$LINENO: checking OpenH323 installation validity" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenH323 installation validity" >&5 |