[78024] trunk/dports/tex/tex-gantt/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Apr 19 18:57:09 PDT 2011


Revision: 78024
          http://trac.macports.org/changeset/78024
Author:   ryandesign at macports.org
Date:     2011-04-19 18:57:08 -0700 (Tue, 19 Apr 2011)
Log Message:
-----------


Modified Paths:
--------------
    trunk/dports/tex/tex-gantt/Portfile

Modified: trunk/dports/tex/tex-gantt/Portfile
===================================================================
--- trunk/dports/tex/tex-gantt/Portfile	2011-04-19 23:44:53 UTC (rev 78023)
+++ trunk/dports/tex/tex-gantt/Portfile	2011-04-20 01:57:08 UTC (rev 78024)
@@ -5,9 +5,12 @@
 
 name			tex-gantt
 version			1.3
+revision		1
 categories		tex
 platforms		darwin
 maintainers		phw openmaintainer
+supported_archs		noarch
+
 description		tetex package for creating gantt diagrams
 long_description	${description}
 
@@ -16,21 +19,21 @@
 master_sites    http://www.martin-kumm.de/tex/
 distname		gantt
 distfiles		${distname}.sty
+dist_subdir		${name}/${version}
 
 depends_lib		bin:tex:texlive
 
 use_configure		no
 
-build			{}
+checksums		sha1    e57dd3118e2acd8bdb8a834c8bc68671aee573e0 \
+			rmd160  a434294dde507cb5b59edc99c338cb715586be8b
 
-checksums           md5     425865b5e8185e8cdc94d78bc702a0c3 \
-                    sha1    48b9e1aa40621d108ecc8ca8e384865f93eea119 \
-                    rmd160  2320d4e95f7b237ea5cd183beaf6eaf591b9316f
-
-post-extract {
-	file rename ${distpath}/${distname}.sty ${workpath}/${distname}.sty
+extract {
+	file copy ${distpath}/${distname}.sty ${workpath}
 }
 
+build			{}
+
 destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/texmf-dist/tex/latex/gantt
 	xinstall -m 644    ${workpath}/${distname}.sty ${destroot}${prefix}/share/texmf-dist/tex/latex/gantt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110419/b1c1fbec/attachment.html>


More information about the macports-changes mailing list