svn commit: r436991 - head/ports-mgmt/pkg-devel

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 26 21:19:41 UTC 2017


Author: bapt
Date: Sun Mar 26 21:19:39 2017
New Revision: 436991
URL: https://svnweb.freebsd.org/changeset/ports/436991

Log:
  Update to 1.10.99.4
  - Fix signing_command something saving a truncated signature in the file
    as a result pkg will reject any repository signed
  - pkg which: add -m to show what files matched using globs
  - fix sqlite overload with new sqlite
  - Revert the new UI which does not respect 80 columns
  - Fix query '%q' printing the internal arch instead of the official one

Modified:
  head/ports-mgmt/pkg-devel/Makefile
  head/ports-mgmt/pkg-devel/distinfo

Modified: head/ports-mgmt/pkg-devel/Makefile
==============================================================================
--- head/ports-mgmt/pkg-devel/Makefile	Sun Mar 26 21:08:35 2017	(r436990)
+++ head/ports-mgmt/pkg-devel/Makefile	Sun Mar 26 21:19:39 2017	(r436991)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.10.99.3
+DISTVERSION=	1.10.99.4
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Sun Mar 26 21:08:35 2017	(r436990)
+++ head/ports-mgmt/pkg-devel/distinfo	Sun Mar 26 21:19:39 2017	(r436991)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488026288
-SHA256 (pkg-1.10.99.3.tar.xz) = 25cb119c842f94085dc071ab78127da2997da7ecc33eb4d74117a1085b570bb7
-SIZE (pkg-1.10.99.3.tar.xz) = 2212372
+TIMESTAMP = 1490562875
+SHA256 (pkg-1.10.99.4.tar.xz) = 4673271d0ece4292e36aeda27a7cf7193825b812b6c412628aa644e43f94e8e2
+SIZE (pkg-1.10.99.4.tar.xz) = 2192240


More information about the svn-ports-all mailing list