diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-26 22:57:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-26 22:57:50 +0800 |
commit | b88fc25e8c884f8a7287ccb427c1d9915a20057b (patch) | |
tree | d79a568897e9f4b2b60f2aa52b357f45aea58060 /astro | |
parent | 62362c386f112d49f6a13cf9af055cbf3a1d14d8 (diff) | |
download | freebsd-ports-gnome-b88fc25e8c884f8a7287ccb427c1d9915a20057b.tar.gz freebsd-ports-gnome-b88fc25e8c884f8a7287ccb427c1d9915a20057b.tar.zst freebsd-ports-gnome-b88fc25e8c884f8a7287ccb427c1d9915a20057b.zip |
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available, or for which are -devel version with a more
recent stable version for long
Feature safe: yes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/position/Makefile | 3 | ||||
-rw-r--r-- | astro/tangogps/Makefile | 9 |
2 files changed, 7 insertions, 5 deletions
diff --git a/astro/position/Makefile b/astro/position/Makefile index 255988dd1880..2b761ea3edd1 100644 --- a/astro/position/Makefile +++ b/astro/position/Makefile @@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR= dinoex MAINTAINER= ports@FreeBSD.org COMMENT= GPS and Moving-Map Applikation +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj LICENSE= GPLv2 diff --git a/astro/tangogps/Makefile b/astro/tangogps/Makefile index cd6a6f0df81e..162bbc3b6a22 100644 --- a/astro/tangogps/Makefile +++ b/astro/tangogps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tangogps -# Date created: 4 Marth 2009 -# Whom: stas -# +# Created by: stas # $FreeBSD$ -# PORTNAME= tangogps PORTVERSION= 0.99.4 @@ -14,6 +10,9 @@ MASTER_SITES= http://www.tangogps.org/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= A comprehencive GPS mapping application +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ exif.12:${PORTSDIR}/graphics/libexif \ soup-2.4.1:${PORTSDIR}/devel/libsoup |