1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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]
This commit is contained in:
Bryan Drewery 2015-05-27 15:17:56 +00:00
parent 1ffdcced6e
commit dd6fe564c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387621
2 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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