On 04/04/14 11:20, Benoit Lecocq wrote:
> On 04/01/14 10:17, Marc Peters wrote:
>> Sitting on this for a while.
>>
>> A trivial diff to update bluefish to 2.2.5. Builds and runs fine on amd64.
>>
>> Comments, OKs?
>>
> 
> Hi,
> 
> I think you need to update the PLIST.
> 
> Cheers,
> benoit
> 

updated diff attached.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/bluefish/Makefile,v
retrieving revision 1.68
diff -u -p -u -p -r1.68 Makefile
--- Makefile	31 May 2013 15:34:56 -0000	1.68
+++ Makefile	4 Apr 2014 10:14:56 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=	HTML editor for experienced web designers
 
-DISTNAME=	bluefish-2.2.3
+DISTNAME=	bluefish-2.2.5
 CATEGORIES=	www editors
 HOMEPAGE=	http://bluefish.openoffice.nl/
 REVISION=	0
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/bluefish/distinfo,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 distinfo
--- distinfo	20 Dec 2012 12:36:28 -0000	1.10
+++ distinfo	4 Apr 2014 10:14:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (bluefish-2.2.3.tar.gz) = Gm+1DYgHBal9/Xph2rTfxTBC+pFTqJt1Wt6bg0hfj8w=
-SIZE (bluefish-2.2.3.tar.gz) = 4834479
+SHA256 (bluefish-2.2.5.tar.gz) = c6or3l2/jB2OqKQxU0VDNsbhq83c7E2O+DAVErkUjNk=
+SIZE (bluefish-2.2.5.tar.gz) = 5052333
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/www/bluefish/pkg/PLIST,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 PLIST
--- pkg/PLIST	20 Dec 2012 12:36:28 -0000	1.22
+++ pkg/PLIST	4 Apr 2014 10:14:56 -0000
@@ -9,6 +9,7 @@ lib/bluefish/infbrowser.so
 lib/bluefish/snippets.so
 lib/bluefish/zencoding.so
 @man man/man1/bluefish.1
+share/appdata/bluefish.appdata.xml
 share/applications/bluefish.desktop
 share/bluefish/
 share/bluefish/bflang/
@@ -24,6 +25,7 @@ share/bluefish/bflang/asp.bflang2
 share/bluefish/bflang/bflang2.bflang2
 share/bluefish/bflang/c.bflang2
 share/bluefish/bflang/cfml.bflang2
+share/bluefish/bflang/chuck.bflang2
 share/bluefish/bflang/clojure.bflang2
 share/bluefish/bflang/cpp.bflang2
 share/bluefish/bflang/css-rules.bfinc
@@ -81,8 +83,20 @@ share/bluefish/bflib/bflib_php5_with_exa
 share/bluefish/bflib/bflib_python_2.3.xml.gz
 share/bluefish/bflib/bflib_xhtml.xml.gz
 share/bluefish/bluefish_splash.png
+share/bluefish/cssmin.py
 share/bluefish/default_accelmap
 share/bluefish/encodings
+share/bluefish/jsbeautifier/
+share/bluefish/jsbeautifier/__init__.py
+share/bluefish/jsbeautifier/unpackers/
+share/bluefish/jsbeautifier/unpackers/__init__.py
+share/bluefish/jsbeautifier/unpackers/evalbased.py
+share/bluefish/jsbeautifier/unpackers/javascriptobfuscator.py
+share/bluefish/jsbeautifier/unpackers/myobfuscate.py
+share/bluefish/jsbeautifier/unpackers/packer.py
+share/bluefish/jsbeautifier/unpackers/urlencode.py
+share/bluefish/jsbeautify
+share/bluefish/jsmin.py
 share/bluefish/lipsum/
 share/bluefish/lipsum/__init__.py
 share/bluefish/lipsum/data/
@@ -209,6 +223,14 @@ share/locale/el/LC_MESSAGES/bluefish_plu
 share/locale/el/LC_MESSAGES/bluefish_plugin_infbrowser.mo
 share/locale/el/LC_MESSAGES/bluefish_plugin_snippets.mo
 share/locale/el/LC_MESSAGES/bluefish_plugin_zencoding.mo
+share/locale/en/LC_MESSAGES/bluefish.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_about.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_charmap.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_entities.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_htmlbar.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_infbrowser.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_snippets.mo
+share/locale/en/LC_MESSAGES/bluefish_plugin_zencoding.mo
 share/locale/es/LC_MESSAGES/bluefish.mo
 share/locale/es/LC_MESSAGES/bluefish_plugin_about.mo
 share/locale/es/LC_MESSAGES/bluefish_plugin_charmap.mo

Reply via email to