diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-04 01:55:42 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-03-04 01:55:42 +0000 |
commit | 9abf443362df3aa9093cd118a6301019e98ca31b (patch) | |
tree | 2ede29a94698a879ea75375383aea3ad97dfb6b8 /ports-mgmt/portupgrade-devel/Makefile | |
parent | c9ed11d1d160cbc23fdb11164bf55f1f40520f06 (diff) | |
download | ports-9abf443362df3aa9093cd118a6301019e98ca31b.tar.gz ports-9abf443362df3aa9093cd118a6301019e98ca31b.zip |
- Update to checkin a05c5da
Changes:
* Fix -O flag not being respected
* Disable dependency sanity checks with PKGNG
as the pkg(8) db is not reliable for dependency
versions after using pkg-set -o and other
operations.
Notes
Notes:
svn path=/head/; revision=313386
Diffstat (limited to 'ports-mgmt/portupgrade-devel/Makefile')
-rw-r--r-- | ports-mgmt/portupgrade-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 761448d10344..cf2116c21452 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= portupgrade -PORTVERSION= 20130114 +PORTVERSION= 20130303 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= fb8519c +GH_COMMIT= a05c5da GH_TAGNAME= ${GH_COMMIT} DIST_SUBDIR= ${PORTNAME} |