svn commit: r447727 - in head/sysutils/dsbdriverd: . files

Danilo G. Baio dbaio at FreeBSD.org
Thu Aug 10 23:26:49 UTC 2017


Author: dbaio
Date: Thu Aug 10 23:26:48 2017
New Revision: 447727
URL: https://svnweb.freebsd.org/changeset/ports/447727

Log:
  sysutils/dsbdriverd: Update to 0.2
  
  While here, add LICENSE_FILE
  
  Release notes:
  
  The following mentionable changes have been made:
  
  - An -u options has been added. If defined, dsbdriverd starts dhclient(8) on
    Ethernet devices that appeared after loading the corresponding driver.
  - An -l option has been added. It lists installed devices and their
    corresponding driver.
  - Entries for if_qlnxe(4), if_bnxt(4), mpr(4), mrsas(4), and pms(4) have
    been added to the driver database.
  - Reconnect if the connection to devd(8) was lost.
  - The manual page now uses the mdoc(7) format.
  
  PR:		221258
  Submitted by:	Marcel Kaiser <mk at nic-nac-project.org> (maintainer)

Deleted:
  head/sysutils/dsbdriverd/files/patch-Makefile
Modified:
  head/sysutils/dsbdriverd/Makefile
  head/sysutils/dsbdriverd/distinfo

Modified: head/sysutils/dsbdriverd/Makefile
==============================================================================
--- head/sysutils/dsbdriverd/Makefile	Thu Aug 10 23:22:01 2017	(r447726)
+++ head/sysutils/dsbdriverd/Makefile	Thu Aug 10 23:26:48 2017	(r447727)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dsbdriverd
-PORTVERSION=	0.1.4
+PORTVERSION=	0.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://freeshell.de/~mk/download/
 
@@ -10,6 +10,7 @@ MAINTAINER=	mk at nic-nac-project.org
 COMMENT=	Hardware detecting, device driver loading daemon
 
 LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		tar:tgz
 

Modified: head/sysutils/dsbdriverd/distinfo
==============================================================================
--- head/sysutils/dsbdriverd/distinfo	Thu Aug 10 23:22:01 2017	(r447726)
+++ head/sysutils/dsbdriverd/distinfo	Thu Aug 10 23:26:48 2017	(r447727)
@@ -1,2 +1,3 @@
-SHA256 (dsbdriverd-0.1.4.tgz) = f3e0cf4a2065915f7d27c42723ede686e6c5f8e628e86a893cdcc558d273a185
-SIZE (dsbdriverd-0.1.4.tgz) = 62464
+TIMESTAMP = 1502406928
+SHA256 (dsbdriverd-0.2.tgz) = 4890d31a061607ae62bec37b06d53bb642b30babc081d6ca7678268910791d2a
+SIZE (dsbdriverd-0.2.tgz) = 22742


More information about the svn-ports-all mailing list