From owner-svn-ports-head@FreeBSD.ORG Mon Nov 24 01:56:43 2014 Return-Path: Delivered-To: svn-ports-head@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 3B75943B; Mon, 24 Nov 2014 01:56:43 +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 0FA0E3E4; Mon, 24 Nov 2014 01:56:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAO1ugDg022069; Mon, 24 Nov 2014 01:56:42 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAO1ugc9022067; Mon, 24 Nov 2014 01:56:42 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <201411240156.sAO1ugc9022067@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Mon, 24 Nov 2014 01:56:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373190 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 24 Nov 2014 01:56:43 -0000 Author: danilo Date: Mon Nov 24 01:56:41 2014 New Revision: 373190 URL: https://svnweb.freebsd.org/changeset/ports/373190 QAT: https://qat.redports.org/buildarchive/r373190/ Log: - Update from 2.3.3 to 2.3.6 - Take maintainership - Use options helpers - Simplify Makefile Modified: head/editors/nano-devel/Makefile head/editors/nano-devel/distinfo Modified: head/editors/nano-devel/Makefile ============================================================================== --- head/editors/nano-devel/Makefile Mon Nov 24 00:49:09 2014 (r373189) +++ head/editors/nano-devel/Makefile Mon Nov 24 01:56:41 2014 (r373190) @@ -1,14 +1,14 @@ # $FreeBSD$ PORTNAME= nano -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.6 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v${PORTVERSION:R}/ \ ${MASTER_SITE_GNU} PKGNAMESUFFIX= -devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone LICENSE= GPLv3 @@ -17,36 +17,21 @@ CONFLICTS= nano-2* GNU_CONFIGURE= yes -CONFIGURE_ARGS= --docdir=${DOCSDIR} +CONFIGURE_ARGS+= --docdir=${DOCSDIR} --enable-utf8 +MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if ${PORT_OPTIONS:MDOCS} -MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA -.else -MAKE_ARGS+= install_htmlmanDATA="" -.endif +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls INFO= nano PORTSCOUT= limitw:1,odd -.include - -CONFIGURE_ARGS+=--enable-utf8 - post-build: cd ${WRKSRC}/doc/man; ${REINPLACE_CMD} \ -e 's:SYSCONFDIR:${PREFIX}/etc:g' \ @@ -59,4 +44,4 @@ post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/nanorc.sample ${STAGEDIR}${EXAMPLESDIR} -.include +.include Modified: head/editors/nano-devel/distinfo ============================================================================== --- head/editors/nano-devel/distinfo Mon Nov 24 00:49:09 2014 (r373189) +++ head/editors/nano-devel/distinfo Mon Nov 24 01:56:41 2014 (r373190) @@ -1,2 +1,2 @@ -SHA256 (nano-2.3.3.tar.gz) = d80e0fce656b5cd2f327ea599c708c897dc1b8c608e87c756d63c79e97e8cc19 -SIZE (nano-2.3.3.tar.gz) = 1812671 +SHA256 (nano-2.3.6.tar.gz) = a74bf3f18b12c1c777ae737c0e463152439e381aba8720b4bc67449f36a09534 +SIZE (nano-2.3.6.tar.gz) = 1816012