svn commit: r520433 - head/sysutils/cdrkit

Alexey Dokuchaev danfe at FreeBSD.org
Thu Dec 19 10:11:04 UTC 2019


Author: danfe
Date: Thu Dec 19 10:11:03 2019
New Revision: 520433
URL: https://svnweb.freebsd.org/changeset/ports/520433

Log:
  - Unbreak by providing a few working master sites
  - Define LICENSE (GPLv2+) while here
  
  PR:	242622

Modified:
  head/sysutils/cdrkit/Makefile

Modified: head/sysutils/cdrkit/Makefile
==============================================================================
--- head/sysutils/cdrkit/Makefile	Thu Dec 19 10:01:18 2019	(r520432)
+++ head/sysutils/cdrkit/Makefile	Thu Dec 19 10:11:03 2019	(r520433)
@@ -5,13 +5,14 @@ PORTNAME=	cdrkit
 PORTVERSION=	1.1.11
 PORTREVISION=	2
 CATEGORIES=	sysutils
-MASTER_SITES=	http://cdrkit.org/releases/ \
-		http://debburn.alioth.debian.org/
+MASTER_SITES=	http://ponce.cc/slackware/sources/repo/ \
+		http://vault.101011010.xyz/distfiles/ \
+		http://freebsd.nsu.ru/distfiles/
 
 MAINTAINER=	jharris at widomaker.com
 COMMENT?=	Command-line CD/DVD writing suite
 
-BROKEN=		unfetchable
+LICENSE=	GPLv2+
 
 RUN_DEPENDS?=	${PORTNAME}-genisoimage>0:sysutils/genisoimage
 


More information about the svn-ports-all mailing list