svn commit: r349719 - head/ports-mgmt/pkg-devel
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 31 10:23:50 UTC 2014
Author: bapt
Date: Mon Mar 31 10:23:49 2014
New Revision: 349719
URL: http://svnweb.freebsd.org/changeset/ports/349719
QAT: https://qat.redports.org/buildarchive/r349719/
Log:
Update to 1.3.0.a6:
Changes:
- pkg delete is not recursive by default
- pkg delete ui now explain why a package will be removed
- pkg which now handle PATH when looking for a file
- shared libraries are now directly resolved in the solver (no need anymore for explicit package dependency)
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 Mon Mar 31 10:12:39 2014 (r349718)
+++ head/ports-mgmt/pkg-devel/Makefile Mon Mar 31 10:23:49 2014 (r349719)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.3.0.a5
+DISTVERSION= 1.3.0.a6
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://files.etoilebsd.net/pkg/ \
@@ -18,6 +18,8 @@ LICENSE= BSD2CLAUSE
# Disable CCACHE support because of the chicken/egg problem pkg should always
# With no dependency at all
NO_CCACHE= yes
+WITH_DEBUG= yes
+CFLAGS+= -O0 -g
USE_LDCONFIG= yes
USES= tar:xz
GNU_CONFIGURE= yes
Modified: head/ports-mgmt/pkg-devel/distinfo
==============================================================================
--- head/ports-mgmt/pkg-devel/distinfo Mon Mar 31 10:12:39 2014 (r349718)
+++ head/ports-mgmt/pkg-devel/distinfo Mon Mar 31 10:23:49 2014 (r349719)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.3.0.a5.tar.xz) = 7e723d50acff314dc6cc1dc670a014b08fc1bed0a4d00efd6df2052e8278fa60
-SIZE (pkg-1.3.0.a5.tar.xz) = 1668112
+SHA256 (pkg-1.3.0.a6.tar.xz) = 7359a858e64ad4d356d3b4abd3b4a33c80ffab162ee1b28243d72b484ecb0417
+SIZE (pkg-1.3.0.a6.tar.xz) = 1645396
More information about the svn-ports-all
mailing list