From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:04:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 66B2EB03; Wed, 4 Sep 2013 07:04:09 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54CA228F3; Wed, 4 Sep 2013 07:04:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r84749kI064379; Wed, 4 Sep 2013 07:04:09 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r84749XC064378; Wed, 4 Sep 2013 07:04:09 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201309040704.r84749XC064378@svn.freebsd.org> From: Ganael LAPLANCHE Date: Wed, 4 Sep 2013 07:04:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326254 - head/comms/uhso-kmod X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 07:04:09 -0000 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 -# +# Created by: Ganael Laplanche # $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