Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jun 2016 17:34:39 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417127 - head/www/bluefish
Message-ID:  <201606191734.u5JHYdoH088251@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606191734.u5JHYdoH088251>