From owner-svn-ports-all@FreeBSD.ORG Wed Jul 2 14:42:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1B2C1C8; Wed, 2 Jul 2014 14:42:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 AE8E12D14; Wed, 2 Jul 2014 14:42:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s62EgeNG003764; Wed, 2 Jul 2014 14:42:40 GMT (envelope-from deischen@svn.freebsd.org) Received: (from deischen@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s62EgekA003763; Wed, 2 Jul 2014 14:42:40 GMT (envelope-from deischen@svn.freebsd.org) Message-Id: <201407021442.s62EgekA003763@svn.freebsd.org> From: Daniel Eischen Date: Wed, 2 Jul 2014 14:42:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360200 - head/editors/nedit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 14:42:40 -0000 Author: deischen Date: Wed Jul 2 14:42:40 2014 New Revision: 360200 URL: http://svnweb.freebsd.org/changeset/ports/360200 QAT: https://qat.redports.org/buildarchive/r360200/ Log: Clean up master sites and use sourceforge. Modified: head/editors/nedit/Makefile Modified: head/editors/nedit/Makefile ============================================================================== --- head/editors/nedit/Makefile Wed Jul 2 14:38:23 2014 (r360199) +++ head/editors/nedit/Makefile Wed Jul 2 14:42:40 2014 (r360200) @@ -5,16 +5,10 @@ PORTNAME= nedit PORTVERSION= 5.5 PORTREVISION= 4 CATEGORIES= editors -MASTER_SITES= ftp://ftp.nedit.org/pub/NEdit/v5_5/ \ - ftp://ftp.nedit.org/pub/NEdit/contrib/misc/ \ - http://www.nedit.org/ftp/v5_5/ \ - http://www.nedit.org/ftp/contrib/misc/ -MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/NEdit/v5_5/ \ - ftp://ftp.nluug.nl/pub/editors/NEdit/contrib/misc/ \ - ftp://cri.univ-tlse1.fr/pub/unix/nedit/NEdit/v5_5/ \ - ftp://cri.univ-tlse1.fr/pub/unix/nedit/NEdit/contrib/misc/ \ - http://www.nedit.org/ftp/v5_5/ \ - http://www.nedit.org/ftp/contrib/misc/ +MASTER_SITES= http://people.freebsd.org/~deischen/distfiles/ \ + ${MASTER_SITE_SOURCEFORGE} \ + ftp://ftp.nluug.nl/pub/editors/NEdit/contrib/misc/ +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-source/${PORTVERSION} DISTFILES= nedit-5.5-src.tar.bz2 nedit.app-defaults EXTRACT_ONLY= nedit-5.5-src.tar.bz2