Revision: 100254 https://trac.macports.org/changeset/100254 Author: ryandesign@macports.org Date: 2012-12-05 19:22:47 -0800 (Wed, 05 Dec 2012) Log Message: ----------- colordiff: update to 1.0.13; update homepage; noarch; use unversioned docdir Modified Paths: -------------- trunk/dports/textproc/colordiff/Portfile trunk/dports/textproc/colordiff/files/patch-Makefile.diff Modified: trunk/dports/textproc/colordiff/Portfile =================================================================== --- trunk/dports/textproc/colordiff/Portfile 2012-12-06 02:17:00 UTC (rev 100253) +++ trunk/dports/textproc/colordiff/Portfile 2012-12-06 03:22:47 UTC (rev 100254) @@ -5,10 +5,12 @@ name colordiff epoch 20090422 -version 1.0.10 +version 1.0.13 categories textproc license GPL-2+ -maintainers nomaintainer +maintainers ryandesign openmaintainer +supported_archs noarch + description Color-highlighted diff(1) output long_description \ @@ -16,12 +18,12 @@ and produces the same output but with pretty 'syntax' \ highlighting. Colour schemes can be customized. -homepage http://colordiff.sourceforge.net/ +homepage http://www.colordiff.org/ platforms darwin master_sites ${homepage} -checksums rmd160 d6f09399c79eebe4ca942da1ffb35fbbe2fca637 \ - sha256 425ef6c8b1599fbabab639a6629ddddd1272e9485f3d93e2549a2d28e0bf97f9 +checksums rmd160 7134df88aa6bf1c32f86803e4e8658f1d4ae8ec4 \ + sha256 ce2805a130c81545711df94bc00a93545da3f323d835cc38b452d3396ef86c2a patchfiles patch-Makefile.diff @@ -35,7 +37,7 @@ ETC_DIR=${prefix}/etc post-destroot { - set docdir ${prefix}/share/doc/${name}-${version} + set docdir ${prefix}/share/doc/${subport} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} BUGS CHANGES COPYING README ${destroot}${docdir} } @@ -43,4 +45,4 @@ universal_variant no livecheck.type regex -livecheck.regex {<h4>.*version ([^ ]*).*</h4>} +livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} Modified: trunk/dports/textproc/colordiff/files/patch-Makefile.diff =================================================================== --- trunk/dports/textproc/colordiff/files/patch-Makefile.diff 2012-12-06 02:17:00 UTC (rev 100253) +++ trunk/dports/textproc/colordiff/files/patch-Makefile.diff 2012-12-06 03:22:47 UTC (rev 100254) @@ -1,6 +1,6 @@ ---- Makefile.orig 2009-04-22 02:00:01.000000000 +0200 -+++ Makefile 2009-04-22 02:00:24.000000000 +0200 -@@ -28,8 +28,8 @@ +--- Makefile.orig 2012-10-17 15:14:35.000000000 -0500 ++++ Makefile 2012-12-05 21:19:38.000000000 -0600 +@@ -27,8 +27,8 @@ if [ ! -f ${DESTDIR}${INSTALL_DIR}/cdiff ] ; then \ install cdiff.sh ${DESTDIR}${INSTALL_DIR}/cdiff; \ fi
participants (1)
-
ryandesign@macports.org