svn commit: r396835 - in head/astro: libroadnav roadnav

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 13 17:05:51 UTC 2015


Author: bapt
Date: Sun Sep 13 17:05:49 2015
New Revision: 396835
URL: https://svnweb.freebsd.org/changeset/ports/396835

Log:
  Mark as deprecated:
  Does not support newer wxWidget and no release upstream for 8 years

Modified:
  head/astro/libroadnav/Makefile
  head/astro/roadnav/Makefile

Modified: head/astro/libroadnav/Makefile
==============================================================================
--- head/astro/libroadnav/Makefile	Sun Sep 13 16:55:54 2015	(r396834)
+++ head/astro/libroadnav/Makefile	Sun Sep 13 17:05:49 2015	(r396835)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/roadnav/LibRoadnav/${PO
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Helper library for Roadnav (3D GPS mapping program)
 
+DEPRECATED=	No releases for 8+ years, no supporting newer wxWidget
+EXPIRATION_DATE=	2015-12-13
+
 OPTIONS_DEFINE=	DOCS
 
 USE_WX=		2.8+

Modified: head/astro/roadnav/Makefile
==============================================================================
--- head/astro/roadnav/Makefile	Sun Sep 13 16:55:54 2015	(r396834)
+++ head/astro/roadnav/Makefile	Sun Sep 13 17:05:49 2015	(r396835)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/${PORTNAME}/Roadnav/${P
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	3D GPS mapping program
 
+DEPRECATED=	No releases for 8+ years, no supporting newer wxWidget
+EXPIRATION_DATE=	2015-12-13
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libroadnav.a:${PORTSDIR}/astro/libroadnav
 
 USE_WX=		2.8+


More information about the svn-ports-all mailing list