diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-04-05 17:14:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-04-05 17:14:25 +0000 |
commit | 18f47c2ffebcb6df7212fe6bc0b9be24005a24e6 (patch) | |
tree | 076294bca3898389a638e2d77240299c6f1b8a58 /editors | |
parent | 714891e037317e5a0964aaedb5385b4d81cb6ebf (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/scite/Makefile | 3 | ||||
-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, 9 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 6e48a348836f..c8784dd5d714 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,8 +6,7 @@ # PORTNAME= scite -PORTVERSION= 2.03 -PORTREVISION= 2 +PORTVERSION= 2.10 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 678da5e75391..7c093c1a53ef 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -1,3 +1,3 @@ -MD5 (scite203.tgz) = f70f237180a556e287c17423b6c45a24 -SHA256 (scite203.tgz) = e81395cbafbc11d5fa3677e4b9da03ac066f740aefe6f7479918a868935bd762 -SIZE (scite203.tgz) = 1850025 +MD5 (scite210.tgz) = 91644ec613dafa3e2a0add01c42d716d +SHA256 (scite210.tgz) = 69af703c5b9652571e7e9c040145cfbdc6c8d4f28cf9e14be5461aad08ab52d7 +SIZE (scite210.tgz) = 1783858 diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa index b64cb49fc034..3c74e19dcdbb 100644 --- a/editors/scite/files/patch-aa +++ b/editors/scite/files/patch-aa @@ -1,5 +1,5 @@ ---- makefile.orig 2009-08-12 21:39:59.000000000 -0400 -+++ makefile 2009-08-21 02:04:44.000000000 -0400 +--- makefile.orig 2010-03-13 20:41:15.000000000 -0500 ++++ makefile 2010-04-05 07:57:38.000000000 -0400 @@ -5,7 +5,7 @@ # GNU make does not like \r\n line endings so should be saved to CVS in binary form. @@ -37,8 +37,8 @@ ifeq ($(shell uname), Darwin) @@ -102,8 +102,9 @@ - $(PROG): SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \ - PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o \ + $(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,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) + JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS) diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist index 95c9abee3e1a..5fe10b60f242 100644 --- a/editors/scite/pkg-plist +++ b/editors/scite/pkg-plist @@ -18,6 +18,7 @@ share/pixmaps/Sci48M.png %%PORTDOCS%%%%DOCSDIR%%/SciTELua.html %%PORTDOCS%%%%DOCSDIR%%/SciTERegEx.html %%PORTDOCS%%%%DOCSDIR%%/SciTEWord.jpg +%%PORTDOCS%%%%DOCSDIR%%/ScriptLexer.html %%PORTDOCS%%%%DOCSDIR%%/demo.png %%DATADIR%%/Embedded.properties %%DATADIR%%/SciTE.properties |