diff options
author | martymac <martymac@FreeBSD.org> | 2013-09-04 15:04:08 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-09-04 15:04:08 +0800 |
commit | 74816060f6575c55e837d71334f5cf513fb9cfd7 (patch) | |
tree | 5ac5a37727e02217a4a529fb2b9fb71718a787bf | |
parent | 6416678eedc28fc22cfd0d038f08251dd537d3e5 (diff) | |
download | freebsd-ports-gnome-74816060f6575c55e837d71334f5cf513fb9cfd7.tar.gz freebsd-ports-gnome-74816060f6575c55e837d71334f5cf513fb9cfd7.tar.zst freebsd-ports-gnome-74816060f6575c55e837d71334f5cf513fb9cfd7.zip |
- Use new Makefile header format
- Mark as DEPRECATED and set an EXPIRATION_DATE, as uhso-kmod is now available
in base on all supported versions
PR: ports/181563
Submitted by: rene
-rw-r--r-- | comms/uhso-kmod/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/comms/uhso-kmod/Makefile b/comms/uhso-kmod/Makefile index 62cdd74c8730..26b609c4c02f 100644 --- a/comms/uhso-kmod/Makefile +++ b/comms/uhso-kmod/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: uhso-kmod -# Date created: 28 December 2009 -# Whom: Ganael Laplanche <ganael.laplanche@martymac.org> -# +# Created by: Ganael Laplanche <ganael.laplanche@martymac.org> # $FreeBSD$ -# PORTNAME= uhso PORTVERSION= 20100416 @@ -20,6 +16,9 @@ LICENSE= BSD CONFLICTS= hso-kmod-[0-9]* +DEPRECATED= included in base system on all supported releases +EXPIRATION_DATE=2013-12-01 + NO_PACKAGE= should be recompiled for a particular FreeBSD kernel OPTIONS_DEFINE= UHSOCTL DEBUG |