diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-26 18:23:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-26 18:23:01 +0800 |
commit | 8d97ae4a9e6f779da869aa82629c8e77f5afc363 (patch) | |
tree | 88e8411a1d36b9f9a08af1edb69db68f1c7b5c2a /x11/xloadimage | |
parent | 33e42718cc2d678f3b6bdfff7ffd76c6db5660bf (diff) | |
download | freebsd-ports-gnome-8d97ae4a9e6f779da869aa82629c8e77f5afc363.tar.gz freebsd-ports-gnome-8d97ae4a9e6f779da869aa82629c8e77f5afc363.tar.zst freebsd-ports-gnome-8d97ae4a9e6f779da869aa82629c8e77f5afc363.zip |
Deprecate a bunch of ports that are either abandonware and/or for which no more
public distfiles are available
Feature safe: yes
Diffstat (limited to 'x11/xloadimage')
-rw-r--r-- | x11/xloadimage/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index ca9a143e2754..ad0d38ae3198 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xloadimage -# Date created: 9 January 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= xloadimage PORTVERSION= 4.1.17 @@ -24,6 +20,9 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ LICENSE= MIT +DEPRECATED= Debian patches no more availables +EXPIRATION_DATE= 2012-11-26 + CONFLICTS_INSTALL= xli-* EXTRA_PATCHES= ${WRKDIR}/debian/patches/*.dpatch |