svn commit: r565221 - in head: . misc/hwdata misc/pnpids

Tobias C. Berner tcberner at FreeBSD.org
Sun Feb 14 12:34:54 UTC 2021


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 at gmail.com>
 # $FreeBSD$
 
-PORTNAME=	pnpids
+PORTNAME=	hwdata
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.344
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	misc
 
-MAINTAINER=	gnome at FreeBSD.org
+MAINTAINER=	desktop at 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}/,}


More information about the svn-ports-all mailing list