From owner-svn-ports-head@freebsd.org Fri Oct 13 15:29:59 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE3E6E4AE60; Fri, 13 Oct 2017 15:29:59 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id BBB4769A2C; Fri, 13 Oct 2017 15:29:59 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9DFTwuc060160; Fri, 13 Oct 2017 15:29:58 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9DFTwCx060157; Fri, 13 Oct 2017 15:29:58 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201710131529.v9DFTwCx060157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Fri, 13 Oct 2017 15:29:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452014 - in head/converters: base64 bibtexconv mmencode X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/converters: base64 bibtexconv mmencode X-SVN-Commit-Revision: 452014 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.23 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: Fri, 13 Oct 2017 15:30:00 -0000 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@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@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