Date: Sun, 14 Feb 2021 12:34:53 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565221 - in head: . misc/hwdata misc/pnpids Message-ID: <202102141234.11ECYrx3027630@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Feb 14 12:34:53 2021 New Revision: 565221 URL: https://svnweb.freebsd.org/changeset/ports/565221 Log: 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 Added: head/misc/hwdata/ - copied from r565220, head/misc/pnpids/ Deleted: head/misc/pnpids/ Modified: head/MOVED head/misc/hwdata/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Feb 14 12:00:03 2021 (r565220) +++ head/MOVED Sun Feb 14 12:34:53 2021 (r565221) @@ -16164,3 +16164,4 @@ security/openvas9-manager|security/gvmd|2021-02-08|Has 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 Modified: head/misc/hwdata/Makefile ============================================================================== --- head/misc/pnpids/Makefile Sun Feb 14 12:00:03 2021 (r565220) +++ head/misc/hwdata/Makefile Sun Feb 14 12:34:53 2021 (r565221) @@ -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}/,}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102141234.11ECYrx3027630>