[41961] trunk/dports/editors/scite

nox at macports.org nox at macports.org
Wed Nov 12 08:02:16 PST 2008


Revision: 41961
          http://trac.macports.org/changeset/41961
Author:   nox at macports.org
Date:     2008-11-12 08:02:16 -0800 (Wed, 12 Nov 2008)
Log Message:
-----------
scite: Updated to 1.77.

Modified Paths:
--------------
    trunk/dports/editors/scite/Portfile
    trunk/dports/editors/scite/files/patch-scite-gtk-makefile.diff

Modified: trunk/dports/editors/scite/Portfile
===================================================================
--- trunk/dports/editors/scite/Portfile	2008-11-12 15:51:27 UTC (rev 41960)
+++ trunk/dports/editors/scite/Portfile	2008-11-12 16:02:16 UTC (rev 41961)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -3,8 +4,8 @@
 
 name            scite
-version         1.76
+version         1.77
 categories      editors
 platforms       darwin
-maintainers     nox
+maintainers     nox openmaintainer
 description     SciTE is a SCIntilla based Text Editor.
 
@@ -22,9 +23,9 @@
 depends_build   port:pkgconfig
 depends_lib     port:gtk2
 
-checksums       md5     c33461643c62c80420376de37125092b \
-                sha1    46ef6c7d5f312ed68cac8431eab17efa0e618d5e \
-                rmd160  3e82bb6c425aaeaa9dd932e179e837e1fcce9d71
+checksums       md5     ba016919190c12cfb712e1f004df4187 \
+                sha1    9e49b13ada9aba10bed9db6ecdf5925f957caac5 \
+                rmd160  1aabe4899a2d7b57a397c0fdec961d0fdc05169e
 
 worksrcdir      ${name}/gtk
 
@@ -41,6 +42,8 @@
 
 build.args      prefix=${prefix} GTK2=yes
 
+use_parallel_build  yes
+
 pre-build {
     if {[variant_isset universal]} {
         set lipo_args {}
@@ -68,7 +71,7 @@
 destroot.destdir    prefix=${destroot}${prefix}
 
 post-destroot {
-    xinstall -m 0444 ${worksrcpath}/../doc/scite.1 ${destroot}${prefix}/share/man/man1
+    xinstall -m 444 $worksrcpath/../doc/scite.1 $destroot$prefix/share/man/man1
 }
 
 variant universal {
@@ -83,4 +86,3 @@
 }
 
 livecheck.distname  SciTE
-

Modified: trunk/dports/editors/scite/files/patch-scite-gtk-makefile.diff
===================================================================
--- trunk/dports/editors/scite/files/patch-scite-gtk-makefile.diff	2008-11-12 15:51:27 UTC (rev 41960)
+++ trunk/dports/editors/scite/files/patch-scite-gtk-makefile.diff	2008-11-12 16:02:16 UTC (rev 41961)
@@ -19,7 +19,7 @@
 @@ -103,7 +103,7 @@
  $(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)
 +	$(CC) `$(CONFIGTHREADS)` $(UNIVERSAL_LDFLAGS) -DGTK $^ -o $@ $(CONFIGLIB)
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081112/c3f2ebb0/attachment.html>


More information about the macports-changes mailing list