From owner-svn-ports-all@FreeBSD.ORG Sat Oct 20 15:55:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9AD1E363; Sat, 20 Oct 2012 15:55:46 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 83DF78FC14; Sat, 20 Oct 2012 15:55:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9KFtkde059892; Sat, 20 Oct 2012 15:55:46 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9KFtkdZ059890; Sat, 20 Oct 2012 15:55:46 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210201555.q9KFtkdZ059890@svn.freebsd.org> From: Eitan Adler Date: Sat, 20 Oct 2012 15:55:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306198 - head/editors/nano-devel 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.14 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: Sat, 20 Oct 2012 15:55:46 -0000 Author: eadler Date: Sat Oct 20 15:55:45 2012 New Revision: 306198 URL: http://svn.freebsd.org/changeset/ports/306198 Log: Convert to OptionsNG Remove stale MASTER_SITE Feature safe: yes Modified: head/editors/nano-devel/Makefile Modified: head/editors/nano-devel/Makefile ============================================================================== --- head/editors/nano-devel/Makefile Sat Oct 20 15:54:07 2012 (r306197) +++ head/editors/nano-devel/Makefile Sat Oct 20 15:55:45 2012 (r306198) @@ -3,10 +3,9 @@ PORTNAME= nano PORTVERSION= 2.3.1 CATEGORIES= editors -MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \ - http://www.ewtoo.org/~astyanax/nano/dist/v${PORTVERSION:R}/ +MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ + PKGNAMESUFFIX= -devel -#DISTNAME= nano-${PORTVERSION}pre2 MAINTAINER= eadler@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone @@ -15,7 +14,9 @@ CONFLICTS= nano-2* GNU_CONFIGURE= yes -.if !defined(WITHOUT_NLS) +.include + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" MANLANG= "" fr