svn commit: r408768 - head/net/asterisk

Guido Falsi madpilot at FreeBSD.org
Fri Feb 12 22:41:46 UTC 2016


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
 


More information about the svn-ports-all mailing list