[53514] trunk/dports/editors/scite/Portfile

nox at macports.org nox at macports.org
Tue Jul 7 04:01:03 PDT 2009


Revision: 53514
          http://trac.macports.org/changeset/53514
Author:   nox at macports.org
Date:     2009-07-07 04:01:03 -0700 (Tue, 07 Jul 2009)
Log Message:
-----------
scite: Update to 1.79.

Modified Paths:
--------------
    trunk/dports/editors/scite/Portfile

Modified: trunk/dports/editors/scite/Portfile
===================================================================
--- trunk/dports/editors/scite/Portfile	2009-07-07 10:57:37 UTC (rev 53513)
+++ trunk/dports/editors/scite/Portfile	2009-07-07 11:01:03 UTC (rev 53514)
@@ -4,7 +4,7 @@
 PortSystem      1.0
 
 name            scite
-version         1.78
+version         1.79
 categories      editors
 platforms       darwin
 maintainers     nox openmaintainer
@@ -23,9 +23,9 @@
 depends_build   port:pkgconfig
 depends_lib     port:gtk2
 
-checksums       md5     7c62a8f75ef69a7cb143e22bf29456fa \
-                sha1    4eb7ea958ae3bf48ab9a872481ffbebd46d89ce1 \
-                rmd160  72cce4382d912fe3c13d9e290470ff2c5443e1be
+checksums       md5     02a0d68f0c33c01c9a2c9d69c295acea \
+                sha1    43f343b75785b077b6a93b5be8f5fc7544a1a005 \
+                rmd160  e36f0e394d1afea007840ea1bb4fc660b0a59f1b
 
 worksrcdir      ${name}/gtk
 
@@ -71,7 +71,10 @@
 destroot.destdir    prefix=${destroot}${prefix}
 
 post-destroot {
-    xinstall -m 444 $worksrcpath/../doc/scite.1 $destroot$prefix/share/man/man1
+    xinstall -m 444 ${worksrcpath}/../doc/scite.1 ${destroot}${prefix}/share/man/man1
+    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${workpath}/scite License.txt README ${destroot}${docdir}
 }
 
 variant universal {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090707/eb10d78f/attachment.html>


More information about the macports-changes mailing list