Module Name: src
Committed By: nia
Date: Sat Apr 10 20:12:47 UTC 2021
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new pkg_install
To generate a diff of this commit:
cvs rdiff -u -r1.1792 -r1.1793 src/doc/3RDPARTY
cvs rdiff -u -r1.2794 -r1.2795 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1792 src/doc/3RDPARTY:1.1793
--- src/doc/3RDPARTY:1.1792 Sat Apr 10 13:54:25 2021
+++ src/doc/3RDPARTY Sat Apr 10 20:12:47 2021
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1792 2021/04/10 13:54:25 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.1793 2021/04/10 20:12:47 nia Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -1192,8 +1192,8 @@ definition (files.pf). userland code is
reachover Makefiles are in src/usr.sbin/pf.
Package: pkg_install
-Version: 20201212
-Current Vers: 20201212
+Version: 20210410
+Current Vers: 20210410
Maintainer: The pkgsrc developers
Home Page: http://www.pkgsrc.org/
Date: 2020-12-12
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2794 src/doc/CHANGES:1.2795
--- src/doc/CHANGES:1.2794 Fri Apr 9 19:12:37 2021
+++ src/doc/CHANGES Sat Apr 10 20:12:47 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2794 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2795 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -350,3 +350,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
services(5), protocols(5): Pull iana-generated services and protocols.
[christos 20210408]
file(1): Upgraded to 5.40. [christos 20210409]
+ pkg_install: Updated to 20210410. This simplifes version checking for
+ NetBSD. [nia 20210410]