From owner-svn-ports-head@freebsd.org Sun Jun 19 17:34:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B61CDA7AB6B; Sun, 19 Jun 2016 17:34:40 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91C9517A2; Sun, 19 Jun 2016 17:34:40 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5JHYd2g088254; Sun, 19 Jun 2016 17:34:39 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5JHYdoH088251; Sun, 19 Jun 2016 17:34:39 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201606191734.u5JHYdoH088251@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Sun, 19 Jun 2016 17:34:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417127 - head/www/bluefish X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2016 17:34:40 -0000 Author: woodsb02 Date: Sun Jun 19 17:34:39 2016 New Revision: 417127 URL: https://svnweb.freebsd.org/changeset/ports/417127 Log: www/bluefish: - Update to 2.2.9 - Switch to GTK3 by default (follow upstream default) - Remvoe --with-gtk2=no as it is not used by configure - Add LIB_DEPENDS and USE_GNOME as found by new stage-qa test - Take maintainership Approved by: adamw (mentor) Relnotes: https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_9/ChangeLog Differential Revision: https://reviews.freebsd.org/D6892 Modified: head/www/bluefish/Makefile head/www/bluefish/distinfo head/www/bluefish/pkg-plist Modified: head/www/bluefish/Makefile ============================================================================== --- head/www/bluefish/Makefile Sun Jun 19 17:09:26 2016 (r417126) +++ head/www/bluefish/Makefile Sun Jun 19 17:34:39 2016 (r417127) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= bluefish -PORTVERSION= 2.2.8 -PORTREVISION= 1 +PORTVERSION= 2.2.9 CATEGORIES= www editors MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \ http://bluefish.mrball.net/stable/source/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= woodsb02@FreeBSD.org COMMENT= HTML editor designed for the experienced web designer LICENSE= GPLv3+ @@ -21,7 +20,7 @@ USES= desktop-file-utils gettext gmake shared-mime-info shebangfix tar:bzip2 SHEBANG_FILES= data/css_decompressor python_OLD_CMD= /usr/bin/python2.7 -USE_GNOME= intltool +USE_GNOME= cairo intltool libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \ --with-freedesktop_org-mime=${PREFIX}/share/mime \ @@ -33,7 +32,7 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DEBUG DOCS TIDY WEBLINT OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 -OPTIONS_DEFAULT=GTK2 WEBLINT +OPTIONS_DEFAULT=GTK3 WEBLINT OPTIONS_SUB= yes TOOLKIT_DESC= GTK+ toolkit @@ -42,7 +41,8 @@ WEBLINT_DESC= Weblint HTML checker supp DEBUG_CONFIGURE_ENABLE= debugging-output GTK2_USE= gnome=gtk20 GTK2_CONFIGURE_ON= --with-gtk2=yes -GTK2_CONFIGURE_OFF= --with-gtk2=no +GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 GTK3_LIB_DEPENDS= libgucharmap_2_90.so:deskutils/gucharmap GTK3_USE= gnome=gtk30 TIDY_RUN_DEPENDS= tidy4:www/tidy Modified: head/www/bluefish/distinfo ============================================================================== --- head/www/bluefish/distinfo Sun Jun 19 17:09:26 2016 (r417126) +++ head/www/bluefish/distinfo Sun Jun 19 17:34:39 2016 (r417127) @@ -1,2 +1,3 @@ -SHA256 (bluefish-2.2.8.tar.bz2) = 32578f955cee3f43e5b3a86e2588e6a679df94438b21dcbe38e3c82282745000 -SIZE (bluefish-2.2.8.tar.bz2) = 4097769 +TIMESTAMP = 1466238715 +SHA256 (bluefish-2.2.9.tar.bz2) = 5b717b563325bc6c2b6cb2700323c93eb08f914f204b322241d21744a079f7d0 +SIZE (bluefish-2.2.9.tar.bz2) = 4082978 Modified: head/www/bluefish/pkg-plist ============================================================================== --- head/www/bluefish/pkg-plist Sun Jun 19 17:09:26 2016 (r417126) +++ head/www/bluefish/pkg-plist Sun Jun 19 17:34:39 2016 (r417127) @@ -84,6 +84,7 @@ share/applications/bluefish.desktop %%DATADIR%%/bflib/bflib_xhtml.xml.gz %%DATADIR%%/bluefish_splash.png %%DATADIR%%/css_decompressor +%%DATADIR%%/cssmin.py %%DATADIR%%/default_accelmap %%DATADIR%%/encodings %%DATADIR%%/jsbeautifier/__init__.py