mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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)
This commit is contained in:
parent
17bc387c38
commit
1ce66ebca4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291416
4 changed files with 5 additions and 18 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue