diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-10 17:33:52 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-03-10 17:33:52 +0000 |
commit | 7fdde7815ebf309d382d9fd7cdace4903761cf43 (patch) | |
tree | 50a8e8ad681c2e090c52926a76579536fc4c516f /x11-drivers | |
parent | 31b139bb067217c0dc7c96e2545678d1bb3424b3 (diff) |
Mark deprecated and set expiration date.
This is an old driver version, please use xf86-video-ati instead.
If there is any trouble with xf86-video-ati that this driver solves, please
contact x11@ asap.
Notes
Notes:
svn path=/head/; revision=313833
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati613/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-ati613/Makefile b/x11-drivers/xf86-video-ati613/Makefile index e09523780269..d76c5ba6b9e7 100644 --- a/x11-drivers/xf86-video-ati613/Makefile +++ b/x11-drivers/xf86-video-ati613/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: xf86-video-ati -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= xf86-video-ati613 PORTVERSION= 6.13.2 @@ -14,6 +9,9 @@ DISTNAME= xf86-video-ati-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= X.Org ati display driver +DEPRECATED= Old version, use xf86-video-ati instead +EXPIRATION_DATE=2013-05-10 + USE_GL= gl XORG_CAT= driver |