diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-02-12 22:41:44 +0000 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-02-12 22:41:44 +0000 |
commit | 1f84193e06e2441eb3cd94f8c074e87880553881 (patch) | |
tree | fb9f4fdea80a59cbacdff245d0bf5de3085ca519 | |
parent | 21a4641a899aa2a4694d4cae6c52c4f8d8777d94 (diff) | |
download | FreeBSD-ports-1f84193e06e2441eb3cd94f8c074e87880553881.zip FreeBSD-ports-1f84193e06e2441eb3cd94f8c074e87880553881.tar.gz |
Fix expiration date to actually be in the future.
Reported by: rene
MFH: 2016Q1
-rw-r--r-- | net/asterisk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 296bf29..3c755fc 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -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 |