aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk/Makefile
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2016-02-12 17:30:29 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2016-02-12 17:30:29 +0000
commit664d7dd0593e06eead417dcda7c4c8f3e0dc5684 (patch)
treee62a2887770ad5608f415cea549bc9e861e39c4c /net/asterisk/Makefile
parentd3fead365bc13c74486e2c57a1fd6713bf9e2453 (diff)
downloadports-664d7dd0593e06eead417dcda7c4c8f3e0dc5684.tar.gz
ports-664d7dd0593e06eead417dcda7c4c8f3e0dc5684.zip
Notes
Diffstat (limited to 'net/asterisk/Makefile')
-rw-r--r--net/asterisk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile
index f3e554401d1c..296bf29c856c 100644
--- a/net/asterisk/Makefile
+++ b/net/asterisk/Makefile
@@ -3,7 +3,7 @@
PORTNAME= asterisk
PORTVERSION= 1.8.32.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:main,g729
MASTER_SITE_SUBDIR= asterisk/:main \
@@ -20,6 +20,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX}
+DEPRECATED= Aterisk 1.8 reached EOL on 2015-10-21
+EXPIRATION_DATE= 2015-04-30
+
ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64
USES= alias bison cpe gmake shebangfix
@@ -223,9 +226,6 @@ post-patch:
@${REINPLACE_CMD} -e '/#define HAVE_SYSINFO 1/d' ${WRKSRC}/configure
@${REINPLACE_CMD} -e '/%%LIBSYSINFO%%/d' ${WRKSRC}/main/Makefile
.endif
-.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1000015 && !(defined(WITH_OPENSSL_PORT) || (!defined(WITH_OPENSSL_BASE) && exists(${LOCALBASE}/lib/libcrypto.so))))
- @${REINPLACE_CMD} -e 's/SSL_OP_NO_TLSv1[_12]*;/0;/' ${WRKSRC}/main/tcptls.c
-.endif
.if exists(${FILESDIR}/.asterisk.makeopts)
USER_MAKEOPTS_FILE=${FILESDIR}/.asterisk.makeopts