svn commit: r452014 - in head/converters: base64 bibtexconv mmencode

Baptiste Daroussin bapt at FreeBSD.org
Fri Oct 13 15:30:00 UTC 2017


Author: bapt
Date: Fri Oct 13 15:29:58 2017
New Revision: 452014
URL: https://svnweb.freebsd.org/changeset/ports/452014

Log:
  Cleanup dead master_sites

Modified:
  head/converters/base64/Makefile
  head/converters/bibtexconv/Makefile
  head/converters/mmencode/Makefile

Modified: head/converters/base64/Makefile
==============================================================================
--- head/converters/base64/Makefile	Fri Oct 13 15:29:42 2017	(r452013)
+++ head/converters/base64/Makefile	Fri Oct 13 15:29:58 2017	(r452014)
@@ -5,8 +5,7 @@ PORTNAME=	base64
 PORTVERSION=	1.5
 PORTREVISION=	1
 CATEGORIES=	converters
-MASTER_SITES=	http://www.fourmilab.ch/webtools/base64/ \
-		http://dl.droso.net/FreeBSD/distfiles/
+MASTER_SITES=	http://www.fourmilab.ch/webtools/base64/
 
 MAINTAINER=	nikola.lecic at anthesphoria.net
 COMMENT=	Utility to encode and decode base64 files

Modified: head/converters/bibtexconv/Makefile
==============================================================================
--- head/converters/bibtexconv/Makefile	Fri Oct 13 15:29:42 2017	(r452013)
+++ head/converters/bibtexconv/Makefile	Fri Oct 13 15:29:58 2017	(r452014)
@@ -5,8 +5,7 @@ PORTNAME=	bibtexconv
 PORTVERSION=	1.0.0
 PORTREVISION=	1
 CATEGORIES=	converters
-MASTER_SITES=	http://www.iem.uni-due.de/~dreibh/bibtexconv/download/ \
-		http://www.exp-math.uni-essen.de/~dreibh/bibtexconv/download/
+MASTER_SITES=	http://www.exp-math.uni-essen.de/~dreibh/bibtexconv/download/
 
 MAINTAINER=	dreibh at iem.uni-due.de
 COMMENT=	BibTeX Converter

Modified: head/converters/mmencode/Makefile
==============================================================================
--- head/converters/mmencode/Makefile	Fri Oct 13 15:29:42 2017	(r452013)
+++ head/converters/mmencode/Makefile	Fri Oct 13 15:29:58 2017	(r452014)
@@ -4,8 +4,7 @@
 PORTNAME=	mmencode
 PORTVERSION=	2.7
 CATEGORIES=	converters
-MASTER_SITES=	ftp://ftp.delegate.org/pub/mime/mm2.7/ \
-		ftp://ftp.funet.fi/pub/unix/mail/metamail/
+MASTER_SITES=	ftp://ftp.funet.fi/pub/unix/mail/metamail/
 DISTNAME=	mm${PORTVERSION}
 EXTRACT_SUFX=	.tar.Z
 


More information about the svn-ports-all mailing list