[39431] trunk/dports/textproc/txt2tags/Portfile

milosh at macports.org milosh at macports.org
Tue Aug 19 12:53:36 PDT 2008


Revision: 39431
          http://trac.macosforge.org/projects/macports/changeset/39431
Author:   milosh at macports.org
Date:     2008-08-19 12:53:36 -0700 (Tue, 19 Aug 2008)
Log Message:
-----------
Update txt2tags to v2.5

Modified Paths:
--------------
    trunk/dports/textproc/txt2tags/Portfile

Modified: trunk/dports/textproc/txt2tags/Portfile
===================================================================
--- trunk/dports/textproc/txt2tags/Portfile	2008-08-19 18:35:41 UTC (rev 39430)
+++ trunk/dports/textproc/txt2tags/Portfile	2008-08-19 19:53:36 UTC (rev 39431)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name            txt2tags
-version         2.4
+version         2.5
 categories      textproc
 maintainers     milosh openmaintainer
 description     A document generator: ONE source, MULTI targets
@@ -17,8 +17,8 @@
 platforms       darwin
 master_sites    sourceforge
 extract.suffix  .tgz
-checksums       md5 198ce2962a57650b8032c0d59dc1eeae \
-                sha1 72a6292abf5c16cc2da4fc937893969e6f3cf14f
+checksums       md5 e4d4553651b5be0711263378ca133c43 \
+                sha1 95f472b58b26b591670a931787a25a8ef2a33682 
 use_configure   no
 depends_lib     bin:python:python24
 
@@ -28,7 +28,7 @@
 
 destroot {
     xinstall -d ${destroot}${prefix}/share/doc/txt2tags
-    xinstall ${worksrcpath}/txt2tags ${destroot}${prefix}/bin/
+    xinstall -m 0755 ${worksrcpath}/txt2tags ${destroot}${prefix}/bin/
     fs-traverse file ${worksrcpath}/doc/ {
         if {[file isfile ${file}]} {
             copy ${file} ${destroot}${prefix}/share/doc/txt2tags/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080819/ca42f298/attachment-0001.html 


More information about the macports-changes mailing list