diff options
author | antoine <antoine@FreeBSD.org> | 2013-11-15 04:22:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-11-15 04:22:05 +0800 |
commit | ba768888b733f9a884c3f8f8bfe027488f3e5954 (patch) | |
tree | 4322b0c55d19e54de30430de6c92023c1a6c7a9a /textproc | |
parent | 94155194ef42cc5e3f2d77869427635911b03ee0 (diff) | |
download | freebsd-ports-gnome-ba768888b733f9a884c3f8f8bfe027488f3e5954.tar.gz freebsd-ports-gnome-ba768888b733f9a884c3f8f8bfe027488f3e5954.tar.zst freebsd-ports-gnome-ba768888b733f9a884c3f8f8bfe027488f3e5954.zip |
- Update to 1.7.0
- Stage support
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-openpyxl/Makefile | 7 | ||||
-rw-r--r-- | textproc/py-openpyxl/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/py-openpyxl/Makefile b/textproc/py-openpyxl/Makefile index 1fa9b382fe7e..6603d0c0381c 100644 --- a/textproc/py-openpyxl/Makefile +++ b/textproc/py-openpyxl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openpyxl -PORTVERSION= 1.6.2 +PORTVERSION= 1.7.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,13 +22,12 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/textproc/py-openpyxl/distinfo b/textproc/py-openpyxl/distinfo index a64ae8973752..1ef21c2d6f50 100644 --- a/textproc/py-openpyxl/distinfo +++ b/textproc/py-openpyxl/distinfo @@ -1,2 +1,2 @@ -SHA256 (openpyxl-1.6.2.tar.gz) = 69b146be1939aac85ab13d32ea8442eaa596ffc1285a19b42bdbfa751b55b2c1 -SIZE (openpyxl-1.6.2.tar.gz) = 199139 +SHA256 (openpyxl-1.7.0.tar.gz) = 12b72aff88ba7edd39c5f7cff9284c2ef2478cd926823fbf3dccebbfd7b2d840 +SIZE (openpyxl-1.7.0.tar.gz) = 68072 |