Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2015 15:17:57 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387621 - head/ports-mgmt/portupgrade
Message-ID:  <201505271517.t4RFHvYY048604@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505271517.t4RFHvYY048604>