svn commit: r435608 - head/databases/godis

Steve Wills swills at FreeBSD.org
Tue Mar 7 15:11:03 UTC 2017


Author: swills
Date: Tue Mar  7 15:11:01 2017
New Revision: 435608
URL: https://svnweb.freebsd.org/changeset/ports/435608

Log:
  databases/godis: fix expiration date

Modified:
  head/databases/godis/Makefile

Modified: head/databases/godis/Makefile
==============================================================================
--- head/databases/godis/Makefile	Tue Mar  7 15:05:55 2017	(r435607)
+++ head/databases/godis/Makefile	Tue Mar  7 15:11:01 2017	(r435608)
@@ -14,7 +14,7 @@ USES=		go
 GO_PKGNAME=	github.com/simonz05/${PORTNAME}
 
 DEPRECATED=	Go libraries should not be packaged
-EXPIRATION_DATE=	2017-03-08
+EXPIRATION_DATE=	2017-04-08
 
 pre-install:
 	@${RM} ${WRKSRC}/fmt.sh


More information about the svn-ports-all mailing list