Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2013 23:47:22 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315508 - head/devel/libusb
Message-ID:  <201303282347.r2SNlMeS051452@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Mar 28 23:47:21 2013
New Revision: 315508
URL: http://svnweb.freebsd.org/changeset/ports/315508

Log:
  Deprecate and mark expired libusb which has no use in any supported release.

Modified:
  head/devel/libusb/Makefile

Modified: head/devel/libusb/Makefile
==============================================================================
--- head/devel/libusb/Makefile	Thu Mar 28 23:43:25 2013	(r315507)
+++ head/devel/libusb/Makefile	Thu Mar 28 23:47:21 2013	(r315508)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libusb
-# Date created:				27 January 2001
-# Whom:					John Reynolds <johnjen@reynoldsnet.org>
-#
+# Created by: John Reynolds <johnjen@reynoldsnet.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libusb
 PORTVERSION=	0.1.12
@@ -19,6 +15,9 @@ SGML_DESC=	Install developer guide from 
 
 .include <bsd.port.pre.mk>
 
+DEPRECATED=	has been already included into base system
+EXPIRATION_DATE=	2012-04-30
+
 .if ${OSVERSION} >= 800069
 IGNORE=		has been already included into base system
 .endif



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