aboutsummaryrefslogtreecommitdiff
path: root/textproc/diffstat
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-15 06:46:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-02-15 06:46:18 +0000
commit1ce66ebca49ffe6d8a254b08ffca78fd8660a9ce (patch)
tree7df4feb3c13388497561b3378523e182e5f926b8 /textproc/diffstat
parent17bc387c387437fbbbedabb2b271342d98f0569e (diff)
downloadports-1ce66ebca49ffe6d8a254b08ffca78fd8660a9ce.tar.gz
ports-1ce66ebca49ffe6d8a254b08ffca78fd8660a9ce.zip
Notes
Diffstat (limited to 'textproc/diffstat')
-rw-r--r--textproc/diffstat/Makefile4
-rw-r--r--textproc/diffstat/distinfo4
-rw-r--r--textproc/diffstat/files/patch-diffstat.c11
-rw-r--r--textproc/diffstat/pkg-descr4
4 files changed, 5 insertions, 18 deletions
diff --git a/textproc/diffstat/Makefile b/textproc/diffstat/Makefile
index 2e0cd8970898..01662cd36048 100644
--- a/textproc/diffstat/Makefile
+++ b/textproc/diffstat/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= diffstat
-PORTVERSION= 1.54
+PORTVERSION= 1.55
CATEGORIES= textproc devel
-MASTER_SITES= ftp://dickey.his.com/diffstat/
+MASTER_SITES= ftp://invisible-island.net/${PORTNAME}/
EXTRACT_SUFX= .tgz
MAINTAINER= clsung@FreeBSD.org
diff --git a/textproc/diffstat/distinfo b/textproc/diffstat/distinfo
index f0006f9d1c69..3f9039d022f0 100644
--- a/textproc/diffstat/distinfo
+++ b/textproc/diffstat/distinfo
@@ -1,2 +1,2 @@
-SHA256 (diffstat-1.54.tgz) = d8e67660ec85be597f8548ecdd088926639dac34ec7184aaf9d09c1e6ecb83e5
-SIZE (diffstat-1.54.tgz) = 215549
+SHA256 (diffstat-1.55.tgz) = 59a46c75a99f2c373a81880051adc43a17b71c55478691e702c61c13c6d61b55
+SIZE (diffstat-1.55.tgz) = 235836
diff --git a/textproc/diffstat/files/patch-diffstat.c b/textproc/diffstat/files/patch-diffstat.c
deleted file mode 100644
index a96f71419bc8..000000000000
--- a/textproc/diffstat/files/patch-diffstat.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- diffstat.c.orig 2010-08-10 19:27:19.414564698 +0200
-+++ diffstat.c 2010-08-10 19:28:49.625931506 +0200
-@@ -1934,7 +1934,7 @@ is_compressed(const char *name)
- } else if (len > 5 && !strcmp(name + len - 5, ".lzma")) {
- which = dcLzma;
- } else if (len > 3 && !strcmp(name + len - 3, ".xz")) {
-- which = dcLzma;
-+ which = dcXz;
- } else {
- which = dcNone;
- }
diff --git a/textproc/diffstat/pkg-descr b/textproc/diffstat/pkg-descr
index 3b2f5fed2482..32d3b677aef8 100644
--- a/textproc/diffstat/pkg-descr
+++ b/textproc/diffstat/pkg-descr
@@ -3,6 +3,4 @@ showing how many lines were inserted, deleted, or changed in the
files that were compared. It can interpret unified or context
diffs, or the default format generated by "diff".
-WWW: http://dickey.his.com/diffstat/diffstat.html
-
-Trevor Johnson
+WWW: http://invisible-island.net/diffstat/