diff options
author | bapt <bapt@FreeBSD.org> | 2015-09-14 01:05:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-09-14 01:05:49 +0800 |
commit | 47f1baed94e8c5098ff02019ac3d39962b7c0b2f (patch) | |
tree | d714b0618cd3e23832c37485dc470020c0b3a2e7 /astro | |
parent | 244a6821ba6cd26d10bb270c0c67f5e6a08bdef1 (diff) | |
download | freebsd-ports-graphics-47f1baed94e8c5098ff02019ac3d39962b7c0b2f.tar.gz freebsd-ports-graphics-47f1baed94e8c5098ff02019ac3d39962b7c0b2f.tar.zst freebsd-ports-graphics-47f1baed94e8c5098ff02019ac3d39962b7c0b2f.zip |
Mark as deprecated:
Does not support newer wxWidget and no release upstream for 8 years
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libroadnav/Makefile | 3 | ||||
-rw-r--r-- | astro/roadnav/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/astro/libroadnav/Makefile b/astro/libroadnav/Makefile index a06e4c0afcf..fbf60b61be1 100644 --- a/astro/libroadnav/Makefile +++ b/astro/libroadnav/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/roadnav/LibRoadnav/${PORTVERSION} MAINTAINER= ports@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+ diff --git a/astro/roadnav/Makefile b/astro/roadnav/Makefile index e7a41ea5e22..18af9a0255c 100644 --- a/astro/roadnav/Makefile +++ b/astro/roadnav/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/Roadnav/${PORTVERSION} MAINTAINER= ports@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+ |