From owner-svn-ports-head@FreeBSD.ORG Wed Sep 12 17:48:03 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EC5A1065677; Wed, 12 Sep 2012 17:48:03 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E5F7C8FC20; Wed, 12 Sep 2012 17:48:02 +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 q8CHm2Up018103; Wed, 12 Sep 2012 17:48:02 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CHm2lC018099; Wed, 12 Sep 2012 17:48:02 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209121748.q8CHm2lC018099@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Wed, 12 Sep 2012 17:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304156 - head/devel/newt X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Sep 2012 17:48:03 -0000 Author: rm Date: Wed Sep 12 17:48:02 2012 New Revision: 304156 URL: http://svn.freebsd.org/changeset/ports/304156 Log: Remove ${PYDISTUTILS} from BUILD_DEPENDS. That was the only consumer of this. while on it: - strip Makefile header - make COMMENT looks nicier - limit python version to 2.x - whitespace fixes in pkg-descr Modified: head/devel/newt/Makefile head/devel/newt/pkg-descr Modified: head/devel/newt/Makefile ============================================================================== --- head/devel/newt/Makefile Wed Sep 12 17:14:01 2012 (r304155) +++ head/devel/newt/Makefile Wed Sep 12 17:48:02 2012 (r304156) @@ -1,9 +1,4 @@ -# New ports collection makefile for: newt -# Date created: 08 Jan 2000 -# Whom: Will Andrews -# # $FreeBSD$ -# PORTNAME= newt PORTVERSION= 0.52.11 @@ -13,7 +8,7 @@ MASTER_SITES= https://fedorahosted.org/r PKGNAMESUFFIX= ${PYTHONSUFFIX}${TCLSUFFIX} MAINTAINER= ports@FreeBSD.org -COMMENT= Not Erik's Windowing Toolkit: console I/O handling library#' +COMMENT= Not Erik's Windowing Toolkit: console I/O handling library LIB_DEPENDS= slang:${PORTSDIR}/devel/libslang2 \ popt:${PORTSDIR}/devel/popt @@ -39,8 +34,7 @@ USE_GETTEXT= yes .endif .if defined(WITH_PYTHON) PYTHONSUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//} -BUILD_DEPENDS+= ${PYDISTUTILS} -USE_PYTHON= yes +USE_PYTHON= -2.7 MAKE_ENV+= WITH_PYTHON=yes PLIST_SUB+= PYTHONOPT="" \ PYNUM=${PYTHON_VERSION:S/python//} Modified: head/devel/newt/pkg-descr ============================================================================== --- head/devel/newt/pkg-descr Wed Sep 12 17:14:01 2012 (r304155) +++ head/devel/newt/pkg-descr Wed Sep 12 17:48:02 2012 (r304156) @@ -1,6 +1,6 @@ Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use -stackable windows, push buttons, check boxes, radio buttons, lists, +stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. @@ -9,4 +9,4 @@ be used from shell scripts similarly to provides the textual interface for the Red Hat and Debian boot disks. -WWW: https://fedorahosted.org/newt/ +WWW: https://fedorahosted.org/newt/