View | Details | Raw Unified | Return to bug 145407
Collapse All | Expand All

(-)/kirby/shared/ports/scite/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	scite
8
PORTNAME=	scite
9
PORTVERSION=	2.03
9
PORTVERSION=	2.10
10
PORTREVISION=	2
11
CATEGORIES=	editors gnome
10
CATEGORIES=	editors gnome
12
MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
11
MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
13
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
12
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
(-)/kirby/shared/ports/scite/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (scite203.tgz) = f70f237180a556e287c17423b6c45a24
1
MD5 (scite210.tgz) = 91644ec613dafa3e2a0add01c42d716d
2
SHA256 (scite203.tgz) = e81395cbafbc11d5fa3677e4b9da03ac066f740aefe6f7479918a868935bd762
2
SHA256 (scite210.tgz) = 69af703c5b9652571e7e9c040145cfbdc6c8d4f28cf9e14be5461aad08ab52d7
3
SIZE (scite203.tgz) = 1850025
3
SIZE (scite210.tgz) = 1783858
(-)/kirby/shared/ports/scite/files/patch-aa (-4 / +4 lines)
Lines 1-5 Link Here
1
--- makefile.orig	2009-08-12 21:39:59.000000000 -0400
1
--- makefile.orig	2010-03-13 20:41:15.000000000 -0500
2
+++ makefile	2009-08-21 02:04:44.000000000 -0400
2
+++ makefile	2010-04-05 07:57:38.000000000 -0400
3
@@ -5,7 +5,7 @@
3
@@ -5,7 +5,7 @@
4
 # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
4
 # GNU make does not like \r\n line endings so should be saved to CVS in binary form.
5
 
5
 
Lines 37-44 Link Here
37
 ifeq ($(shell uname), Darwin)
37
 ifeq ($(shell uname), Darwin)
38
@@ -102,8 +102,9 @@
38
@@ -102,8 +102,9 @@
39
 
39
 
40
 $(PROG): SciTEGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \
40
 $(PROG): SciTEGTK.o GUIGTK.o FilePath.o SciTEBase.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o \
41
 PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o Utf8_16.o \
41
 PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \
42
-	JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS)
42
-	JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS)
43
-	$(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB)
43
-	$(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB)
44
+	JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS)
44
+	JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS)
(-)/kirby/shared/ports/scite/pkg-plist (+1 lines)
Lines 18-23 Link Here
18
%%PORTDOCS%%%%DOCSDIR%%/SciTELua.html
18
%%PORTDOCS%%%%DOCSDIR%%/SciTELua.html
19
%%PORTDOCS%%%%DOCSDIR%%/SciTERegEx.html
19
%%PORTDOCS%%%%DOCSDIR%%/SciTERegEx.html
20
%%PORTDOCS%%%%DOCSDIR%%/SciTEWord.jpg
20
%%PORTDOCS%%%%DOCSDIR%%/SciTEWord.jpg
21
%%PORTDOCS%%%%DOCSDIR%%/ScriptLexer.html
21
%%PORTDOCS%%%%DOCSDIR%%/demo.png
22
%%PORTDOCS%%%%DOCSDIR%%/demo.png
22
%%DATADIR%%/Embedded.properties
23
%%DATADIR%%/Embedded.properties
23
%%DATADIR%%/SciTE.properties
24
%%DATADIR%%/SciTE.properties

Return to bug 145407