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
This commit is contained in:
parent
33ce8d3acf
commit
52dac8ad95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417127
3 changed files with 10 additions and 8 deletions
|
@ -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 libtool localbase pkgconfig python \
|
|||
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 support
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue