diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-02-29 05:10:22 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-02-29 05:10:22 +0800 |
commit | b49be6ae6be7264a4650b7a081d7c5f2ad61016e (patch) | |
tree | 22d45ae021f76d81443b402a08418a09545c18f7 | |
parent | e99978934c3394aa4720e8568f5a7495ddd690a7 (diff) | |
download | freebsd-ports-gnome-b49be6ae6be7264a4650b7a081d7c5f2ad61016e.tar.gz freebsd-ports-gnome-b49be6ae6be7264a4650b7a081d7c5f2ad61016e.tar.zst freebsd-ports-gnome-b49be6ae6be7264a4650b7a081d7c5f2ad61016e.zip |
Add another mirror and pass maintainership to submitter.
PR: 206686
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
-rw-r--r-- | archivers/grzip/Makefile | 5 | ||||
-rw-r--r-- | archivers/grzip/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/archivers/grzip/Makefile b/archivers/grzip/Makefile index f68fcf47fb36..4e114d0fd121 100644 --- a/archivers/grzip/Makefile +++ b/archivers/grzip/Makefile @@ -5,9 +5,10 @@ PORTNAME= grzip PORTVERSION= 0.3.0 PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/compression/ +MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/compression/ \ + http://BSDforge.com/projects/source/archivers/grzip/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@BSDforge.com COMMENT= Efficient file compressor LICENSE= LGPL21 diff --git a/archivers/grzip/pkg-descr b/archivers/grzip/pkg-descr index b9480811dd27..fb5cfe92ae46 100644 --- a/archivers/grzip/pkg-descr +++ b/archivers/grzip/pkg-descr @@ -6,4 +6,4 @@ simplicity and effectiveness. This implementation has a compression rate of 2.234 bps on the Calgary Corpus (14 files) without preprocessing filters. -WWW: http://magicssoft.ru/?folder=projects&page=GRZipII +WWW: http://BSDforge.com/projects/archivers/grzip |