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 /comms | |
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 'comms')
-rw-r--r-- | comms/garmin-utils/Makefile | 3 | ||||
-rw-r--r-- | comms/snooper/Makefile | 9 |
2 files changed, 7 insertions, 5 deletions
diff --git a/comms/garmin-utils/Makefile b/comms/garmin-utils/Makefile index 650e6407fe65..0184c49656ba 100644 --- a/comms/garmin-utils/Makefile +++ b/comms/garmin-utils/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= ftp://ftp.snafu.org/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for Garmin GPS receivers +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + MAN1= gardump.1 garload.1 MANCOMPRESSED= yes MAKE_ARGS+= MANDIR=${MANPREFIX}/man/man diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index 01eab6499ea2..5157e316f6a2 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: snooper -# Date created: 4 May 1997 -# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> -# +# Created by: Jun-ichiro itojun Itoh <itojun@itojun.org> # $FreeBSD$ -# PORTNAME= snooper PORTVERSION= 1999.12.02 @@ -15,6 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Serial line protocol analyzer (need two serial interfaces) +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + WRKSRC= ${WRKDIR}/${PORTNAME}/build GNU_CONFIGURE= yes |