From owner-svn-ports-head@freebsd.org Wed Jul 5 14:39:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 564A0DAC6D3; Wed, 5 Jul 2017 14:39:05 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 234F282B3E; Wed, 5 Jul 2017 14:39:05 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v65Ed4QX043970; Wed, 5 Jul 2017 14:39:04 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v65Ed4Lg043969; Wed, 5 Jul 2017 14:39:04 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201707051439.v65Ed4Lg043969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 5 Jul 2017 14:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445081 - head/net/asterisk11 X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/net/asterisk11 X-SVN-Commit-Revision: 445081 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2017 14:39:05 -0000 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