diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2012-11-13 07:24:00 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2012-11-13 07:24:00 +0800 |
commit | 18cfda2e686828d10b1b1eb1b6b0478a914a8701 (patch) | |
tree | 86fc7a6ed62b1a5bd4bd8ed7f0ddcaaafd53f020 /textproc | |
parent | d988d1ffb2144cb03750a9b7e7ce1f4f69d4d3ac (diff) | |
download | freebsd-ports-gnome-18cfda2e686828d10b1b1eb1b6b0478a914a8701.tar.gz freebsd-ports-gnome-18cfda2e686828d10b1b1eb1b6b0478a914a8701.tar.zst freebsd-ports-gnome-18cfda2e686828d10b1b1eb1b6b0478a914a8701.zip |
- Update to 1.0.12
- Update WWW
- Trim header
Feature safe: yes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/colordiff/Makefile | 10 | ||||
-rw-r--r-- | textproc/colordiff/distinfo | 4 | ||||
-rw-r--r-- | textproc/colordiff/pkg-descr | 2 |
3 files changed, 6 insertions, 10 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile index 72f06c897db9..5e500db0bbce 100644 --- a/textproc/colordiff/Makefile +++ b/textproc/colordiff/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: colordiff -# Date created: 6 Jul 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= colordiff -PORTVERSION= 1.0.8 +PORTVERSION= 1.0.12 CATEGORIES= textproc -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/version%20${PORTVERSION} +MASTER_SITES= http://www.colordiff.org/ CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A tool to colorize diff output diff --git a/textproc/colordiff/distinfo b/textproc/colordiff/distinfo index 0e83af172eb1..61e66ca0c75e 100644 --- a/textproc/colordiff/distinfo +++ b/textproc/colordiff/distinfo @@ -1,2 +1,2 @@ -SHA256 (colordiff-1.0.8.tar.gz) = 7573b603dabf49f58297ab10f065fe763329db63e9c56e231d204e58c1d0800b -SIZE (colordiff-1.0.8.tar.gz) = 16915 +SHA256 (colordiff-1.0.12.tar.gz) = cab7f87ae9572fae6de7bd74f260729a95470ec5effa50d5e4bd0d62a7957880 +SIZE (colordiff-1.0.12.tar.gz) = 17801 diff --git a/textproc/colordiff/pkg-descr b/textproc/colordiff/pkg-descr index d6215f35002c..72a6133a89e1 100644 --- a/textproc/colordiff/pkg-descr +++ b/textproc/colordiff/pkg-descr @@ -4,4 +4,4 @@ coloured syntax highlighting at the command line to improve readability. The output is similar to how a diff-generated patch might appear in Vim or Emacs with the appropriate syntax highlighting options enabled. -WWW: http://colordiff.sourceforge.net/ +WWW: http://www.colordiff.org/ |