svn commit: r413042 - head/textproc/py-cloud_sptheme
Mathieu Arnold
mat at FreeBSD.org
Mon Apr 11 16:16:49 UTC 2016
Author: mat
Date: Mon Apr 11 16:16:48 2016
New Revision: 413042
URL: https://svnweb.freebsd.org/changeset/ports/413042
Log:
Fix some strange permissions in the archive that lead to the file being
installed with bad rights, that lead to other ports failing.
PR: 207465
Reported by: truckman
Sponsored by: Absolight
Modified:
head/textproc/py-cloud_sptheme/Makefile (contents, props changed)
Modified: head/textproc/py-cloud_sptheme/Makefile
==============================================================================
--- head/textproc/py-cloud_sptheme/Makefile Mon Apr 11 16:06:48 2016 (r413041)
+++ head/textproc/py-cloud_sptheme/Makefile Mon Apr 11 16:16:48 2016 (r413042)
@@ -3,6 +3,7 @@
PORTNAME= cloud_sptheme
PORTVERSION= 1.6
+PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -41,6 +42,9 @@ DOC_FILES4= *.css *.gif *.js *.png *.svg
OPTIONS_DEFINE= DOCS
+post-extract:
+ @${CHMOD} 644 ${WRKSRC}/cloud_sptheme/themes/greencloud/theme.conf
+
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR2}
${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-all
mailing list