diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-02-15 14:46:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-02-15 14:46:18 +0800 |
commit | b54480692e54e819b37313c0283f804b3a090c00 (patch) | |
tree | c73408f91124166d7936ed94f8563d97be96569a /textproc/diffstat | |
parent | ec8b1f8fcbbb2ec5cba1414fb82931091f102356 (diff) | |
download | freebsd-ports-gnome-b54480692e54e819b37313c0283f804b3a090c00.tar.gz freebsd-ports-gnome-b54480692e54e819b37313c0283f804b3a090c00.tar.zst freebsd-ports-gnome-b54480692e54e819b37313c0283f804b3a090c00.zip |
- Update to 1.55
- Update MASTER_SITES and WWW: change URL to match the official site
Changes: http://invisible-island.net/diffstat/CHANGES
Approved by: clsung (maintainer, via IRC)
Diffstat (limited to 'textproc/diffstat')
-rw-r--r-- | textproc/diffstat/Makefile | 4 | ||||
-rw-r--r-- | textproc/diffstat/distinfo | 4 | ||||
-rw-r--r-- | textproc/diffstat/files/patch-diffstat.c | 11 | ||||
-rw-r--r-- | textproc/diffstat/pkg-descr | 4 |
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/ |