diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-14 19:07:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-14 19:07:53 +0000 |
commit | 27b1e9e432eb4f68d16839ec14926bbaa7d4111b (patch) | |
tree | b14246257cbae8f54b3a230419483ec4ea2c7699 /ports-mgmt | |
parent | 03f7abce19e0df9941ed9d9dfb194f4919dd8211 (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/pkg/pkg-plist | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index b87ef711b359..747099831ec2 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.12 +DISTVERSION= 1.5.0 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index 4bd9cad17052..011ca1f0ace1 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.12.tar.xz) = e83859faaf00040db67245517a395efdecf3f0b89b1c3d5d55ec3aac0bfea591 -SIZE (pkg-1.4.12.tar.xz) = 1791004 +SHA256 (pkg-1.5.0.tar.xz) = 3b6d5ef80ddad2a20779cd15c34d634347927d5a661af221a762491682b61850 +SIZE (pkg-1.5.0.tar.xz) = 1906504 diff --git a/ports-mgmt/pkg/pkg-plist b/ports-mgmt/pkg/pkg-plist index 3a3a81b8d83f..ea4435f432ac 100644 --- a/ports-mgmt/pkg/pkg-plist +++ b/ports-mgmt/pkg/pkg-plist @@ -4,7 +4,7 @@ etc/periodic/daily/490.status-pkg-changes etc/periodic/security/410.pkg-audit etc/periodic/security/460.pkg-checksum etc/periodic/weekly/400.status-pkg -etc/pkg.conf.sample +@sample etc/pkg.conf.sample include/pkg.h lib/libpkg.a lib/libpkg.so @@ -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 |