Hi,

   Here is a simple patch for devel/geany to update to 1.37.1,
it build well and run well on amd64-6.9 system. No other ports
depend on it.



wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/geany/Makefile,v
retrieving revision 1.64
diff -u -p -r1.64 Makefile
--- Makefile    23 Aug 2020 11:46:37 -0000      1.64
+++ Makefile    25 May 2021 08:26:00 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       small and lightweight IDE
 
-DISTNAME =     geany-1.36
-REVISION =     0
+DISTNAME =     geany-1.37.1
 SHARED_LIBS +=  geany                     0.0 # 0.0
 
 CATEGORIES=    devel
@@ -18,7 +17,7 @@ PERMIT_PACKAGE=       Yes
 MASTER_SITES=  http://download.geany.org/
 EXTRACT_SUFX=  .tar.bz2
 
-# C++11 
+# C++11
 COMPILER =     base-clang ports-gcc
 MODULES=       textproc/intltool
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/geany/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo    16 Oct 2019 06:51:42 -0000      1.20
+++ distinfo    25 May 2021 08:26:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (geany-1.36.tar.bz2) = kYTdPdQLe4T8pwCDKEu52/LugCK/K+BmvcNlktkJ1T4=
-SIZE (geany-1.36.tar.bz2) = 4644521
+SHA256 (geany-1.37.1.tar.bz2) = GMV1ZETB2LzXN8js/U7ws2B8kk/AJWDU6LePYSFTGhg=
+SIZE (geany-1.37.1.tar.bz2) = 4689173
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/geany/pkg/PLIST,v
retrieving revision 1.29
diff -u -p -r1.29 PLIST
--- pkg/PLIST   16 Oct 2019 06:51:42 -0000      1.29
+++ pkg/PLIST   25 May 2021 08:26:00 -0000
@@ -23,6 +23,7 @@ include/geany/pluginutils.h
 include/geany/prefs.h
 include/geany/project.h
 include/geany/scintilla/
+include/geany/scintilla/Compat.h
 include/geany/scintilla/SciLexer.h
 include/geany/scintilla/Sci_Position.h
 include/geany/scintilla/Scintilla.h
@@ -44,12 +45,12 @@ include/geany/toolbar.h
 include/geany/ui_utils.h
 include/geany/utils.h
 lib/geany/
-lib/geany/classbuilder.so
-lib/geany/export.so
-lib/geany/filebrowser.so
-lib/geany/htmlchars.so
-lib/geany/saveactions.so
-lib/geany/splitwindow.so
+@so lib/geany/classbuilder.so
+@so lib/geany/export.so
+@so lib/geany/filebrowser.so
+@so lib/geany/htmlchars.so
+@so lib/geany/saveactions.so
+@so lib/geany/splitwindow.so
 lib/libgeany.la
 @lib lib/libgeany.so.${LIBgeany_VERSION}
 lib/pkgconfig/geany.pc
@@ -108,6 +109,7 @@ share/geany/filedefs/filetypes.ada
 share/geany/filedefs/filetypes.asciidoc
 share/geany/filedefs/filetypes.asm
 share/geany/filedefs/filetypes.batch
+share/geany/filedefs/filetypes.bibtex
 share/geany/filedefs/filetypes.c
 share/geany/filedefs/filetypes.caml
 share/geany/filedefs/filetypes.cmake
@@ -153,6 +155,7 @@ share/geany/filedefs/filetypes.restructu
 share/geany/filedefs/filetypes.ruby
 share/geany/filedefs/filetypes.rust
 share/geany/filedefs/filetypes.sh
+share/geany/filedefs/filetypes.smalltalk
 share/geany/filedefs/filetypes.sql
 share/geany/filedefs/filetypes.tcl
 share/geany/filedefs/filetypes.txt2tags
@@ -259,6 +262,9 @@ 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/ie/
+share/locale/ie/LC_MESSAGES/
+share/locale/ie/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

Reply via email to