Date: Sat, 7 Apr 2018 19:19:57 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r466761 - in branches/2018Q2: games/openttd www/webkit2-gtk3 Message-ID: <201804071919.w37JJvTW051993@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Apr 7 19:19:57 2018 New Revision: 466761 URL: https://svnweb.freebsd.org/changeset/ports/466761 Log: devel/icu: fix PORTREVISION in consumers after r466760 (direct commit) PR: 227042 Reported by: antoine Pointy hat to: jbeich Approved by: ports-secteam blanket Modified: branches/2018Q2/games/openttd/Makefile branches/2018Q2/www/webkit2-gtk3/Makefile Modified: branches/2018Q2/games/openttd/Makefile ============================================================================== --- branches/2018Q2/games/openttd/Makefile Sat Apr 7 19:09:30 2018 (r466760) +++ branches/2018Q2/games/openttd/Makefile Sat Apr 7 19:19:57 2018 (r466761) @@ -3,8 +3,7 @@ PORTNAME= openttd DISTVERSION= 1.7.2 -PORTREVISION= 1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://ca.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ http://cz.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ Modified: branches/2018Q2/www/webkit2-gtk3/Makefile ============================================================================== --- branches/2018Q2/www/webkit2-gtk3/Makefile Sat Apr 7 19:09:30 2018 (r466760) +++ branches/2018Q2/www/webkit2-gtk3/Makefile Sat Apr 7 19:19:57 2018 (r466761) @@ -3,8 +3,7 @@ PORTNAME= webkit PORTVERSION= 2.16.6 -PORTREVISION= 3 -PORTREVISION= 1 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://webkitgtk.org/releases/ PKGNAMESUFFIX= 2-gtk3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804071919.w37JJvTW051993>