svn commit: r383172 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 3 20:03:05 UTC 2015
Author: bapt
Date: Fri Apr 3 20:03:04 2015
New Revision: 383172
URL: https://svnweb.freebsd.org/changeset/ports/383172
Log:
Update to 1.44.99.18
Changes:
- Add the user_version in the sql dump
- Fix pkg version when checking the ports tree without INDEX
- Make pkg lock -l respect -q
- Fix ipv6
- Add noauto alias
- Make lead alias more accurate
- New pkg lock --has-locked-packages (return 0 if it has locked packages 1 otherwise)
- Resume fetch support for http/ftp
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 Fri Apr 3 20:02:03 2015 (r383171)
+++ head/ports-mgmt/pkg-devel/Makefile Fri Apr 3 20:03:04 2015 (r383172)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.4.99.17
+DISTVERSION= 1.4.99.18
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Fri Apr 3 20:02:03 2015 (r383171)
+++ head/ports-mgmt/pkg-devel/distinfo Fri Apr 3 20:03:04 2015 (r383172)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.4.99.17.tar.xz) = 8facfe4ed220d5678a8faceb6160ebcf66d9edffd39e0c8b919520f3e991a2bd
-SIZE (pkg-1.4.99.17.tar.xz) = 1877336
+SHA256 (pkg-1.4.99.18.tar.xz) = 53079adffbb5bf822c807afcc50dfc0e8f687440461f6e8b82c6c39320f63d14
+SIZE (pkg-1.4.99.18.tar.xz) = 1874788
More information about the svn-ports-all
mailing list