Skip to content

Commit

Permalink
www/bluefish: Adopt/Update to 2.2.13
Browse files Browse the repository at this point in the history
- Switch to DISTVERSION
- Update MASTER_SITES
- Update LIB_DEPENDS: enchant->enchant2; pcre->pcre2
- Add NLS knob (dependency on gettext needed when OFF)
- Cosmetic changes by portclippy and portfmt

ChangeLog:
https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/ChangeLog
  • Loading branch information
nunotexbsd committed Mar 15, 2023
1 parent 546e957 commit 79c892f
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 301 deletions.
50 changes: 25 additions & 25 deletions www/bluefish/Makefile
@@ -1,27 +1,25 @@
PORTNAME= bluefish
PORTVERSION= 2.2.12
PORTREVISION= 3
DISTVERSION= 2.2.13
CATEGORIES= www editors
MASTER_SITES= http://www.bennewitz.com/bluefish/stable/source/ \
http://bluefish.mrball.net/stable/source/
MASTER_SITES= https://www.bennewitz.com/bluefish/stable/source/ \
SF

MAINTAINER= ports@FreeBSD.org
MAINTAINER= eduardo@FreeBSD.org
COMMENT= HTML editor designed for the experienced web designer
WWW= http://bluefish.openoffice.nl/

LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libpcre.so:devel/pcre \
libenchant.so:textproc/enchant
LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \
libharfbuzz.so:print/harfbuzz \
libpcre2-8.so:devel/pcre2

USES= desktop-file-utils gettext gmake gnome libtool localbase \
pkgconfig python:3.0-3.9 shared-mime-info shebangfix tar:bzip2
SHEBANG_FILES= data/css_decompressor \
data/cssmin.py \
data/jsbeautify \
data/jsmin.py \
data/lorem-ipsum-generator \
USE_GNOME= cairo gdkpixbuf2 intltool libxml2
SHEBANG_FILES= data/css_decompressor data/cssmin.py data/jsbeautify \
data/jsmin.py data/lorem-ipsum-generator \
src/plugin_zencoding/zencoding/actions/__init__.py \
src/plugin_zencoding/zencoding/actions/basic.py \
src/plugin_zencoding/zencoding/actions/token.py \
Expand All @@ -39,30 +37,32 @@ SHEBANG_FILES= data/css_decompressor \
src/plugin_zencoding/zencoding/html_matcher.py \
src/plugin_zencoding/zencoding/resources.py \
src/plugin_zencoding/zencoding/utils.py
USE_GNOME= cairo intltool libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-freedesktop_org-menu=${PREFIX}/share/applications \
CONFIGURE_ARGS= --disable-update-databases \
--with-freedesktop_org-menu=${PREFIX}/share/applications \
--with-freedesktop_org-mime=${PREFIX}/share/mime \
--with-icon-path=${PREFIX}/share/pixmaps \
--disable-update-databases
--with-icon-path=${PREFIX}/share/pixmaps
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes

OPTIONS_DEFINE= DEBUG DOCS TIDY
OPTIONS_SINGLE= TOOLKIT
OPTIONS_DEFINE= DEBUG DOCS NLS TIDY
OPTIONS_DEFAULT= GTK3
OPTIONS_SINGLE= TOOLKIT
OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3
OPTIONS_DEFAULT=GTK3
OPTIONS_SUB= yes
OPTIONS_SUB= yes

TOOLKIT_DESC= GTK+ toolkit
TOOLKIT_DESC= GTK+ toolkit

DEBUG_CONFIGURE_ENABLE= debugging-output
GTK2_USE= gnome=gtk20
GTK2_CONFIGURE_ON= --with-gtk2=yes
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
GTK3_USE= GNOME=gtk30

NLS_CONFIGURE_ENABLE= nls

TIDY_RUN_DEPENDS= tidy4:www/tidy

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions www/bluefish/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1612739861
SHA256 (bluefish-2.2.12.tar.bz2) = 0df9905ba2c601cd767fa53e147969e9c90bc0cc4c005c4011c150b248979e6a
SIZE (bluefish-2.2.12.tar.bz2) = 4180228
TIMESTAMP = 1678877968
SHA256 (bluefish-2.2.13.tar.bz2) = 9b56966209d50951326a2ae21c7fd692bd91661d047ad3a01c97ba731aa477fb
SIZE (bluefish-2.2.13.tar.bz2) = 4254294

0 comments on commit 79c892f

Please sign in to comment.