Date: Sun, 22 Sep 2024 14:05:59 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bbbc0a97da29 - main - www/bluefish: Update to 2.2.16 Message-ID: <202409221405.48ME5xmI062420@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbbc0a97da29dc2ef2d8146576c5246008257ba5 commit bbbc0a97da29dc2ef2d8146576c5246008257ba5 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-09-22 14:01:59 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-09-22 14:05:47 +0000 www/bluefish: Update to 2.2.16 - Remove restriction on python version dependency (USES= python:3.8-3.9) as it builds/runs fine with default python. ChangeLog: https://sourceforge.net/p/bluefish/code/HEAD/tree/tags/bluefish_2_2_16-2/ChangeLog --- www/bluefish/Makefile | 6 +++--- www/bluefish/distinfo | 6 +++--- www/bluefish/pkg-plist | 9 --------- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 10d7b2c86332..13285049705d 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,5 +1,5 @@ PORTNAME= bluefish -DISTVERSION= 2.2.15 +DISTVERSION= 2.2.16 CATEGORIES= www editors MASTER_SITES= https://www.bennewitz.com/bluefish/stable/source/ \ SF @@ -16,9 +16,9 @@ LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ libpcre2-8.so:devel/pcre2 USES= desktop-file-utils gettext gmake gnome libtool localbase \ - pkgconfig python:3.8-3.9 shared-mime-info shebangfix tar:bzip2 + pkgconfig python shared-mime-info shebangfix tar:bzip2 USE_GNOME= cairo gdkpixbuf2 intltool libxml2 -SHEBANG_FILES= data/css_decompressor data/cssmin.py data/jsbeautify data/json_prettyprint.py \ +SHEBANG_FILES= data/css_decompressor data/cssmin.py data/json_prettyprint.py \ data/jsmin.py data/lorem-ipsum-generator \ src/plugin_zencoding/zencoding/actions/*.py \ src/plugin_zencoding/zencoding/filters/*.py \ diff --git a/www/bluefish/distinfo b/www/bluefish/distinfo index d438288741b6..a7aceaf958d7 100644 --- a/www/bluefish/distinfo +++ b/www/bluefish/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710947099 -SHA256 (bluefish-2.2.15.tar.bz2) = 6143e51c6b5579d596f3a9a85e0f0d8580c9f58f828575b119880e0ca1d941bc -SIZE (bluefish-2.2.15.tar.bz2) = 4762151 +TIMESTAMP = 1727000550 +SHA256 (bluefish-2.2.16.tar.bz2) = 14e6476fcee8fa326f7f63f1f693d252195f9dcb16af0fe3c915c499baf5dd74 +SIZE (bluefish-2.2.16.tar.bz2) = 4754206 diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist index 123d5e5dc27e..b130d461835b 100644 --- a/www/bluefish/pkg-plist +++ b/www/bluefish/pkg-plist @@ -89,15 +89,6 @@ share/applications/bluefish.desktop %%DATADIR%%/cssmin.py %%DATADIR%%/default_accelmap %%DATADIR%%/encodings -%%DATADIR%%/jsbeautifier/__init__.py -%%DATADIR%%/jsbeautifier/__version__.py -%%DATADIR%%/jsbeautifier/unpackers/__init__.py -%%DATADIR%%/jsbeautifier/unpackers/evalbased.py -%%DATADIR%%/jsbeautifier/unpackers/javascriptobfuscator.py -%%DATADIR%%/jsbeautifier/unpackers/myobfuscate.py -%%DATADIR%%/jsbeautifier/unpackers/packer.py -%%DATADIR%%/jsbeautifier/unpackers/urlencode.py -%%DATADIR%%/jsbeautify %%DATADIR%%/jsmin.py %%DATADIR%%/json_prettyprint.py %%DATADIR%%/lorem-ipsum-generator
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409221405.48ME5xmI062420>