mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
www/bluefish: Update to 2.2.17
- Drop GTK2 - Use gettext-tools instead of gettext - Pet portfmt ChangeLog: https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_17/ChangeLog MFH: 2025Q1 (code cleanup fixes)
This commit is contained in:
parent
0808f6f370
commit
8a8817af18
3 changed files with 14 additions and 25 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= bluefish
|
||||
DISTVERSION= 2.2.16
|
||||
DISTVERSION= 2.2.17
|
||||
CATEGORIES= www editors
|
||||
MASTER_SITES= https://www.bennewitz.com/bluefish/stable/source/ \
|
||||
SF
|
||||
|
@ -12,17 +12,18 @@ LICENSE= GPLv3+
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
|
||||
libgucharmap_2_90.so:deskutils/gucharmap \
|
||||
libharfbuzz.so:print/harfbuzz \
|
||||
libpcre2-8.so:devel/pcre2
|
||||
|
||||
USES= desktop-file-utils gettext gmake gnome libtool localbase \
|
||||
USES= desktop-file-utils gettext-tools gmake gnome libtool localbase \
|
||||
pkgconfig python shared-mime-info shebangfix tar:bzip2
|
||||
USE_GNOME= cairo gdkpixbuf intltool libxml2
|
||||
SHEBANG_FILES= data/css_decompressor data/cssmin.py data/json_prettyprint.py \
|
||||
data/jsmin.py data/lorem-ipsum-generator \
|
||||
USE_GNOME= cairo gdkpixbuf gtk30 intltool libxml2
|
||||
SHEBANG_FILES= data/css_decompressor data/cssmin.py data/jsmin.py \
|
||||
data/json_prettyprint.py data/lorem-ipsum-generator \
|
||||
src/plugin_zencoding/zencoding/*.py \
|
||||
src/plugin_zencoding/zencoding/actions/*.py \
|
||||
src/plugin_zencoding/zencoding/filters/*.py \
|
||||
src/plugin_zencoding/zencoding/*.py
|
||||
src/plugin_zencoding/zencoding/filters/*.py
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-update-databases \
|
||||
--with-freedesktop_org-menu=${PREFIX}/share/applications \
|
||||
|
@ -32,22 +33,10 @@ INSTALL_TARGET= install-strip
|
|||
|
||||
PORTSCOUT= skipv:2.2.15fp
|
||||
|
||||
OPTIONS_DEFINE= DEBUG DOCS NLS TIDY
|
||||
OPTIONS_DEFAULT= GTK3
|
||||
OPTIONS_SINGLE= TOOLKIT
|
||||
OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
TOOLKIT_DESC= GTK toolkit
|
||||
OPTIONS_DEFINE= DEBUG DOCS NLS TIDY
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
DEBUG_CONFIGURE_ENABLE= debugging-output
|
||||
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
GTK2_USE= GNOME=gtk20
|
||||
GTK2_CONFIGURE_ON= --with-gtk2=yes
|
||||
|
||||
GTK3_LIB_DEPENDS= libgucharmap_2_90.so:deskutils/gucharmap
|
||||
GTK3_USE= GNOME=gtk30
|
||||
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1727000550
|
||||
SHA256 (bluefish-2.2.16.tar.bz2) = 14e6476fcee8fa326f7f63f1f693d252195f9dcb16af0fe3c915c499baf5dd74
|
||||
SIZE (bluefish-2.2.16.tar.bz2) = 4754206
|
||||
TIMESTAMP = 1743624015
|
||||
SHA256 (bluefish-2.2.17.tar.bz2) = 3a79f6425e14939ea134f96c1424e3aac05bee95904be434581883078a7b7253
|
||||
SIZE (bluefish-2.2.17.tar.bz2) = 4822187
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/bluefish
|
||||
lib/bluefish/about.so
|
||||
%%GTK3%%lib/bluefish/charmap.so
|
||||
lib/bluefish/charmap.so
|
||||
lib/bluefish/entities.so
|
||||
lib/bluefish/htmlbar.so
|
||||
lib/bluefish/infbrowser.so
|
||||
|
|
Loading…
Add table
Reference in a new issue