From 6df45cdffd3989bad5637905e824880eba85ad18 Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 21 Oct 2013 00:54:06 +0000 Subject: Improve permissions on writeable directories. PORTREVISION bump for safety. --- mail/squirrelmail/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index c1747f794cde..0c12a3833557 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -3,6 +3,7 @@ PORTNAME= squirrelmail PORTVERSION= 20131020 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= adamw @@ -101,8 +102,9 @@ do-install: .for DIR in attach class config data functions help images include locale plugins po src themes cd ${WRKSRC} && ${FIND} ${DIR} | ${CPIO} -pdmu --quiet ${STAGEDIR}${SQUIRRELDIR} .endfor - ${CHOWN} -R ${SMUSER}:${SMGROUP} ${STAGEDIR}${SQUIRRELDIR}/data - ${CHMOD} 733 ${STAGEDIR}${SQUIRRELDIR}/attach + ${CHOWN} ${SMUSER}:${SMGROUP} ${STAGEDIR}${SQUIRRELDIR}/data ${STAGEDIR}${SQUIRRELDIR}/attach + ${CHMOD} 730 ${STAGEDIR}${SQUIRRELDIR}/attach + ${CHMOD} 750 ${STAGEDIR}${SQUIRRELDIR}/data ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${FIND} . | ${CPIO} -pdmu --quiet ${STAGEDIR}${DOCSDIR} -- cgit ss='form'>
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/arora
Commit message (Expand)AuthorAgeFilesLines
* Finish converting www from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-061-8/+5
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-3/+2
* - update png to 1.5.10dinoex2012-06-011-0/+1
* Really enable MAKE_JOBS_SAFE.madpilot2012-04-221-0/+1
* - Don't build on ia64, arora core dumps on startup [1]madpilot2012-04-182-14/+11
* Update to 0.11.0 for Qt 4.7makc2010-12-034-6/+15
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-0/+1
* - Update arora to 0.10.2 releasefluffy2009-12-172-5/+5
* - Update to 0.10.1miwi2009-10-073-4/+5
* - Update to 0.9.0miwi2009-09-032-5/+4
* - Enable additional Qt 4.5 featuresamdmi32009-08-122-3/+5
* - Update to 0.8.0beat2009-07-263-9/+21
* - Update to 0.7.1beat2009-06-062-5/+5
* - Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFEpav2009-06-031-1/+1
* - Update 0.7.0miwi2009-05-304-31/+31
* - Update to 0.4amdmi32009-01-206-46/+34
* - Add missing dependency on qt4-imageformatsmiwi2008-09-211-1/+3