svn commit: r386370 - head/ports-mgmt/portupgrade-devel
Bryan Drewery
bdrewery at FreeBSD.org
Fri May 15 00:15:40 UTC 2015
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
More information about the svn-ports-all
mailing list