Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 07:40:37 +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: r369308 - head/graphics/py-seqdiag
Message-ID:  <201409260740.s8Q7ebZq000371@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Fri Sep 26 07:40:37 2014
New Revision: 369308
URL: http://svnweb.freebsd.org/changeset/ports/369308
QAT: https://qat.redports.org/buildarchive/r369308/

Log:
  - Update to 0.9.3
  - Add LICENSE_FILE
  - Convert to USES=python
  - Update WWW: in pkg-descr

Modified:
  head/graphics/py-seqdiag/Makefile
  head/graphics/py-seqdiag/distinfo
  head/graphics/py-seqdiag/pkg-descr

Modified: head/graphics/py-seqdiag/Makefile
==============================================================================
--- head/graphics/py-seqdiag/Makefile	Fri Sep 26 07:40:21 2014	(r369307)
+++ head/graphics/py-seqdiag/Makefile	Fri Sep 26 07:40:37 2014	(r369308)
@@ -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_VER
 
 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/

Modified: head/graphics/py-seqdiag/distinfo
==============================================================================
--- head/graphics/py-seqdiag/distinfo	Fri Sep 26 07:40:21 2014	(r369307)
+++ head/graphics/py-seqdiag/distinfo	Fri Sep 26 07:40:37 2014	(r369308)
@@ -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

Modified: head/graphics/py-seqdiag/pkg-descr
==============================================================================
--- head/graphics/py-seqdiag/pkg-descr	Fri Sep 26 07:40:21 2014	(r369307)
+++ head/graphics/py-seqdiag/pkg-descr	Fri Sep 26 07:40:37 2014	(r369308)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409260740.s8Q7ebZq000371>