svn commit: r490382 - head/devel/go-sql-driver

Steve Wills swills at FreeBSD.org
Tue Jan 15 14:50:28 UTC 2019


Author: swills
Date: Tue Jan 15 14:50:27 2019
New Revision: 490382
URL: https://svnweb.freebsd.org/changeset/ports/490382

Log:
  devel/go-sql-driver: mark deprecated
  
  PR:		230280

Modified:
  head/devel/go-sql-driver/Makefile   (contents, props changed)

Modified: head/devel/go-sql-driver/Makefile
==============================================================================
--- head/devel/go-sql-driver/Makefile	Tue Jan 15 14:44:25 2019	(r490381)
+++ head/devel/go-sql-driver/Makefile	Tue Jan 15 14:50:27 2019	(r490382)
@@ -17,4 +17,7 @@ GH_PROJECT=	mysql
 
 GO_PKGNAME=	github.com/${PORTNAME}/${GH_PROJECT}
 
+DEPRECATED=		Go source should not be packaged
+EXPIRATION_DATE=	2019-02-15
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list