diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2016-06-20 01:34:39 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2016-06-20 01:34:39 +0800 |
commit | d74ae6ddb6d7953e360a2ed768dab51556d7bfa5 (patch) | |
tree | d0845e08ecb5b8f5d5b0ab981aac11748846a846 /www | |
parent | e8adf0b891fb18be38a28632f0efb35f886caede (diff) | |
download | freebsd-ports-gnome-d74ae6ddb6d7953e360a2ed768dab51556d7bfa5.tar.gz freebsd-ports-gnome-d74ae6ddb6d7953e360a2ed768dab51556d7bfa5.tar.zst freebsd-ports-gnome-d74ae6ddb6d7953e360a2ed768dab51556d7bfa5.zip |
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
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 12 | ||||
-rw-r--r-- | www/bluefish/distinfo | 5 | ||||
-rw-r--r-- | www/bluefish/pkg-plist | 1 |
3 files changed, 10 insertions, 8 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index de5fc05fb5e3..62748ad5c46e 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -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 diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo index 1ac0110c8120..5f80c8b54af0 100644 --- a/www/bluefish/distinfo +++ b/www/bluefish/distinfo @@ -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 diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist index 3bc0803b71ec..14a2b8ec144c 100644 --- a/www/bluefish/pkg-plist +++ b/www/bluefish/pkg-plist @@ -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 |