svn commit: r423156 - head/devel/bunny

Emanuel Haupt ehaupt at FreeBSD.org
Sun Oct 2 20:42:45 UTC 2016


Author: ehaupt
Date: Sun Oct  2 20:42:43 2016
New Revision: 423156
URL: https://svnweb.freebsd.org/changeset/ports/423156

Log:
  Mark DEPRECATED with an expiration time of 3 months. The project site claims
  that it's no longer under active maintenance an that the code base has been
  superseded by a different project.

Modified:
  head/devel/bunny/Makefile

Modified: head/devel/bunny/Makefile
==============================================================================
--- head/devel/bunny/Makefile	Sun Oct  2 20:36:26 2016	(r423155)
+++ head/devel/bunny/Makefile	Sun Oct  2 20:42:43 2016	(r423156)
@@ -15,6 +15,8 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		Unfetchable (google code has gone away)
+DEPRECATED=	Superseded by a different project
+EXPIRATION_DATE=2017-01-22
 
 USES=		ssl tar:tgz
 LDFLAGS+=	-L${OPENSSLLIB}


More information about the svn-ports-all mailing list