svn commit: r307080 - head/ports-mgmt/pkg
Baptiste Daroussin
bapt at FreeBSD.org
Tue Nov 6 16:32:41 UTC 2012
Author: bapt
Date: Tue Nov 6 16:32:41 2012
New Revision: 307080
URL: http://svnweb.freebsd.org/changeset/ports/307080
Log:
- update to 1.0.2
- changes:
* Add a completion for zsh
* 1 in pkg.conf is consider as true or yes for booleans
* Fix incremental pkg repo
* Provide a pkgconf pkg.pc file for third party software using libpkg
* Multiple grammar fixes
* Several fixes in pkg create
* Do not emit error if the deletion of a directory fails with EBUSY
* Use isdigit(3) rather than isnumber(3)
* Jail support is automatically disabled it /usr/include/jail.h is not present
* Fix a regression leading to pkg install always returning 0 even when
something wrong happened
* Improve portability so that it now builds on DragonFly BSD
Feature safe: yes
Modified:
head/ports-mgmt/pkg/Makefile
head/ports-mgmt/pkg/distinfo
head/ports-mgmt/pkg/pkg-plist
Modified: head/ports-mgmt/pkg/Makefile
==============================================================================
--- head/ports-mgmt/pkg/Makefile Tue Nov 6 16:18:10 2012 (r307079)
+++ head/ports-mgmt/pkg/Makefile Tue Nov 6 16:32:41 2012 (r307080)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= pkg
-DISTVERSION= 1.0.1
+DISTVERSION= 1.0.2
CATEGORIES= ports-mgmt
MASTER_SITES= LOCAL/portmgr \
http://files.etoilebsd.net/pkg/
@@ -74,6 +74,9 @@ post-install:
@${INSTALL_SCRIPT} ${WRKSRC}/scripts/periodic/411.pkg-backup ${PREFIX}/etc/periodic/daily
@${INSTALL_SCRIPT} ${WRKSRC}/ports/pkg2ng ${PREFIX}/sbin
@${INSTALL_DATA} ${WRKSRC}/pkg/pkg.conf.sample ${PREFIX}/etc
+ @${INSTALL_DATA} ${WRKSRC}/libpkg/pkg.pc ${PREFIX}/libdata/pkgconfig/
+ @${MKDIR} ${PREFIX}/share/zsh/site-functions
+ @${INSTALL_DATA} ${WRKSRC}/scripts/zsh/_pkg ${PREFIX}/share/zsh/site-functions/
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
Modified: head/ports-mgmt/pkg/distinfo
==============================================================================
--- head/ports-mgmt/pkg/distinfo Tue Nov 6 16:18:10 2012 (r307079)
+++ head/ports-mgmt/pkg/distinfo Tue Nov 6 16:32:41 2012 (r307080)
@@ -1,2 +1,2 @@
-SHA256 (pkg-1.0.1.tar.xz) = 61d34e8efa8ed296c16ab5d76ce3ca83364478f963197365c711042a5eaee10e
-SIZE (pkg-1.0.1.tar.xz) = 1372588
+SHA256 (pkg-1.0.2.tar.xz) = c1ee0d74cc17760f78139219ef84c67dd74e0caf68cf50b2c70f138c07a6728e
+SIZE (pkg-1.0.2.tar.xz) = 1444532
Modified: head/ports-mgmt/pkg/pkg-plist
==============================================================================
--- head/ports-mgmt/pkg/pkg-plist Tue Nov 6 16:18:10 2012 (r307079)
+++ head/ports-mgmt/pkg/pkg-plist Tue Nov 6 16:32:41 2012 (r307080)
@@ -8,6 +8,10 @@ lib/libpkg.so
lib/libpkg.a
etc/periodic/daily/411.pkg-backup
etc/periodic/security/410.pkg-audit
+libdata/pkgconfig/pkg.pc
+share/zsh/site-functions/_pkg
@dirrmtry etc/periodic/daily
@dirrmtry etc/periodic/security
@dirrmtry etc/periodic
+ at dirrmtry share/zsh/site-functions
+ at dirrmtry share/zsh
More information about the svn-ports-head
mailing list