diff options
author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2011-11-26 04:43:01 +0000 |
---|---|---|
committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2011-11-26 04:43:01 +0000 |
commit | c703c8876af8e4c1bdd3613cc3c32907d83297a4 (patch) | |
tree | 337277f2bfa3b1e16bb287859b0e43931b8e424c /textproc/wdiff/Makefile | |
parent | - Update to 1.12 (diff) |
- Update to 1.1.0
- Use GNU MASTER_SITES macro
PR: ports/162617
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=286457
Diffstat (limited to 'textproc/wdiff/Makefile')
-rw-r--r-- | textproc/wdiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile index f9eec0500996..480ab1bcd5ef 100644 --- a/textproc/wdiff/Makefile +++ b/textproc/wdiff/Makefile @@ -6,10 +6,10 @@ # PORTNAME= wdiff -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= wdiff +MASTER_SITES= GNU + MAINTAINER= sanpei@FreeBSD.org COMMENT= Display word differences between text files |