svn commit: r326254 - head/comms/uhso-kmod

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Sep 4 07:04:09 UTC 2013


Author: martymac
Date: Wed Sep  4 07:04:08 2013
New Revision: 326254
URL: http://svnweb.freebsd.org/changeset/ports/326254

Log:
  - 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

Modified:
  head/comms/uhso-kmod/Makefile   (contents, props changed)

Modified: head/comms/uhso-kmod/Makefile
==============================================================================
--- head/comms/uhso-kmod/Makefile	Wed Sep  4 06:46:23 2013	(r326253)
+++ head/comms/uhso-kmod/Makefile	Wed Sep  4 07:04:08 2013	(r326254)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	uhso-kmod
-# Date created:				28 December 2009
-# Whom:					Ganael Laplanche <ganael.laplanche at martymac.org>
-#
+# Created by: Ganael Laplanche <ganael.laplanche at 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


More information about the svn-ports-all mailing list