svn commit: r521772 - head/misc/granulate

Tobias C. Berner tcberner at FreeBSD.org
Wed Jan 1 20:58:06 UTC 2020


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 at 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 at 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/


More information about the svn-ports-head mailing list