svn commit: r565960 - branches/2021Q1/ports-mgmt/pkg

Emmanuel Vadot manu at FreeBSD.org
Thu Feb 18 18:13:39 UTC 2021


Author: manu
Date: Thu Feb 18 18:13:33 2021
New Revision: 565960
URL: https://svnweb.freebsd.org/changeset/ports/565960

Log:
  MFH: r562140 r565958
  
  ports-mgmt/pkg: Update to 1.16.2
  
  Changes from 1.16.1 to 1.16.2
  - libpkg: add a snap(shot) version prefix
  - libpkg: only upgrade installed packages with pattern matches
  - Document pkg-lock(8) accepts a list of packages
  
  Approved by:	bapt (implicit)
  
  ports-mgmt/pkg: Update to 1.16.3
  
  - lua: filecmp: Fix for symlink
  
  PR:	253292, 250439
  Approved by:	bapt (implicit)

Modified:
  branches/2021Q1/ports-mgmt/pkg/Makefile
  branches/2021Q1/ports-mgmt/pkg/distinfo
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/ports-mgmt/pkg/Makefile
==============================================================================
--- branches/2021Q1/ports-mgmt/pkg/Makefile	Thu Feb 18 18:11:36 2021	(r565959)
+++ branches/2021Q1/ports-mgmt/pkg/Makefile	Thu Feb 18 18:13:33 2021	(r565960)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.16.1
+DISTVERSION=	1.16.3
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 #MASTER_SITES=	\

Modified: branches/2021Q1/ports-mgmt/pkg/distinfo
==============================================================================
--- branches/2021Q1/ports-mgmt/pkg/distinfo	Thu Feb 18 18:11:36 2021	(r565959)
+++ branches/2021Q1/ports-mgmt/pkg/distinfo	Thu Feb 18 18:13:33 2021	(r565960)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608997580
-SHA256 (freebsd-pkg-1.16.1_GH0.tar.gz) = 193f1b2ef2caf73425b9bd04e3da8b629d23e397e6d973ac4ae1baf982560193
-SIZE (freebsd-pkg-1.16.1_GH0.tar.gz) = 3833163
+TIMESTAMP = 1613671680
+SHA256 (freebsd-pkg-1.16.3_GH0.tar.gz) = db4bba12ba56521b21b01ac2e404a57ff12f631a4fb3363316f98fc1f189e883
+SIZE (freebsd-pkg-1.16.3_GH0.tar.gz) = 3834224


More information about the svn-ports-all mailing list