diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 14:57:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-26 14:57:50 +0000 |
commit | da6c3af5fc2d2e50cc02c503dd2bed7f9d06531b (patch) | |
tree | d79a568897e9f4b2b60f2aa52b357f45aea58060 /ftp | |
parent | a10085f206f47ea43cf9ff2caf7bb451f0a11cc2 (diff) |
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
Notes
Notes:
svn path=/head/; revision=306447
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/mget/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ftp/mget/Makefile b/ftp/mget/Makefile index 2498cd984af6..b351784d044f 100644 --- a/ftp/mget/Makefile +++ b/ftp/mget/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: mget -# Date created: Sep 21, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= mget PORTVERSION= 1.4.2 @@ -14,6 +9,9 @@ MASTER_SITES= http://cs-people.bu.edu/dbera/projects/mget/ MAINTAINER= ports@FreeBSD.org COMMENT= Multithreaded commandline web-download manager +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2012-11-26 + USE_CSTD= gnu89 CFLAGS+= -DHAS_HERROR -DHAVE_GETOPT_LONG -DHAVE_INET_NTOP -DHAVE_IPV6 \ |