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

Baptiste Daroussin bapt at FreeBSD.org
Sun Oct 30 20:02:21 UTC 2016


Author: bapt
Date: Sun Oct 30 20:02:19 2016
New Revision: 424958
URL: https://svnweb.freebsd.org/changeset/ports/424958

Log:
  Update to 1.9.99.2
  - readd FTS support to sqlite lib to allow dropping fts tables
  - rewrite some functions to use file descriptors when possible

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 Oct 30 18:53:26 2016	(r424957)
+++ head/ports-mgmt/pkg-devel/Makefile	Sun Oct 30 20:02:19 2016	(r424958)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pkg
-DISTVERSION=	1.9.99.1
+DISTVERSION=	1.9.99.2
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	\

Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo	Sun Oct 30 18:53:26 2016	(r424957)
+++ head/ports-mgmt/pkg-devel/distinfo	Sun Oct 30 20:02:19 2016	(r424958)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1477849988
-SHA256 (pkg-1.9.99.1.tar.xz) = cddab07e160c42568694f11d7e38940a4074e2faf7c304e694ea8198348f443a
-SIZE (pkg-1.9.99.1.tar.xz) = 1916584
+TIMESTAMP = 1477857602
+SHA256 (pkg-1.9.99.2.tar.xz) = 78b041c9724303ede4a1285d6f358674a9d8b9b35615662b0a92bf93397303ce
+SIZE (pkg-1.9.99.2.tar.xz) = 1917684


More information about the svn-ports-all mailing list