svn commit: r435609 - head/devel/go-pretty

Steve Wills swills at FreeBSD.org
Tue Mar 7 15:12:09 UTC 2017


Author: swills
Date: Tue Mar  7 15:12:07 2017
New Revision: 435609
URL: https://svnweb.freebsd.org/changeset/ports/435609

Log:
  devel/go-pretty: fix expiration date

Modified:
  head/devel/go-pretty/Makefile

Modified: head/devel/go-pretty/Makefile
==============================================================================
--- head/devel/go-pretty/Makefile	Tue Mar  7 15:11:01 2017	(r435608)
+++ head/devel/go-pretty/Makefile	Tue Mar  7 15:12:07 2017	(r435609)
@@ -17,6 +17,6 @@ USES=		go
 GO_PKGNAME=	github.com/kr/pretty
 
 DEPRECATED=	Go libraries should not be packaged
-EXPIRATION_DATE=	2017-03-08
+EXPIRATION_DATE=	2017-04-08
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list