svn commit: r419063 - in head/www: webkit-gtk2 webkit-gtk3

Jan Beich jbeich at FreeBSD.org
Mon Jul 25 21:09:42 UTC 2016


Author: jbeich
Date: Mon Jul 25 21:09:40 2016
New Revision: 419063
URL: https://svnweb.freebsd.org/changeset/ports/419063

Log:
  www/webkit-gtk{2,3}: fix typos in portscout rule

Modified:
  head/www/webkit-gtk2/Makefile   (contents, props changed)
  head/www/webkit-gtk3/Makefile   (contents, props changed)

Modified: head/www/webkit-gtk2/Makefile
==============================================================================
--- head/www/webkit-gtk2/Makefile	Mon Jul 25 20:52:29 2016	(r419062)
+++ head/www/webkit-gtk2/Makefile	Mon Jul 25 21:09:40 2016	(r419063)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libenchant.so:textproc/ench
 		libsoup-2.4.so:devel/libsoup
 RUN_DEPENDS=	geoclue>=0:net/geoclue
 
-PORTSCOUT=	limit:1.4.*$$
+PORTSCOUT=	limit:^2\.4\.
 
 USE_GSTREAMER1=	yes
 USE_XORG=	xt xdamage xcomposite

Modified: head/www/webkit-gtk3/Makefile
==============================================================================
--- head/www/webkit-gtk3/Makefile	Mon Jul 25 20:52:29 2016	(r419062)
+++ head/www/webkit-gtk3/Makefile	Mon Jul 25 21:09:40 2016	(r419063)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libenchant.so:textproc/ench
 		libsoup-2.4.so:devel/libsoup
 RUN_DEPENDS=	geoclue>=0:net/geoclue
 
-PORTSCOUT=	limit:1.4.*$$
+PORTSCOUT=	limit:^2\.4\.
 
 USE_GSTREAMER1=	yes
 USE_XORG=	xt xdamage xcomposite


More information about the svn-ports-head mailing list