diff options
author | miwi <miwi@FreeBSD.org> | 2015-12-10 21:59:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2015-12-10 21:59:33 +0800 |
commit | 3f57a08e87b0949759e17db63872edead2fac518 (patch) | |
tree | de6b1e708e77f6fa72eb678411febb411744b455 /science | |
parent | 32f5a512e7b9dae537240f37816c9fa829dad089 (diff) | |
download | freebsd-ports-gnome-3f57a08e87b0949759e17db63872edead2fac518.tar.gz freebsd-ports-gnome-3f57a08e87b0949759e17db63872edead2fac518.tar.zst freebsd-ports-gnome-3f57a08e87b0949759e17db63872edead2fac518.zip |
- Update to 1.0.4
- Switch to options helper
PR: 205114
Submitted by: maintainer
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D4470
Diffstat (limited to 'science')
-rw-r--r-- | science/py-pyaixi/Makefile | 5 | ||||
-rw-r--r-- | science/py-pyaixi/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/science/py-pyaixi/Makefile b/science/py-pyaixi/Makefile index 4f9765dc0add..8501b9583c73 100644 --- a/science/py-pyaixi/Makefile +++ b/science/py-pyaixi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyaixi -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,10 +28,11 @@ OPTIONS_DEFINE= DOCS EXAMPLES EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} \ ${STAGEDIR}${DOCSDIR} +post-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/conf/|} \ ${STAGEDIR}${EXAMPLESDIR} diff --git a/science/py-pyaixi/distinfo b/science/py-pyaixi/distinfo index d3bd9e15f6fb..b26ef1ce4ba8 100644 --- a/science/py-pyaixi/distinfo +++ b/science/py-pyaixi/distinfo @@ -1,2 +1,2 @@ -SHA256 (pyaixi-1.0.3.tar.gz) = 5d58cd3162740dbf082c16c4a8f377169e6dc4643a1848a4f3a793310ad261db -SIZE (pyaixi-1.0.3.tar.gz) = 48553 +SHA256 (pyaixi-1.0.4.tar.gz) = a838ba5bd0374d99fbad55145593bdea3e829299b6ba50c1e5550f30efcce1f3 +SIZE (pyaixi-1.0.4.tar.gz) = 56050 |