svn commit: r408770 - branches/2016Q1/net/asterisk

Guido Falsi madpilot at FreeBSD.org
Fri Feb 12 23:14:00 UTC 2016


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
 


More information about the svn-ports-branches mailing list