Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 07:04:09 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326254 - head/comms/uhso-kmod
Message-ID:  <201309040704.r84749XC064378@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309040704.r84749XC064378>