Date: Wed, 5 Jul 2017 14:39:04 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445081 - head/net/asterisk11 Message-ID: <201707051439.v65Ed4Lg043969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Wed Jul 5 14:39:04 2017 New Revision: 445081 URL: https://svnweb.freebsd.org/changeset/ports/445081 Log: - Add depecation notice for the official EOL of this asterisk version - Set expiration date on the same day as the official upstream EOL Modified: head/net/asterisk11/Makefile Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Wed Jul 5 14:37:37 2017 (r445080) +++ head/net/asterisk11/Makefile Wed Jul 5 14:39:04 2017 (r445081) @@ -17,6 +17,9 @@ COMMENT= Open Source PBX and telephony toolkit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Asterisk 11.x will reach EOL on 2017-10-25. Please migrate to net/asterisk13 +EXPIRATION_DATE=2017-10-25 + EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} BROKEN_armv6= fails to configure: the SPANDSP installation appears to be missing or broken
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707051439.v65Ed4Lg043969>