From owner-svn-ports-head@freebsd.org Wed Dec 9 14:27:53 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C80A39D4935; Wed, 9 Dec 2015 14:27:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7CD941F31; Wed, 9 Dec 2015 14:27:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB9ERqgt002025; Wed, 9 Dec 2015 14:27:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB9ERqdb002023; Wed, 9 Dec 2015 14:27:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512091427.tB9ERqdb002023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 9 Dec 2015 14:27:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403406 - head/devel/py-urwid 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.20 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, 09 Dec 2015 14:27:53 -0000 Author: sunpoet Date: Wed Dec 9 14:27:52 2015 New Revision: 403406 URL: https://svnweb.freebsd.org/changeset/ports/403406 Log: - Update to 1.3.1 - Add LICENSE_FILE - Sort USE_PYTHON - Strip shared library - Convert to new options target helper Changes: http://urwid.org/changelog.html Modified: head/devel/py-urwid/Makefile head/devel/py-urwid/distinfo Modified: head/devel/py-urwid/Makefile ============================================================================== --- head/devel/py-urwid/Makefile Wed Dec 9 14:27:48 2015 (r403405) +++ head/devel/py-urwid/Makefile Wed Dec 9 14:27:52 2015 (r403406) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= urwid -PORTVERSION= 1.2.1 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,31 +11,22 @@ MAINTAINER= python@FreeBSD.org COMMENT= Curses-based user interface library for Python LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= EXAMPLES USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils -PORTEXAMPLES= bigtext.py \ - browse.py \ - calc.py \ - dialog.py \ - edit.py \ - fib.py \ - graph.py \ - input_test.py \ - lcd_cf635.py \ - palette_test.py \ - pop_up.py \ - subproc.py \ - tour.py \ - treesample.py +PORTEXAMPLES= * EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/urwid/str_util.so + +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - (cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/) + (cd ${WRKSRC}/examples && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}/) regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} -m urwid.tests Modified: head/devel/py-urwid/distinfo ============================================================================== --- head/devel/py-urwid/distinfo Wed Dec 9 14:27:48 2015 (r403405) +++ head/devel/py-urwid/distinfo Wed Dec 9 14:27:52 2015 (r403406) @@ -1,2 +1,2 @@ -SHA256 (urwid-1.2.1.tar.gz) = 9b9b5dabb7df6c0f12e84feed488f9a9ddd5c2d66d1b7c7c087055720b87c68c -SIZE (urwid-1.2.1.tar.gz) = 578088 +SHA256 (urwid-1.3.1.tar.gz) = cfcec03e36de25a1073e2e35c2c7b0cc6969b85745715c3a025a31d9786896a1 +SIZE (urwid-1.3.1.tar.gz) = 588549