svn commit: r514569 - head

Koichiro Iwao meta at FreeBSD.org
Wed Oct 16 01:26:19 UTC 2019


Author: meta
Date: Wed Oct 16 01:26:18 2019
New Revision: 514569
URL: https://svnweb.freebsd.org/changeset/ports/514569

Log:
  AFFECTS line should contain portcategory/portname
  
  so that automated tools can parse it as easily as possible, according to
  Porter's handbook 11.2.1 [1].
  
  [1] https://www.freebsd.org/doc/en/books/porters-handbook/moved-and-updating-files.html
  
  PR:		241169
  Submitted by:	Yuichiro NAITO <naito.yuichiro at gmail.com>
  Approved by:	portmgr blanket

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Oct 16 01:24:21 2019	(r514568)
+++ head/UPDATING	Wed Oct 16 01:26:18 2019	(r514569)
@@ -17,7 +17,7 @@ you update your ports collection, before attempting an
   configuration changes to the proper places, before you continue.
 
 20191002:
-  AFFECTS: users of groff
+  AFFECTS: users of textproc/groff
   AUTHOR: bapt at FreeBSD.org
 
   with groff 1.2.4_3, groff does not depends anymore on ghostscript and
@@ -28,7 +28,7 @@ you update your ports collection, before attempting an
   Also note that the X11 option has been removed.
 
 20190930:
-  AFFECTS: users of NetBox
+  AFFECTS: users of net-mgmt/netbox
   AUTHOR: kai at FreeBSD.org
 
   Since the 2.6 release a running Redis server instance is required for
@@ -67,7 +67,7 @@ you update your ports collection, before attempting an
   # portmaster -o emulators/qemu-devel emulators/qemu40
 
 20190927:
-  AFFECTS: users of XFCE desktop
+  AFFECTS: users of XFCE desktop (x11-wm/xfce4)
   AUTHOR: madpilot at FreeBSD.org
 
   Due to changes in the XFCE 4.14 metaport, systems could end up with
@@ -465,7 +465,7 @@ you update your ports collection, before attempting an
   are more intuitive and logical.
 
 20190604:
-  AFFECTS: users of samba47
+  AFFECTS: users of net/samba47
   AUTHOR: antoine at FreeBSD.org
 
   The default version of samba has been switched from 4.7 to 4.8.


More information about the svn-ports-head mailing list