svn commit: r454673 - head/www/seamonkey

Jan Beich jbeich at FreeBSD.org
Wed Nov 22 06:25:35 UTC 2017


Author: jbeich
Date: Wed Nov 22 06:25:32 2017
New Revision: 454673
URL: https://svnweb.freebsd.org/changeset/ports/454673

Log:
  www/seamonkey: switch to GTK3 by default (chasing upstream)

Modified:
  head/www/seamonkey/Makefile   (contents, props changed)

Modified: head/www/seamonkey/Makefile
==============================================================================
--- head/www/seamonkey/Makefile	Wed Nov 22 06:25:21 2017	(r454672)
+++ head/www/seamonkey/Makefile	Wed Nov 22 06:25:32 2017	(r454673)
@@ -3,7 +3,7 @@
 
 PORTNAME=	seamonkey
 DISTVERSION=	2.49.1
-PORTREVISION=	6
+PORTREVISION=	7
 MOZILLA_VER=	52 # above + 3
 CATEGORIES?=	www mail news editors irc ipv6
 MASTER_SITES=	MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \
@@ -47,7 +47,7 @@ MOZ_PKGCONFIG_FILES=
 OPTIONS_DEFINE=	LDAP LIGHTNING RUST
 OPTIONS_SINGLE=	TOOLKIT
 OPTIONS_SINGLE_TOOLKIT=	GTK2 GTK3
-OPTIONS_DEFAULT=CANBERRA GTK2 LDAP LIGHTNING
+OPTIONS_DEFAULT=CANBERRA GTK3 LDAP LIGHTNING
 
 LDAP_DESC?=	LDAP support for Mailnews
 


More information about the svn-ports-head mailing list