From owner-svn-ports-head@freebsd.org Wed Jan 1 20:58:06 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8E1801E00E6; Wed, 1 Jan 2020 20:58:06 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47p3R237Wgz4MJ5; Wed, 1 Jan 2020 20:58:06 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 627BE86AF; Wed, 1 Jan 2020 20:58:06 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 001Kw6uL086461; Wed, 1 Jan 2020 20:58:06 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 001Kw5ph086458; Wed, 1 Jan 2020 20:58:05 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202001012058.001Kw5ph086458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 1 Jan 2020 20:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521772 - head/misc/granulate X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/misc/granulate X-SVN-Commit-Revision: 521772 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2020 20:58:06 -0000 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/