Date: Mon, 1 Oct 2012 22:01:24 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305143 - in head/graphics: py-actdiag py-blockdiag py-nwdiag py-seqdiag Message-ID: <201210012201.q91M1OHp019918@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210012201.q91M1OHp019918>