aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-05-27 23:17:56 +0800
committerbdrewery <bdrewery@FreeBSD.org>2015-05-27 23:17:56 +0800
commit2075572081aa00559033d72e9d6b734acdfe9bcc (patch)
treeb9b660643a549797017fe0956db36fdfe2ce8cb4 /ports-mgmt
parent283214d45733ad3f0c913ee58a66092a72066d76 (diff)
downloadfreebsd-ports-gnome-2075572081aa00559033d72e9d6b734acdfe9bcc.tar.gz
freebsd-ports-gnome-2075572081aa00559033d72e9d6b734acdfe9bcc.tar.zst
freebsd-ports-gnome-2075572081aa00559033d72e9d6b734acdfe9bcc.zip
Update to 2.4.14
Changes: * Fix ordering of build based on FETCH/PATCH/EXTRACT dependencies. [1] * Support security vulnerabilities as a build failure reason. [2] * portupgrde -p: Fix new dependencies not getting installed. (#58) [3] * Don't install missing dependencies which are already satisfied (#62). Note that this purposely causes these missing dependencies to not show in the job (-n) and final results output which is a compromise to at least avoid the wrong packages being installed. The logging issue is in #30. PR: 177365 [1] Submitted by: truckman@ [1] PR: 192232 [2] Submitted by: Yuri <yuri@rawbw.com> [2] PR: 184672 [3]
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portupgrade/Makefile11
-rw-r--r--ports-mgmt/portupgrade/distinfo4
2 files changed, 9 insertions, 6 deletions
diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile
index 7f56a0e5f5b3..a1aeb69b55ad 100644
--- a/ports-mgmt/portupgrade/Makefile
+++ b/ports-mgmt/portupgrade/Makefile
@@ -2,13 +2,13 @@
# $FreeBSD$
PORTNAME= portupgrade
-PORTVERSION= 2.4.13
-PORTREVISION= 1
+PORTVERSION= 2.4.14
+PORTREVISION= 0
PORTEPOCH= 2
CATEGORIES= ports-mgmt
-MASTER_SITES= SF/portupgrade/pkgtools/dist/ \
+MASTER_SITES= LOCAL/bdrewery/pkgtools/ \
http://mirror.shatow.net/freebsd/pkgtools/ \
- LOCAL/bdrewery/pkgtools/
+ GH
DISTNAME= pkgtools-${PORTVERSION}
MAINTAINER= bdrewery@FreeBSD.org
@@ -20,6 +20,9 @@ OPTIONS_DEFINE= DOCS
CONFLICTS_INSTALL= portupgrade-devel-*
+USE_GITHUB= yes
+GH_ACCOUNT= freebsd
+
DIST_SUBDIR= ${PORTNAME}
USES= tar:bzip2 uidfix
USE_RUBY= yes
diff --git a/ports-mgmt/portupgrade/distinfo b/ports-mgmt/portupgrade/distinfo
index 5278cb878c44..fc5ec05e4188 100644
--- a/ports-mgmt/portupgrade/distinfo
+++ b/ports-mgmt/portupgrade/distinfo
@@ -1,2 +1,2 @@
-SHA256 (portupgrade/pkgtools-2.4.13.tar.bz2) = ddcca87ea5324f54e68774757697980272077d176086fd5957b8b0338d10c06e
-SIZE (portupgrade/pkgtools-2.4.13.tar.bz2) = 86529
+SHA256 (portupgrade/pkgtools-2.4.14_GH0.tar.bz2) = 7df55c5ddf043eff095c87b98fe70b80373a8fbc06fa34ab45a270119ff2aef3
+SIZE (portupgrade/pkgtools-2.4.14_GH0.tar.bz2) = 108092