From b49be6ae6be7264a4650b7a081d7c5f2ad61016e Mon Sep 17 00:00:00 2001 From: rakuco Date: Sun, 28 Feb 2016 21:10:22 +0000 Subject: Add another mirror and pass maintainership to submitter. PR: 206686 Submitted by: Chris Hutchinson --- archivers/grzip/Makefile | 5 +++-- archivers/grzip/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'archivers') 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 -- cgit