[65370] trunk/dports/devel/cvsgraph/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Mar 25 13:05:06 PDT 2010


Revision: 65370
          http://trac.macports.org/changeset/65370
Author:   ryandesign at macports.org
Date:     2010-03-25 13:05:04 -0700 (Thu, 25 Mar 2010)
Log Message:
-----------
cvsgraph: update to 1.7.0

Modified Paths:
--------------
    trunk/dports/devel/cvsgraph/Portfile

Modified: trunk/dports/devel/cvsgraph/Portfile
===================================================================
--- trunk/dports/devel/cvsgraph/Portfile	2010-03-25 19:56:03 UTC (rev 65369)
+++ trunk/dports/devel/cvsgraph/Portfile	2010-03-25 20:05:04 UTC (rev 65370)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            cvsgraph
-version         1.6.1
+version         1.7.0
 categories      devel
 maintainers     nomaintainer
 description     utility for graphical representation of CVS/RCS revision tree
@@ -13,13 +13,15 @@
 platforms       darwin
 homepage        http://www.akhphd.au.dk/~bertho/cvsgraph
 master_sites    ${homepage}/release
-checksums       md5 2f3da8e85de67d0690b120b33304f966 \
-                sha1 ca5011537e22d6399eeb4d44c9ba0830e0f240a6
 
+checksums       md5     8194c0c6f6837fcfa3ad0fab5dfc0597 \
+                sha1    952c35381ba8db39d05f1a4e504e9bc8e43a7beb \
+                rmd160  d7eafcd921b9157277d0beed5d14c33dfd0f25a3
+
 depends_lib     port:gd2
 
 post-patch {
-    reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/${name}.1 ${worksrcpath}/README
+    reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/${name}.h ${worksrcpath}/README
 }
 
 configure.args  --with-gd-inc=${prefix}/include \
@@ -31,6 +33,6 @@
     xinstall -m 0644 -W ${worksrcpath} ${name}.conf ${destroot}${prefix}/etc/${name}.conf.sample
     xinstall -m 0644 -W ${worksrcpath} ${name}.conf.5 ${destroot}${prefix}/share/man/man5/
     xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 0644 -W ${worksrcpath} ChangeLog contrib/cvsgraphwrapper.php3 LICENSE contrib/mkimage.php3 README ${destroot}${prefix}/share/doc/${name}/
+    xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog contrib/cvsgraphwrapper.php contrib/mkimage.php README ${destroot}${prefix}/share/doc/${name}/
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100325/6b4b867f/attachment.html>


More information about the macports-changes mailing list