svn commit: r308418 - head/ports-mgmt/pkg
Baptiste Daroussin
bapt at FreeBSD.org
Fri Dec 7 11:26:52 UTC 2012
Author: bapt
Date: Fri Dec 7 11:26:51 2012
New Revision: 308418
URL: http://svnweb.freebsd.org/changeset/ports/308418
Log:
- update to 1.0.3
- changes:
* Accept to query _https._tcp srv records
* Fix diskspace change calculation in pkg upgrade
* Fix pkg info -s -F apackage
* Better ABI determination
* Fix pkg upgrade badly returning 0 in case of failure
* Fix build with recent clang 3.2
Feature safe: yes
Modified:
head/ports-mgmt/pkg/Makefile
head/ports-mgmt/pkg/distinfo
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Fri Dec 7 09:38:52 2012 (r308417)
+++ head/ports-mgmt/pkg/Makefile Fri Dec 7 11:26:51 2012 (r308418)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.0.2
+DISTVERSION= 1.0.3
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/portmgr \
http://files.etoilebsd.net/pkg/
@@ -14,6 +14,8 @@ LICENSE= BSD
USE_XZ= yes
MAKE_JOBS_SAFE= yes
+# Disable CCACHE support because of the chicken/egg problem pkg should always
+# With no dependency at all
NO_CCACHE= yes
USE_LDCONFIG= yes
MANCOMPRESSED= yes
Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo Fri Dec 7 09:38:52 2012 (r308417)
+++ head/ports-mgmt/pkg/distinfo Fri Dec 7 11:26:51 2012 (r308418)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.0.2.tar.xz) = c1ee0d74cc17760f78139219ef84c67dd74e0caf68cf50b2c70f138c07a6728e
-SIZE (pkg-1.0.2.tar.xz) = 1444532
+SHA256 (pkg-1.0.3.tar.xz) = 42db4120cb4c2c5f0c9724769d626aa6d14f369882802773309a8d3774566648
+SIZE (pkg-1.0.3.tar.xz) = 1444520
More information about the svn-ports-head
mailing list