svn commit: r466761 - in branches/2018Q2: games/openttd www/webkit2-gtk3
Jan Beich
jbeich at FreeBSD.org
Sat Apr 7 19:19:58 UTC 2018
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
More information about the svn-ports-all
mailing list