diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-03-13 19:13:36 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-03-13 19:13:36 +0800 |
commit | 63c4553ced691278e35d06da3a96e043d95e5673 (patch) | |
tree | 8557915bc1ebc8315861e532728d1fd1bf4f28d0 /ports-mgmt | |
parent | 7add218fc72985d25e702bc07fe3d156fec096cf (diff) | |
download | freebsd-ports-gnome-63c4553ced691278e35d06da3a96e043d95e5673.tar.gz freebsd-ports-gnome-63c4553ced691278e35d06da3a96e043d95e5673.tar.zst freebsd-ports-gnome-63c4553ced691278e35d06da3a96e043d95e5673.zip |
- Update to 2.4.10.5
Changes:
* Fix -O flag not always being respected
* Disable dependency sanity checking with PKGNG as it has its own mechcanism
pkg-check(8) for that.
* Fix date parsing support with PKGNG [1]
PR: ports/175926 [1]
Reported by: deeptech71 <deeptech71@gmail.com> [1]
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 4 | ||||
-rw-r--r-- | ports-mgmt/portupgrade-devel/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/portupgrade/distinfo | 4 |
4 files changed, 7 insertions, 8 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index c63b04972f34..5cf117f9bec5 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 20130307 +PORTVERSION= 20130313 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -22,7 +22,7 @@ CONFLICTS_INSTALL= portupgrade-[0-9]* USE_GITHUB= yes GH_ACCOUNT= pkgtools GH_PROJECT= pkgtools -GH_COMMIT= 6c357b3 +GH_COMMIT= 2187011 GH_TAGNAME= ${GH_COMMIT} DIST_SUBDIR= ${PORTNAME} diff --git a/ports-mgmt/portupgrade-devel/distinfo b/ports-mgmt/portupgrade-devel/distinfo index 910111c9835c..43e105ef109b 100644 --- a/ports-mgmt/portupgrade-devel/distinfo +++ b/ports-mgmt/portupgrade-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (portupgrade/pkgtools-pkgtools-20130307-0-g6c357b3.tar.gz) = 779043557cc84db19904345c589f49c12a196912d622c234c9624814d1d75a9c -SIZE (portupgrade/pkgtools-pkgtools-20130307-0-g6c357b3.tar.gz) = 105646 +SHA256 (portupgrade/pkgtools-pkgtools-20130313-0-g2187011.tar.gz) = 5b11593b62bc4bfb19fd628d8120e48ac81ef8dc0b704839717a7a25ce7289d1 +SIZE (portupgrade/pkgtools-pkgtools-20130313-0-g2187011.tar.gz) = 105653 diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 65f48babb772..c49866cda6da 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 2.4.10.4 -PORTREVISION= 1 +PORTVERSION= 2.4.10.5 PORTEPOCH= 2 CATEGORIES= ports-mgmt MASTER_SITES= SF/portupgrade/pkgtools/dist/ \ diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo index 6d3b4855325b..a1ee355d004f 100644 --- a/ports-mgmt/portupgrade/distinfo +++ b/ports-mgmt/portupgrade/distinfo @@ -1,2 +1,2 @@ -SHA256 (portupgrade/pkgtools-2.4.10.4.tar.bz2) = 9f97855698e737df2917ad78ba20d92f20d64fff56521a718a6002170fdec408 -SIZE (portupgrade/pkgtools-2.4.10.4.tar.bz2) = 85019 +SHA256 (portupgrade/pkgtools-2.4.10.5.tar.bz2) = 9f7d1c5dbcd1dfd20b1ed8c7caab19637d2e35597c663937ef8b20b2d7c817c1 +SIZE (portupgrade/pkgtools-2.4.10.5.tar.bz2) = 85159 |