diff options
-rw-r--r-- | editors/scite/Makefile | 2 | ||||
-rw-r--r-- | editors/scite/distinfo | 6 | ||||
-rw-r--r-- | editors/scite/files/patch-aa | 8 | ||||
-rw-r--r-- | editors/scite/pkg-plist | 1 |
4 files changed, 9 insertions, 8 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index d3b8bad088c8..2c65aaa69c29 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= scite -PORTVERSION= 2.12 +PORTVERSION= 2.20 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff --git a/editors/scite/distinfo b/editors/scite/distinfo index 76ab19d24684..6ebe847593c2 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -1,3 +1,3 @@ -MD5 (scite212.tgz) = 8868c06c1cfb248abd92cb3956bb5ba1 -SHA256 (scite212.tgz) = e1da8da68a75237b6c0d25533c92192564fc9a0df4f1f44665f241991d49963b -SIZE (scite212.tgz) = 1930331 +MD5 (scite220.tgz) = e66e64030d042a62ebd11d2c77b968c2 +SHA256 (scite220.tgz) = 9e598a7d14445a23d6ba7148e421188879dc5836f76c63878a75083f4b94c8e4 +SIZE (scite220.tgz) = 1946185 diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa index 438e9e61de58..9d2dd891c20f 100644 --- a/editors/scite/files/patch-aa +++ b/editors/scite/files/patch-aa @@ -1,5 +1,5 @@ ---- makefile.orig 2010-05-31 23:35:36.000000000 -0400 -+++ makefile 2010-06-01 18:35:04.000000000 -0400 +--- makefile.orig 2010-07-20 19:03:41.000000000 -0400 ++++ makefile 2010-07-31 09:20:16.000000000 -0400 @@ -5,20 +5,20 @@ # GNU make does not like \r\n line endings so should be saved to CVS in binary form. @@ -51,10 +51,10 @@ $(PROG): SciTEGTK.o GUIGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \ PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \ - JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS) -- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) -lstdc++ +- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) -ldl -lstdc++ + JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS) + $(CC) $(CONFIGLIB) -lscintilla -lscintilla_lexers -lstdc++ \ -+ -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ ++ -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ # Automatically generate header dependencies with "make deps" include deps.mak diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist index 5fe10b60f242..bed0b259bf16 100644 --- a/editors/scite/pkg-plist +++ b/editors/scite/pkg-plist @@ -86,6 +86,7 @@ share/pixmaps/Sci48M.png %%DATADIR%%/tal.properties %%DATADIR%%/tcl.properties %%DATADIR%%/tex.properties +%%DATADIR%%/txt2tags.properties %%DATADIR%%/vb.properties %%DATADIR%%/verilog.properties %%DATADIR%%/vhdl.properties |