diff options
author | bapt <bapt@FreeBSD.org> | 2015-02-12 05:46:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-02-12 05:46:53 +0800 |
commit | 67d5f59c5da95a898446ceb6de1dab8365b7e2ae (patch) | |
tree | eece42f1f29302033bd2330d2893b555a63ebd63 /ports-mgmt | |
parent | ed6bd2558c1bef31605f8bd46ada476ff5da7b2f (diff) | |
download | freebsd-ports-gnome-67d5f59c5da95a898446ceb6de1dab8365b7e2ae.tar.gz freebsd-ports-gnome-67d5f59c5da95a898446ceb6de1dab8365b7e2ae.tar.zst freebsd-ports-gnome-67d5f59c5da95a898446ceb6de1dab8365b7e2ae.zip |
Release 1.4.99.11
Changes:
- connect pkg alias to the build
- add pkg create -v and PKG_CREATE_VERBOSE in pkg.conf to get verbose package
creation
- show repository priority in pkg -vv
- document pkg_repo_priority() in pkg_repos(3)
- fix a bug handling chflags on systems without chflagsat reported on dfly but
might also affect FreeBSD 8 and 9 even if no bugs were reported yet [1]
[1] Special thanks goes to Dillon for removing the dirt our of my eyes and
spotting the bug, Antonio Huete Jimenez (tuxillo) for testing and tracking the
bug since it has been spotted on dragonfly
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index b9344afde480..14d1ffb692d1 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.99.10 +DISTVERSION= 1.4.99.11 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index feeb55f4b7c3..2966e171ceb9 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.99.10.tar.xz) = 55104b9bb1e86b39052ed65170d1e4f48f57cbcf95485c0668d1d522ab06ec8b -SIZE (pkg-1.4.99.10.tar.xz) = 1862880 +SHA256 (pkg-1.4.99.11.tar.xz) = 14b3f2655a84211186aec107f15a23c1428e9b065996761388afd7091fb508c1 +SIZE (pkg-1.4.99.11.tar.xz) = 1887264 diff --git a/ports-mgmt/pkg-devel/pkg-plist b/ports-mgmt/pkg-devel/pkg-plist index 3a3a81b8d83f..c4640b920322 100644 --- a/ports-mgmt/pkg-devel/pkg-plist +++ b/ports-mgmt/pkg-devel/pkg-plist @@ -16,6 +16,7 @@ man/man3/pkg_repos.3.gz man/man5/pkg-repository.5.gz man/man5/pkg.conf.5.gz man/man8/pkg-add.8.gz +man/man8/pkg-alias.8.gz man/man8/pkg-annotate.8.gz man/man8/pkg-audit.8.gz man/man8/pkg-autoremove.8.gz |