Date: Fri, 15 May 2015 00:15:40 +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: r386370 - head/ports-mgmt/portupgrade-devel Message-ID: <201505150015.t4F0FeM6047900@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Fri May 15 00:15:39 2015 New Revision: 386370 URL: https://svnweb.freebsd.org/changeset/ports/386370 Log: Update to 2.4.13-7-g47dfa22 Changes: * 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. Modified: head/ports-mgmt/portupgrade-devel/Makefile head/ports-mgmt/portupgrade-devel/distinfo Modified: head/ports-mgmt/portupgrade-devel/Makefile ============================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile Thu May 14 23:50:58 2015 (r386369) +++ head/ports-mgmt/portupgrade-devel/Makefile Fri May 15 00:15:39 2015 (r386370) @@ -3,7 +3,7 @@ PORTNAME= portupgrade PORTVERSION= 20150514 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= ports-mgmt MASTER_SITES= GH \ @@ -22,7 +22,7 @@ USES= uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 2.4.13-6-g72b4c34 +GH_TAGNAME= 2.4.13-7-g47dfa22 DIST_SUBDIR= ${PORTNAME} USE_RUBY= yes Modified: head/ports-mgmt/portupgrade-devel/distinfo ============================================================================== --- head/ports-mgmt/portupgrade-devel/distinfo Thu May 14 23:50:58 2015 (r386369) +++ head/ports-mgmt/portupgrade-devel/distinfo Fri May 15 00:15:39 2015 (r386370) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/freebsd-portupgrade-20150514-2.4.13-6-g72b4c34_GH0.tar.gz) = 6f2c30980661740d436ff8dd8f24e48cb5c358465a22283c5c1a1abcf71fcdcf -SIZE (portupgrade/freebsd-portupgrade-20150514-2.4.13-6-g72b4c34_GH0.tar.gz) = 107984 +SHA256 (portupgrade/freebsd-portupgrade-20150514-2.4.13-7-g47dfa22_GH0.tar.gz) = abba172b14a2da6355d5c025e92a0d84f16c52fb91a720e86334eeadcdb3d577 +SIZE (portupgrade/freebsd-portupgrade-20150514-2.4.13-7-g47dfa22_GH0.tar.gz) = 108105
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505150015.t4F0FeM6047900>