diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-14 12:34:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-02-14 12:34:53 +0000 |
commit | 1cc998e19bc636df8c9cec59d03f8fccd80e033f (patch) | |
tree | f30346f17e1cac7e07af9769397bcd0f4978fcda | |
parent | textproc/fzf: Update to 0.25.1 (diff) |
Move misc/pnpids to misc/hwdata
- As the port no longer only install the pnp.ids file, but also the others,
it made sense to rename it to upstreams name
Notes
Notes:
svn path=/head/; revision=565221
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | misc/hwdata/Makefile (renamed from misc/pnpids/Makefile) | 14 | ||||
-rw-r--r-- | misc/hwdata/distinfo (renamed from misc/pnpids/distinfo) | 0 | ||||
-rw-r--r-- | misc/hwdata/pkg-descr (renamed from misc/pnpids/pkg-descr) | 0 |
4 files changed, 7 insertions, 8 deletions
@@ -16164,3 +16164,4 @@ security/openvas9-manager|security/gvmd|2021-02-08|Has expired: End of life, ple security/openvas9-scanner|security/openvas|2021-02-08|Has expired: End of life, please migrate to security/openvas port security/greenbone-security-assistant8|security/greenbone-security-assistant|2021-02-08|Has expired: End of life, please migrate to new version of greenbone-security-assistant security/greenbone-security-assistant9|security/greenbone-security-assistant|2021-02-08|Has expired: End of life, please migrate to new version of greenbone-security-assistant +misc/pnpids|misc/hwdata|2021-02-14|Rename package to upstreams name diff --git a/misc/pnpids/Makefile b/misc/hwdata/Makefile index 7fc35f8107c6..8601eca1bf3a 100644 --- a/misc/pnpids/Makefile +++ b/misc/hwdata/Makefile @@ -1,26 +1,24 @@ # Created by: Ting-Wei Lan <lantw44@gmail.com> # $FreeBSD$ -PORTNAME= pnpids +PORTNAME= hwdata DISTVERSIONPREFIX= v DISTVERSION= 0.344 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= misc -MAINTAINER= gnome@FreeBSD.org +MAINTAINER= desktop@FreeBSD.org COMMENT= Database of IDs used in PCI, PNP and USB devices LICENSE= GPLv2+ MIT LICENSE_COMB= dual -NO_ARCH= yes -NO_BUILD= yes - - USE_GITHUB= yes GH_ACCOUNT= vcrhonek -GH_PROJECT= hwdata + +NO_ARCH= yes +NO_BUILD= yes _ID_FILES= pci.ids pnp.ids usb.ids PLIST_FILES= ${_ID_FILES:C,^,${DATADIR}/,} diff --git a/misc/pnpids/distinfo b/misc/hwdata/distinfo index 45e0bd38a19e..45e0bd38a19e 100644 --- a/misc/pnpids/distinfo +++ b/misc/hwdata/distinfo diff --git a/misc/pnpids/pkg-descr b/misc/hwdata/pkg-descr index 616cc31a98e5..616cc31a98e5 100644 --- a/misc/pnpids/pkg-descr +++ b/misc/hwdata/pkg-descr |