svn commit: r387621 - head/ports-mgmt/portupgrade
Bryan Drewery
bdrewery at FreeBSD.org
Wed May 27 15:17:57 UTC 2015
Author: bdrewery
Date: Wed May 27 15:17:56 2015
New Revision: 387621
URL: https://svnweb.freebsd.org/changeset/ports/387621
Log:
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 at rawbw.com> [2]
PR: 184672 [3]
Modified:
head/ports-mgmt/portupgrade/Makefile
head/ports-mgmt/portupgrade/distinfo
Modified: head/ports-mgmt/portupgrade/Makefile
==============================================================================
--- head/ports-mgmt/portupgrade/Makefile Wed May 27 15:04:49 2015 (r387620)
+++ head/ports-mgmt/portupgrade/Makefile Wed May 27 15:17:56 2015 (r387621)
@@ -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 at 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
Modified: head/ports-mgmt/portupgrade/distinfo
==============================================================================
--- head/ports-mgmt/portupgrade/distinfo Wed May 27 15:04:49 2015 (r387620)
+++ head/ports-mgmt/portupgrade/distinfo Wed May 27 15:17:56 2015 (r387621)
@@ -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
More information about the svn-ports-all
mailing list