diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-04-06 01:14:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-04-06 01:14:25 +0800 |
commit | a9e4d5a02c657c244cebe786e62b8f6000e6d267 (patch) | |
tree | 668fc7d6a5337c149e9e3c66912b33d868475bff /editors | |
parent | 017c68b8a2af5f6b66b34d3559614f51b850e038 (diff) | |
download | freebsd-ports-gnome-a9e4d5a02c657c244cebe786e62b8f6000e6d267.tar.gz freebsd-ports-gnome-a9e4d5a02c657c244cebe786e62b8f6000e6d267.tar.zst freebsd-ports-gnome-a9e4d5a02c657c244cebe786e62b8f6000e6d267.zip |
- Update to 2.10
PR: 145407
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
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 |