diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-04-26 21:51:54 +0800 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-04-26 21:51:54 +0800 |
commit | c41c0b3c44a913841b14f9179664ce38de18052f (patch) | |
tree | 1b784bcd2035e75d67d7646a8d682e4156b225d5 /archivers | |
parent | eece81fc3b81e3a73ca7a165896e36ee4a27c0cf (diff) | |
download | freebsd-ports-gnome-c41c0b3c44a913841b14f9179664ce38de18052f.tar.gz freebsd-ports-gnome-c41c0b3c44a913841b14f9179664ce38de18052f.tar.zst freebsd-ports-gnome-c41c0b3c44a913841b14f9179664ce38de18052f.zip |
WWW/DL link maintenance in pkg-descr and Makefile
...to avoid permanent redirects, or broken sites.
MFH: 2020Q2 (blanket, download/WWW URL chase)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzop/pkg-descr | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/lzop/pkg-descr b/archivers/lzop/pkg-descr index 4e5368897ff1..c046066fa588 100644 --- a/archivers/lzop/pkg-descr +++ b/archivers/lzop/pkg-descr @@ -1,9 +1,8 @@ - lzop is a file compressor which is very similar to gzip. It uses the LZO +lzop is a file compressor which is very similar to gzip. It uses the LZO library for compression services and its main advantages over gzip are much higher compression and decompression speed (at the cost of some compression ratio). - lzop is distributed under the terms of the GNU General Public License -(GPL). +lzop is distributed under the terms of the GNU General Public License (GPL). -WWW: http://www.oberhumer.com/opensource/lzop/ +WWW: https://www.lzop.org/ |