1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

sysutils/dsbdriverd:

- Update to 1.1
- Change to USE_GITHUB
- Start dsbdriverd before netwait, not NETWORKING in rc script

Approved by:	maintainer via mail
This commit is contained in:
Lars Engels 2021-02-18 18:11:36 +00:00
parent 08e8765a42
commit 68bd02451f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565959
4 changed files with 10 additions and 7 deletions

View File

@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= dsbdriverd
PORTVERSION= 1.0
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
MAINTAINER= mk@nic-nac-project.org
COMMENT= Hardware detecting, device driver loading daemon
@ -14,6 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= lua:52 tar:tgz
USE_GITHUB= yes
GH_ACCOUNT= mrclksr
GH_PROJECT= DSBDriverd
OPTIONS_DEFINE= PCIIDS USBIDS
PCIIDS_DESC= Use pci.ids database to show PCI device information

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1598626873
SHA256 (dsbdriverd-1.0.tgz) = a49ccc85052f971ae6bf192497fab01565aa937067c55b819f8c175113982bfe
SIZE (dsbdriverd-1.0.tgz) = 38308
TIMESTAMP = 1612982312
SHA256 (mrclksr-DSBDriverd-1.1_GH0.tar.gz) = 90937bc16cf0fa6a6137a91a9c9b78d755c7e176a974a339fc6169feda4838b0
SIZE (mrclksr-DSBDriverd-1.1_GH0.tar.gz) = 40780

View File

@ -4,7 +4,7 @@
#
# PROVIDE: dsbdriverd
# REQUIRE: devd
# BEFORE: NETWORKING
# BEFORE: netwait
# KEYWORD: shutdown
#
# Add these lines to /etc/rc.conf.local or /etc/rc.conf

View File

@ -1,4 +1,4 @@
DSBDriverd is a daemon that automatically tries to find and load the suitable
driver(s) for your PCI and USB hardware.
WWW: http://freeshell.de/~mk/projects/dsbdriverd.html
WWW: https://github.com/mrclksr/DSBDriverd