Update to 1.23. Tested on amd64.
OK?

f.-

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/geany/Makefile,v
retrieving revision 1.39
diff -u -p -r1.39 Makefile
--- Makefile    21 Mar 2013 08:45:15 -0000      1.39
+++ Makefile    1 Apr 2013 18:26:06 -0000
@@ -4,8 +4,7 @@ SHARED_ONLY=    Yes
 
 COMMENT=       small and lightweight IDE
 
-DISTNAME=      geany-0.20
-REVISION =     5
+DISTNAME =     geany-1.23
 
 CATEGORIES=    devel
 
@@ -25,27 +24,26 @@ MODULES=    devel/gettext \
 USE_GMAKE=     Yes
 USE_GROFF =    Yes
 
-WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
-WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
-WANTLIB += drm expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
-WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
-WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
-WANTLIB += pcre pixman-1 png pthread pthread-stubs stdc++ xcb
-WANTLIB += xcb-render xcb-shm z ffi
+WANTLIB =      X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama \
+               Xrandr Xrender atk-1.0 c cairo expat ffi fontconfig \
+               freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \
+               gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0 \
+               harfbuzz icudata icule icuuc m pango-1.0 pangocairo-1.0 \
+               pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs \
+               stdc++ xcb xcb-render xcb-shm z
 
 LIB_DEPENDS=   x11/gtk+2
 RUN_DEPENDS=   devel/desktop-file-utils \
                devel/vte \
                x11/gtk+2,-guic
 
+LIBTOOL_FLAGS =        --tag=disable-static
+
 CONFIGURE_STYLE=gnu
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
                LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
-               --enable-static
 
