Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Apr 2016 16:16:48 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413042 - head/textproc/py-cloud_sptheme
Message-ID:  <201604111616.u3BGGmGi008240@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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