From 25dc2bec9bb193fdfcedd826f59f9f3a8b7eb545 Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Fri, 26 Sep 2014 07:40:37 +0000 Subject: [PATCH] - Update to 0.9.3 - Add LICENSE_FILE - Convert to USES=python - Update WWW: in pkg-descr --- graphics/py-seqdiag/Makefile | 14 +++++++------- graphics/py-seqdiag/distinfo | 4 ++-- graphics/py-seqdiag/pkg-descr | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index d1f7ba884d55..b0f701a6c4d7 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seqdiag -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.3 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,19 +11,19 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Simple sequence-diagram image generator LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PKGNAMEPREFIX}pillow>=2.2.1:${PORTSDIR}/graphics/py-pillow \ ${PKGNAMEPREFIX}funcparserlib>=0.3.6:${PORTSDIR}/devel/py-funcparserlib \ - ${PKGNAMEPREFIX}blockdiag>=1.3.0:${PORTSDIR}/graphics/py-blockdiag + ${PKGNAMEPREFIX}blockdiag>=1.4.1:${PORTSDIR}/graphics/py-blockdiag -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} EXAMPLESDIR= ${PREFIX}/share/examples/${UNIQUENAME} -PORTDOCS= README.txt +PORTDOCS= README.rst PORTEXAMPLES= * OPTIONS_DEFINE= DOCS @@ -36,7 +36,7 @@ IGNORE= does not support in ${PYTHON_VERSION} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${INSTALL_WRKSRC}/src/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${INSTALL_WRKSRC}/examples/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1/ diff --git a/graphics/py-seqdiag/distinfo b/graphics/py-seqdiag/distinfo index 9638326f9ac5..505d3377040e 100644 --- a/graphics/py-seqdiag/distinfo +++ b/graphics/py-seqdiag/distinfo @@ -1,2 +1,2 @@ -SHA256 (seqdiag-0.9.0.tar.gz) = 46cb821d83997d0f06c23db44de88f64bb7aeea28cec330cf353c44d8fa849f7 -SIZE (seqdiag-0.9.0.tar.gz) = 28887 +SHA256 (seqdiag-0.9.3.tar.gz) = 12eca614faa3e6fc6335f98aab814b7def05a16bff05af20b73233945b8f6beb +SIZE (seqdiag-0.9.3.tar.gz) = 67836 diff --git a/graphics/py-seqdiag/pkg-descr b/graphics/py-seqdiag/pkg-descr index b1f8ee95113a..191d220d7427 100644 --- a/graphics/py-seqdiag/pkg-descr +++ b/graphics/py-seqdiag/pkg-descr @@ -4,4 +4,4 @@ Features * Generate sequence-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only). -WWW: http://blockdiag.com/seqdiag/build/html/ +WWW: http://blockdiag.com/en/seqdiag/