-pre-configure:
-       @perl -pi -e 's:\@GMSGFMT\@:${LOCALBASE}/bin/msgfmt:' \
-               ${WRKSRC}/po/Makefile.in.in
+post-install:
+       rm -f ${PREFIX}/lib/geany/*.la
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/geany/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo    1 Jul 2011 11:28:02 -0000       1.12
+++ distinfo    1 Apr 2013 18:26:06 -0000
@@ -1,5 +1,2 @@
-MD5 (geany-0.20.tar.bz2) = O9FSp6OircKDOpJF4jDaPQ==
-RMD160 (geany-0.20.tar.bz2) = hfTDNxFEmUL6sCHCuMI5bc7fQmw=
-SHA1 (geany-0.20.tar.bz2) = 643RX6+CgbNG0G6jIxrzecinWOA=
-SHA256 (geany-0.20.tar.bz2) = Wa4GXFqwB+6n3T8t9soM3mGzJs4taqLVtE9VVP0olb0=
-SIZE (geany-0.20.tar.bz2) = 3010953
+SHA256 (geany-1.23.tar.bz2) = zdSncmlIA8g3rlnlb3vcL6uhdFCTFyEfUi59Jd/L6LA=
+SIZE (geany-1.23.tar.bz2) = 3622917
Index: patches/patch-doc_Makefile_in
===================================================================
RCS file: /cvs/ports/devel/geany/patches/patch-doc_Makefile_in,v
retrieving revision 1.4
diff -u -p -r1.4 patch-doc_Makefile_in
--- patches/patch-doc_Makefile_in       1 Jul 2011 11:28:02 -0000       1.4
+++ patches/patch-doc_Makefile_in       1 Apr 2013 18:26:06 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-doc_Makefile_in,v 1.4 2011/07/01 11:28:02 jasper Exp $
---- doc/Makefile.in.orig       Wed Jan  5 18:10:17 2011
-+++ doc/Makefile.in    Fri Jul  1 09:27:55 2011
-@@ -467,12 +467,6 @@ install-data-local:
+--- doc/Makefile.in.orig       Sun Mar 10 14:26:23 2013
++++ doc/Makefile.in    Wed Mar 27 14:05:52 2013
+@@ -575,12 +575,6 @@ install-data-local:
        $(INSTALL_DATA) $(srcdir)/geany.html $(DOCDIR)/html/index.html
        $(INSTALL_DATA) $(srcdir)/geany.txt $(DOCDIR)/manual.txt
        $(INSTALL_DATA) $(top_srcdir)/README $(DOCDIR)
@@ -12,5 +12,5 @@ $OpenBSD: patch-doc_Makefile_in,v 1.4 20
 -      $(INSTALL_DATA) $(top_srcdir)/TODO $(DOCDIR)
 -      $(INSTALL_DATA) $(top_srcdir)/THANKS $(DOCDIR)
        $(INSTALL_DATA) $(top_srcdir)/scintilla/License.txt 
$(DOCDIR)/ScintillaLicense.txt
+ 
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/geany/pkg/PLIST,v
retrieving revision 1.18
diff -u -p -r1.18 PLIST
--- pkg/PLIST   15 Jun 2012 08:32:14 -0000      1.18
+++ pkg/PLIST   1 Apr 2013 18:26:06 -0000
@@ -1,7 +1,7 @@
-@comment $OpenBSD: PLIST,v 1.18 2012/06/15 08:32:14 ajacoutot Exp $
-@pkgpath devel/geany,vte
+@comment $OpenBSD$
 @bin bin/geany
 include/geany/
+include/geany/build.h
 include/geany/document.h
 include/geany/editor.h
 include/geany/encodings.h
@@ -37,23 +37,11 @@ include/geany/toolbar.h
 include/geany/ui_utils.h
 include/geany/utils.h
 lib/geany/
-@comment lib/geany/classbuilder.a
-@comment lib/geany/classbuilder.la
 lib/geany/classbuilder.so
-@comment lib/geany/export.a
-@comment lib/geany/export.la
 lib/geany/export.so
-@comment lib/geany/filebrowser.a
-@comment lib/geany/filebrowser.la
 lib/geany/filebrowser.so
-@comment lib/geany/htmlchars.a
-@comment lib/geany/htmlchars.la
 lib/geany/htmlchars.so
-@comment lib/geany/saveactions.a
-@comment lib/geany/saveactions.la
 lib/geany/saveactions.so
-@comment lib/geany/splitwindow.a
-@comment lib/geany/splitwindow.la
 lib/geany/splitwindow.so
 lib/pkgconfig/geany.pc
 @man man/man1/geany.1
@@ -74,12 +62,14 @@ share/doc/geany/html/images/pref_dialog_
 share/doc/geany/html/images/pref_dialog_files.png
 share/doc/geany/html/images/pref_dialog_gen_misc.png
 share/doc/geany/html/images/pref_dialog_gen_startup.png
-share/doc/geany/html/images/pref_dialog_interface.png
+share/doc/geany/html/images/pref_dialog_interface_interface.png
+share/doc/geany/html/images/pref_dialog_interface_notebook.png
+share/doc/geany/html/images/pref_dialog_interface_toolbar.png
 share/doc/geany/html/images/pref_dialog_keys.png
 share/doc/geany/html/images/pref_dialog_printing.png
 share/doc/geany/html/images/pref_dialog_templ.png
-share/doc/geany/html/images/pref_dialog_toolbar.png
 share/doc/geany/html/images/pref_dialog_tools.png
+share/doc/geany/html/images/pref_dialog_various.png
 share/doc/geany/html/images/pref_dialog_vte.png
 share/doc/geany/html/images/replace_dialog.png
 share/doc/geany/html/index.html
@@ -90,14 +80,20 @@ share/geany/c99.tags
 share/geany/colorschemes/
 share/geany/colorschemes/alt.conf
 share/geany/filetype_extensions.conf
+share/geany/filetypes.Cython.conf
 share/geany/filetypes.Genie.conf
+share/geany/filetypes.Go.conf
+share/geany/filetypes.Scala.conf
+share/geany/filetypes.abaqus
 share/geany/filetypes.abc
 share/geany/filetypes.actionscript
 share/geany/filetypes.ada
+share/geany/filetypes.asciidoc
 share/geany/filetypes.asm
 share/geany/filetypes.c
 share/geany/filetypes.caml
 share/geany/filetypes.cmake
+share/geany/filetypes.cobol
 share/geany/filetypes.common
 share/geany/filetypes.conf
 share/geany/filetypes.cpp
@@ -125,6 +121,7 @@ share/geany/filetypes.makefile
 share/geany/filetypes.markdown
 share/geany/filetypes.matlab
 share/geany/filetypes.nsis
+share/geany/filetypes.objectivec
 share/geany/filetypes.pascal
 share/geany/filetypes.perl
 share/geany/filetypes.php
@@ -142,6 +139,8 @@ share/geany/filetypes.verilog
 share/geany/filetypes.vhdl
 share/geany/filetypes.xml
 share/geany/filetypes.yaml
+share/geany/geany.glade
+share/geany/geany.gtkrc
 share/geany/html_entities.tags
 share/geany/pascal.tags
 share/geany/php.tags
@@ -161,10 +160,30 @@ share/geany/templates/files/main.cxx
 share/geany/templates/files/main.d
 share/geany/templates/files/main.java
 share/geany/templates/files/main.py
+share/geany/templates/files/main.vala
 share/geany/templates/files/program.pas
 share/geany/templates/function
 share/geany/templates/gpl
 share/geany/ui_toolbar.xml
+share/icons/Tango/
+share/icons/Tango/16x16/
+share/icons/Tango/16x16/actions/
+share/icons/Tango/16x16/actions/geany-save-all.png
+share/icons/Tango/24x24/
+share/icons/Tango/24x24/actions/
+share/icons/Tango/24x24/actions/geany-save-all.png
+share/icons/Tango/32x32/
+share/icons/Tango/32x32/actions/
+share/icons/Tango/32x32/actions/geany-save-all.png
+share/icons/Tango/48x48/
+share/icons/Tango/48x48/actions/
+share/icons/Tango/48x48/actions/geany-save-all.png
+share/icons/Tango/scalable/
+share/icons/Tango/scalable/actions/
+share/icons/Tango/scalable/actions/geany-save-all.svg
+share/icons/hicolor/16x16/actions/geany-build.png
+share/icons/hicolor/16x16/actions/geany-close-all.png
+share/icons/hicolor/16x16/actions/geany-save-all.png
 share/icons/hicolor/16x16/apps/classviewer-class.png
 share/icons/hicolor/16x16/apps/classviewer-macro.png
 share/icons/hicolor/16x16/apps/classviewer-member.png
@@ -174,8 +193,21 @@ share/icons/hicolor/16x16/apps/classview
 share/icons/hicolor/16x16/apps/classviewer-struct.png
 share/icons/hicolor/16x16/apps/classviewer-var.png
 share/icons/hicolor/16x16/apps/geany.png
+share/icons/hicolor/24x24/actions/geany-build.png
+share/icons/hicolor/24x24/actions/geany-close-all.png
+share/icons/hicolor/24x24/actions/geany-save-all.png
+share/icons/hicolor/32x32/actions/geany-build.png
+share/icons/hicolor/32x32/actions/geany-close-all.png
+share/icons/hicolor/32x32/actions/geany-save-all.png
+share/icons/hicolor/48x48/actions/geany-build.png
+share/icons/hicolor/48x48/actions/geany-close-all.png
+share/icons/hicolor/48x48/actions/geany-save-all.png
 share/icons/hicolor/48x48/apps/geany.png
+share/icons/hicolor/scalable/actions/geany-build.svg
+share/icons/hicolor/scalable/actions/geany-close-all.svg
+share/icons/hicolor/scalable/actions/geany-save-all.svg
 share/icons/hicolor/scalable/apps/geany.svg
+share/locale/ar/LC_MESSAGES/geany.mo
 share/locale/ast/LC_MESSAGES/geany.mo
 share/locale/be/LC_MESSAGES/geany.mo
 share/locale/bg/LC_MESSAGES/geany.mo
@@ -185,10 +217,16 @@ share/locale/de/LC_MESSAGES/geany.mo
 share/locale/el/LC_MESSAGES/geany.mo
 share/locale/en_GB/LC_MESSAGES/geany.mo
 share/locale/es/LC_MESSAGES/geany.mo
+share/locale/et/LC_MESSAGES/geany.mo
+share/locale/eu/LC_MESSAGES/geany.mo
+share/locale/fa/LC_MESSAGES/geany.mo
 share/locale/fi/LC_MESSAGES/geany.mo
 share/locale/fr/LC_MESSAGES/geany.mo
 share/locale/gl/LC_MESSAGES/geany.mo
+share/locale/he/LC_MESSAGES/geany.mo
+share/locale/hi/LC_MESSAGES/geany.mo
 share/locale/hu/LC_MESSAGES/geany.mo
+share/locale/id/LC_MESSAGES/geany.mo
 share/locale/it/LC_MESSAGES/geany.mo
 share/locale/ja/LC_MESSAGES/geany.mo
 share/locale/kk/LC_MESSAGES/geany.mo
@@ -196,13 +234,18 @@ share/locale/ko/LC_MESSAGES/geany.mo
 share/locale/lb/
 share/locale/lb/LC_MESSAGES/
 share/locale/lb/LC_MESSAGES/geany.mo
+share/locale/lt/LC_MESSAGES/geany.mo
+share/locale/mn/LC_MESSAGES/geany.mo
 share/locale/nl/LC_MESSAGES/geany.mo
+share/locale/nn/LC_MESSAGES/geany.mo
 share/locale/pl/LC_MESSAGES/geany.mo
 share/locale/pt/LC_MESSAGES/geany.mo
 share/locale/pt_BR/LC_MESSAGES/geany.mo
 share/locale/ro/LC_MESSAGES/geany.mo
 share/locale/ru/LC_MESSAGES/geany.mo
+share/locale/sk/LC_MESSAGES/geany.mo
 share/locale/sl/LC_MESSAGES/geany.mo
+share/locale/sr/LC_MESSAGES/geany.mo
 share/locale/sv/LC_MESSAGES/geany.mo
 share/locale/tr/LC_MESSAGES/geany.mo
 share/locale/uk/LC_MESSAGES/geany.mo

Reply via email to