[29263] trunk/dports/devel/colordiff/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 19 11:37:25 PDT 2007


Revision: 29263
          http://trac.macosforge.org/projects/macports/changeset/29263
Author:   nox at macports.org
Date:     2007-09-19 11:37:24 -0700 (Wed, 19 Sep 2007)

Log Message:
-----------
colordiff: Whitespace changes.

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

Modified: trunk/dports/devel/colordiff/Portfile
===================================================================
--- trunk/dports/devel/colordiff/Portfile	2007-09-19 18:14:28 UTC (rev 29262)
+++ trunk/dports/devel/colordiff/Portfile	2007-09-19 18:37:24 UTC (rev 29263)
@@ -1,37 +1,45 @@
 # $Id$
-PortSystem 1.0
-name			colordiff
-version			1.0.6a
+
+PortSystem      1.0
+
+name            colordiff
+version         1.0.6a
 epoch           20070425
-categories		devel textproc
-maintainers		nox
-description		Color-highlighted diff(1) output
-long_description	The Perl script colordiff is a wrapper for diff(1) \
-			and produces the same output but with pretty 'syntax' \
-			highlighting. Colour schemes can be customized.
-homepage		http://colordiff.sourceforge.net/
-platforms		darwin
-master_sites		${homepage}
-checksums		md5 db49d0779a453c96f0859cd20b7b1aa9 \
+categories      devel textproc
+maintainers     nox
+description     Color-highlighted diff(1) output
+
+long_description \
+    The Perl script colordiff is a wrapper for diff(1) \
+	and produces the same output but with pretty 'syntax' \
+	highlighting. Colour schemes can be customized.
+
+homepage        http://colordiff.sourceforge.net/
+platforms       darwin
+master_sites    ${homepage}
+
+checksums       md5 db49d0779a453c96f0859cd20b7b1aa9 \
                 sha1 8504307169399526fdc9ea71125f5e6b5924e351 \
                 rmd160 c3ccc3f1bab08d05a3c11b31d4db6123c9891fd1
-patchfiles		patch-Makefile
-build.type		bsd
-build			{}
-destroot.args		INSTALL_DIR=${prefix}/bin \
-			MAN_DIR=${prefix}/share/man/man1 \
-			ETC_DIR=${prefix}/etc \
-			DESTROOT_DIR=${destroot}
 
+patchfiles      patch-Makefile
+
+use_configure   no
+
+build.type      bsd
+build           {}
+
+destroot.args   INSTALL_DIR=${prefix}/bin \
+                MAN_DIR=${prefix}/share/man/man1 \
+                ETC_DIR=${prefix}/etc \
+                DESTROOT_DIR=${destroot}
+
 post-destroot {
     set docdir ${prefix}/share/doc/${name}-${version}
-
-    xinstall -m 0755 -d ${destroot}${docdir}
+    xinstall -d ${destroot}${docdir}
     xinstall -m 0644 -W ${worksrcpath} BUGS CHANGES COPYING README ${destroot}${docdir}
 }
 
-use_configure	no
-
 livecheck.check regex
-livecheck.url   ${homepage}
 livecheck.regex {<h4>.*version ([^ ]*).*</h4>}
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070919/2f7b77b5/attachment.html


More information about the macports-changes mailing list