From owner-svn-ports-all@FreeBSD.ORG Mon Oct 1 22:01:24 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 AEF28106566C; Mon, 1 Oct 2012 22:01:24 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 99A618FC16; Mon, 1 Oct 2012 22:01:24 +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 q91M1O8Q019923; Mon, 1 Oct 2012 22:01:24 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q91M1OHp019918; Mon, 1 Oct 2012 22:01:24 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201210012201.q91M1OHp019918@svn.freebsd.org> From: TAKATSU Tomonari Date: Mon, 1 Oct 2012 22:01:24 +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: r305143 - in head/graphics: py-actdiag py-blockdiag py-nwdiag py-seqdiag X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 01 Oct 2012 22:01:24 -0000 Author: tota Date: Mon Oct 1 22:01:23 2012 New Revision: 305143 URL: http://svn.freebsd.org/changeset/ports/305143 Log: - Remove LICENSE_FILE for well-known licenses - Fix USE_PYTHON to -2.7 because 2.4 and 2.5 have been removed from the tree Pointed out by: rm@ (via private e-mail) Modified: head/graphics/py-actdiag/Makefile head/graphics/py-blockdiag/Makefile head/graphics/py-nwdiag/Makefile head/graphics/py-seqdiag/Makefile Modified: head/graphics/py-actdiag/Makefile ============================================================================== --- head/graphics/py-actdiag/Makefile Mon Oct 1 21:52:42 2012 (r305142) +++ head/graphics/py-actdiag/Makefile Mon Oct 1 22:01:23 2012 (r305143) @@ -11,13 +11,12 @@ MAINTAINER= tota@FreeBSD.org COMMENT= A simple activity-diagram image generator LICENSE= AL2 -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ ${PKGNAMEPREFIX}blockdiag>=1.1.8:${PORTSDIR}/graphics/py-blockdiag \ ${PKGNAMEPREFIX}funcparserlib>=0.3.4:${PORTSDIR}/devel/py-funcparserlib -USE_PYTHON= 2.4-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install MAN1= ${PORTNAME}.1 Modified: head/graphics/py-blockdiag/Makefile ============================================================================== --- head/graphics/py-blockdiag/Makefile Mon Oct 1 21:52:42 2012 (r305142) +++ head/graphics/py-blockdiag/Makefile Mon Oct 1 22:01:23 2012 (r305143) @@ -11,7 +11,6 @@ MAINTAINER= tota@FreeBSD.org COMMENT= A simple block-diagram image generator LICENSE= AL2 -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ ${PKGNAMEPREFIX}funcparserlib>=0.3.4:${PORTSDIR}/devel/py-funcparserlib \ @@ -20,7 +19,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1. UNIQUENAME= py-${PORTNAME} -USE_PYTHON= 2.4-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install MAN1= ${PORTNAME}.1 Modified: head/graphics/py-nwdiag/Makefile ============================================================================== --- head/graphics/py-nwdiag/Makefile Mon Oct 1 21:52:42 2012 (r305142) +++ head/graphics/py-nwdiag/Makefile Mon Oct 1 22:01:23 2012 (r305143) @@ -11,13 +11,12 @@ MAINTAINER= tota@FreeBSD.org COMMENT= A simple network-diagram image generator LICENSE= AL2 -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ ${PKGNAMEPREFIX}funcparserlib>=0.3.4:${PORTSDIR}/devel/py-funcparserlib \ ${PKGNAMEPREFIX}blockdiag>=1.1.8:${PORTSDIR}/graphics/py-blockdiag -USE_PYTHON= 2.4-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install MAN1= ${PORTNAME}.1 rackdiag.1 Modified: head/graphics/py-seqdiag/Makefile ============================================================================== --- head/graphics/py-seqdiag/Makefile Mon Oct 1 21:52:42 2012 (r305142) +++ head/graphics/py-seqdiag/Makefile Mon Oct 1 22:01:23 2012 (r305143) @@ -11,13 +11,12 @@ MAINTAINER= tota@FreeBSD.org COMMENT= A simple sequence-diagram image generator LICENSE= AL2 -LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ ${PKGNAMEPREFIX}funcparserlib>=0.3.4:${PORTSDIR}/devel/py-funcparserlib \ ${PKGNAMEPREFIX}blockdiag>=1.1.8:${PORTSDIR}/graphics/py-blockdiag -USE_PYTHON= 2.4-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME}