Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2016 23:13:59 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r408770 - branches/2016Q1/net/asterisk
Message-ID:  <201602122313.u1CNDxIk074436@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Fri Feb 12 23:13:59 2016
New Revision: 408770
URL: https://svnweb.freebsd.org/changeset/ports/408770

Log:
  MFH: r408768
  
  Fix expiration date to actually be in the future.
  
  Reported by:	rene
  
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q1/net/asterisk/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/net/asterisk/Makefile
==============================================================================
--- branches/2016Q1/net/asterisk/Makefile	Fri Feb 12 22:45:46 2016	(r408769)
+++ branches/2016Q1/net/asterisk/Makefile	Fri Feb 12 23:13:59 2016	(r408770)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602122313.u1CNDxIk074436>