[83800] trunk/dports/textproc/dwdiff/Portfile

mww at macports.org mww at macports.org
Sun Sep 11 03:10:14 PDT 2011


Revision: 83800
          http://trac.macports.org/changeset/83800
Author:   mww at macports.org
Date:     2011-09-11 03:10:08 -0700 (Sun, 11 Sep 2011)
Log Message:
-----------
version 1.9; add license key;

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

Modified: trunk/dports/textproc/dwdiff/Portfile
===================================================================
--- trunk/dports/textproc/dwdiff/Portfile	2011-09-11 09:49:54 UTC (rev 83799)
+++ trunk/dports/textproc/dwdiff/Portfile	2011-09-11 10:10:08 UTC (rev 83800)
@@ -3,21 +3,21 @@
 PortSystem 1.0
 
 name			dwdiff
-version			1.5
-revision                3
+version			1.9
 categories		textproc
 platforms		darwin
 maintainers		mww
+license			GPL-3
 description		diff program that operates at the word level
 long_description	dwdiff is a front-end for the diff program that operates at the word level instead of the line level. It is different from wdiff in that it allows the user to specify what should be considered whitespace, and in that it takes an optional list of characters that should be considered delimiters. Delimiters are single characters that are treated as if they are words, even when there is no whitespace separating them from preceding words or delimiters. dwdiff is mostly commandline compatible with wdiff. Only the --autopager, --terminal and --avoid-wraps options are not supported.
 
 homepage		http://os.ghalkes.nl/dwdiff.html
 master_sites		http://os.ghalkes.nl/dist/
-checksums		sha1 b8629cff996a1bba7458e59cc3f76bf6407a58b2
+checksums           rmd160  a5e7fb9deaa997c54da3945664b96127eef0a1b1 \
+                    sha256  602a6728f317717041ff83d46737c92e2b08491fd44370f70d956fc7b7db6219
+
 extract.suffix		.tgz
 
-configure.cflags-append	"-I${prefix}/include"
-
 depends_lib		port:gettext port:icu
 
 destroot.destdir	prefix=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110911/0f5372e8/attachment.html>


More information about the macports-changes mailing list