svn commit: r493307 - head/x11/rubygem-gnome2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Feb 18 18:22:22 UTC 2019


Author: sunpoet
Date: Mon Feb 18 18:22:17 2019
New Revision: 493307
URL: https://svnweb.freebsd.org/changeset/ports/493307

Log:
  Update to 3.3.2
  
  - Sort RUN_DEPENDS
  
  Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS

Modified:
  head/x11/rubygem-gnome2/Makefile

Modified: head/x11/rubygem-gnome2/Makefile
==============================================================================
--- head/x11/rubygem-gnome2/Makefile	Mon Feb 18 18:22:12 2019	(r493306)
+++ head/x11/rubygem-gnome2/Makefile	Mon Feb 18 18:22:17 2019	(r493307)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnome2
-PORTVERSION=	3.3.1
+PORTVERSION=	3.3.2
 CATEGORIES=	x11 gnome rubygems
 PKGNAMEPREFIX=	rubygem-
 
@@ -16,8 +16,8 @@ RUN_DEPENDS=	rubygem-atk>=${PORTVERSION}:accessibility
 		rubygem-clutter-gstreamer>=${PORTVERSION}:multimedia/rubygem-clutter-gstreamer \
 		rubygem-clutter-gdk>=${PORTVERSION}:graphics/rubygem-clutter-gdk \
 		rubygem-clutter-gtk>=${PORTVERSION}:graphics/rubygem-clutter-gtk \
-		rubygem-gdk3>=${PORTVERSION}:x11-toolkits/rubygem-gdk3 \
 		rubygem-gdk_pixbuf2>=${PORTVERSION}:graphics/rubygem-gdk_pixbuf2 \
+		rubygem-gdk3>=${PORTVERSION}:x11-toolkits/rubygem-gdk3 \
 		rubygem-gio2>=${PORTVERSION}:devel/rubygem-gio2 \
 		rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2 \
 		rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection \


More information about the svn-ports-head mailing list