Date: Wed, 1 Jan 2020 20:58:05 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521772 - head/misc/granulate Message-ID: <202001012058.001Kw5ph086458@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Wed Jan 1 20:58:05 2020 New Revision: 521772 URL: https://svnweb.freebsd.org/changeset/ports/521772 Log: misc/granulate - fix fetch PR: 243024 Submitted by: jharris@widomaker.com (maintainer) Modified: head/misc/granulate/Makefile head/misc/granulate/pkg-descr Modified: head/misc/granulate/Makefile ============================================================================== --- head/misc/granulate/Makefile Wed Jan 1 20:53:40 2020 (r521771) +++ head/misc/granulate/Makefile Wed Jan 1 20:58:05 2020 (r521772) @@ -4,13 +4,13 @@ PORTNAME= granulate PORTVERSION= 0.2 CATEGORIES= misc -MASTER_SITES= http://exe2bin.com/granulate/ \ - http://keyserver.kjsl.com/~jharris/distfiles/ +MASTER_SITES= https://github.com/jharris3299/distfiles/raw/master/ MAINTAINER= jharris@widomaker.com COMMENT= Granulate is a program for splitting files in place -BROKEN= unfetchable +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= bin/granulate Modified: head/misc/granulate/pkg-descr ============================================================================== --- head/misc/granulate/pkg-descr Wed Jan 1 20:53:40 2020 (r521771) +++ head/misc/granulate/pkg-descr Wed Jan 1 20:58:05 2020 (r521772) @@ -5,4 +5,4 @@ more than 40MB of free space on the disk. On the other granulate only needs one chunk of free space on the hard drive, where a chunk is the requested size for the output files. -WWW: http://exe2bin.com/granulate/ +WWW: https://web.archive.org/web/20021208171222/http://exe2bin.com/granulate/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001012058.001Kw5ph086458>