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

Baptiste Daroussin bapt at FreeBSD.org
Sat Nov 11 13:04:36 UTC 2017


Author: bapt
Date: Sat Nov 11 13:04:34 2017
New Revision: 453973
URL: https://svnweb.freebsd.org/changeset/ports/453973

Log:
  Update to 1.10.99.6
  - Lots of fixes/improvements on periodic scripts
  - Fix typo in the .pc file
  - Only check for origin if the strings contains / in pkg version
  - Support flags when exporting the metalog
  - Ignore flags when installing as a user
  - fix again using pattern as package arch
  - recognize armv7
  - add %q to pkg_printf(3) and pkg-query(8) to print altabi
  - add an extra line when printing pkg-messages to improve readability
  - stop considering nfs as dangerous and if a corruption happens on nfs drive
    by a message the user to the highly possible reason of the corruption so
    he can fix
  - zsh completion imrpovements

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	Sat Nov 11 12:51:52 2017	(r453972)
+++ head/ports-mgmt/pkg-devel/Makefile	Sat Nov 11 13:04:34 2017	(r453973)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.10.99.5
+DISTVERSION=	1.10.99.6
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Sat Nov 11 12:51:52 2017	(r453972)
+++ head/ports-mgmt/pkg-devel/distinfo	Sat Nov 11 13:04:34 2017	(r453973)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1501536991
-SHA256 (pkg-1.10.99.5.tar.xz) = 8161e9495ae5aa3fe12c7cbef3ffac00bae67c1daa6b517dcca9ba974954f74e
-SIZE (pkg-1.10.99.5.tar.xz) = 2216120
+TIMESTAMP = 1510390130
+SHA256 (pkg-1.10.99.6.tar.xz) = 8bcd157f8f45ffddc4f5f80f67bb2374f8b1aa5fa7be14b25be9d22fb3b9e128
+SIZE (pkg-1.10.99.6.tar.xz) = 2200624


More information about the svn-ports-all mailing list