Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2016 22:41:44 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408768 - head/net/asterisk
Message-ID:  <201602122241.u1CMfih5065523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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