diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-30 17:01:35 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-30 17:01:35 +0800 |
commit | c0a105285e1a6c45bc49c1096c9c00319cbcbc85 (patch) | |
tree | e8921d8492f6a362abaf7322fd372b448bfbeca7 /ports-mgmt/pkg | |
parent | 694e3c87ea54a4a846b237d7346263b093e79134 (diff) | |
download | freebsd-ports-gnome-c0a105285e1a6c45bc49c1096c9c00319cbcbc85.tar.gz freebsd-ports-gnome-c0a105285e1a6c45bc49c1096c9c00319cbcbc85.tar.zst freebsd-ports-gnome-c0a105285e1a6c45bc49c1096c9c00319cbcbc85.zip |
Update to 1.5.3
Changes:
- Updates in manpages
- Improved support for --quiet everywhere
- Keep 7 (by default) days (rotation) of backups of the database
- Prune old style backups entirely
- Do not pushed in shlibs required any library we can find in the list of files
owned by the package
Diffstat (limited to 'ports-mgmt/pkg')
-rw-r--r-- | ports-mgmt/pkg/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile index 63c04cd4d8cb..e21d0959f8e8 100644 --- a/ports-mgmt/pkg/Makefile +++ b/ports-mgmt/pkg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.2 +DISTVERSION= 1.5.3 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo index cfccb1dd6aab..20274f75d9dc 100644 --- a/ports-mgmt/pkg/distinfo +++ b/ports-mgmt/pkg/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.5.2.tar.xz) = e25c97241037374b6200a42a86464499bf409c66cb848ec02154c2e4dc60b2dd -SIZE (pkg-1.5.2.tar.xz) = 1896204 +SHA256 (pkg-1.5.3.tar.xz) = 3c59d556e73055b2ce783ae543f8252488ada3d40a8c15d80cfbff449fe0bd3c +SIZE (pkg-1.5.3.tar.xz) = 1865608 |