svn commit: r305143 - in head/graphics: py-actdiag py-blockdiag py-nwdiag py-seqdiag

TAKATSU Tomonari tota at FreeBSD.org
Mon Oct 1 22:01:24 UTC 2012


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 at 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 at 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 at 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 at 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}



More information about the svn-ports-all mailing list