svn commit: r320556 - in head/ports-mgmt/pkg: . files
Bryan Drewery
bdrewery at FreeBSD.org
Tue Jun 11 13:01:57 UTC 2013
Author: bdrewery
Date: Tue Jun 11 13:01:56 2013
New Revision: 320556
URL: http://svnweb.freebsd.org/changeset/ports/320556
Log:
- Update to 1.0.13
Changes:
- Add pkg -N to detect if pkgng is installed and activated.
See pkg(8) for usage as this is not completely safe for 9.1's
bootstrapper.
- Update manpages with examples
- Fix crash in shlib handling (was already in port)
- Fix shlibs scanning over NFS
- Update to new repository/upstream URL at
http://github.com/freebsd/pkg
With hat: portmgr
Deleted:
head/ports-mgmt/pkg/files/
Modified:
head/ports-mgmt/pkg/Makefile
head/ports-mgmt/pkg/distinfo
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Tue Jun 11 12:45:15 2013 (r320555)
+++ head/ports-mgmt/pkg/Makefile Tue Jun 11 13:01:56 2013 (r320556)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.0.12
-PORTREVISION= 1
+DISTVERSION= 1.0.13
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/portmgr \
http://files.etoilebsd.net/pkg/ \
Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo Tue Jun 11 12:45:15 2013 (r320555)
+++ head/ports-mgmt/pkg/distinfo Tue Jun 11 13:01:56 2013 (r320556)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.0.12.tar.xz) = 04b5fe89c9f106b5499056825066df284e5f1bd3bcdf3b46228164c9be3a96b2
-SIZE (pkg-1.0.12.tar.xz) = 1456292
+SHA256 (pkg-1.0.13.tar.xz) = 29d2f477f30aff8dd394ffbcdc9e75f3b88ba43d99da71b2a5ad9e171241271b
+SIZE (pkg-1.0.13.tar.xz) = 1458576
More information about the svn-ports-all
mailing list