From owner-svn-ports-all@freebsd.org Fri Feb 12 22:41:46 2016 Return-Path: Delivered-To: svn-ports-all@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 17299AA60EF; Fri, 12 Feb 2016 22:41:46 +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 DA57AA78; Fri, 12 Feb 2016 22:41:45 +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 u1CMfid4065524; Fri, 12 Feb 2016 22:41:44 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1CMfih5065523; Fri, 12 Feb 2016 22:41:44 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201602122241.u1CMfih5065523@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 12 Feb 2016 22:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408768 - head/net/asterisk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 22:41:46 -0000 Author: madpilot Date: Fri Feb 12 22:41:44 2016 New Revision: 408768 URL: https://svnweb.freebsd.org/changeset/ports/408768 Log: Fix expiration date to actually be in the future. Reported by: rene MFH: 2016Q1 Modified: head/net/asterisk/Makefile Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Fri Feb 12 21:57:20 2016 (r408767) +++ head/net/asterisk/Makefile Fri Feb 12 22:41:44 2016 (r408768) @@ -21,7 +21,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE EXTRACT_ONLY:= ${DISTNAME}${EXTRACT_SUFX} DEPRECATED= Aterisk 1.8 reached EOL on 2015-10-21 -EXPIRATION_DATE= 2015-04-30 +EXPIRATION_DATE= 2016-04-30 ONLY_FOR_ARCHS= i386 amd64 powerpc sparc64