diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-24 14:22:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-24 14:22:40 +0000 |
commit | 9cbc2d7f381006cbff91a21f9205da061f32d413 (patch) | |
tree | a254b0d6398de990bf196c214eae1335770c5ec8 /editors/scite | |
parent | 5e44c2de3803495cf2beb3a58d6de7c4f30f4d33 (diff) | |
download | ports-9cbc2d7f381006cbff91a21f9205da061f32d413.tar.gz ports-9cbc2d7f381006cbff91a21f9205da061f32d413.zip |
Notes
Diffstat (limited to 'editors/scite')
-rw-r--r-- | editors/scite/Makefile | 5 | ||||
-rw-r--r-- | editors/scite/distinfo | 6 | ||||
-rw-r--r-- | editors/scite/files/patch-aa | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 296d7a8ba02b..adb8eebed90f 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -6,10 +6,9 @@ # PORTNAME= scite -PORTVERSION= 1.76 -PORTREVISION= 1 +PORTVERSION= 1.77 CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= SF \ http://www.scintilla.org/ MASTER_SITE_SUBDIR= scintilla DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff --git a/editors/scite/distinfo b/editors/scite/distinfo index 7aabb2934bf1..500515b09296 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -1,3 +1,3 @@ -MD5 (scite176.tgz) = c33461643c62c80420376de37125092b -SHA256 (scite176.tgz) = cea1f932cea33e93f018ac6929f1d18edd6cfe8fdcac73b05da4e721987285a0 -SIZE (scite176.tgz) = 1497197 +MD5 (scite177.tgz) = ba016919190c12cfb712e1f004df4187 +SHA256 (scite177.tgz) = 51b14c1fdff1b88f9361faef5030bc8df24cdc4b23d2d9181303a7708f2eb2af +SIZE (scite177.tgz) = 1520037 diff --git a/editors/scite/files/patch-aa b/editors/scite/files/patch-aa index a599943d6c0e..83a70a731e10 100644 --- a/editors/scite/files/patch-aa +++ b/editors/scite/files/patch-aa @@ -1,5 +1,5 @@ ---- makefile.old Fri Nov 23 11:14:23 2007 -+++ makefile Fri Nov 23 11:16:22 2007 +--- makefile.old 2008-05-01 09:40:28.000000000 -0400 ++++ makefile 2008-10-19 12:49:42.000000000 -0400 @@ -5,7 +5,7 @@ # GNU make does not like \r\n line endings so should be saved to CVS in binary form. @@ -39,9 +39,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 \ -- JobQueue.o GTKMutex.o $(COMPLIB) $(LUA_OBJS) +- JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS) - $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) -+ JobQueue.o GTKMutex.o $(LUA_OBJS) ++ JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS) + $(CC) $(CONFIGLIB) -lscintilla -lscintilla_lexers \ + -rdynamic -Wl,--version-script lua.vers -DGTK $^ -o $@ |