From owner-svn-ports-all@FreeBSD.ORG Thu Apr 2 15:52:50 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ED30E9; Thu, 2 Apr 2015 15:52:50 +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 1911597B; Thu, 2 Apr 2015 15:52:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t32Fqnvb041215; Thu, 2 Apr 2015 15:52:49 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t32FqnjS041214; Thu, 2 Apr 2015 15:52:49 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201504021552.t32FqnjS041214@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Thu, 2 Apr 2015 15:52:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383017 - head/editors/nano 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-1 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: Thu, 02 Apr 2015 15:52:50 -0000 Author: danilo Date: Thu Apr 2 15:52:49 2015 New Revision: 383017 URL: https://svnweb.freebsd.org/changeset/ports/383017 Log: - Simplify MASTER_SITES Suggested by: danfe Modified: head/editors/nano/Makefile Modified: head/editors/nano/Makefile ============================================================================== --- head/editors/nano/Makefile Thu Apr 2 15:50:49 2015 (r383016) +++ head/editors/nano/Makefile Thu Apr 2 15:52:49 2015 (r383017) @@ -4,9 +4,7 @@ PORTNAME= nano PORTVERSION= 2.4.0 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v2.4/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ GNU MAINTAINER= danilo@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone