Date: Thu, 28 Aug 2014 14:25:30 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366407 - head/mail/squirrelmail Message-ID: <201408281425.s7SEPUqt072953@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Aug 28 14:25:30 2014 New Revision: 366407 URL: http://svnweb.freebsd.org/changeset/ports/366407 QAT: https://qat.redports.org/buildarchive/r366407/ Log: Fix up permissions on the script necessary to activate plugins. PORTREVISION bump for changed plist. Modified: head/mail/squirrelmail/Makefile head/mail/squirrelmail/pkg-plist Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Thu Aug 28 14:21:06 2014 (r366406) +++ head/mail/squirrelmail/Makefile Thu Aug 28 14:25:30 2014 (r366407) @@ -3,6 +3,7 @@ PORTNAME= squirrelmail PORTVERSION= 20140717 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= adamw/squirrelmail Modified: head/mail/squirrelmail/pkg-plist ============================================================================== --- head/mail/squirrelmail/pkg-plist Thu Aug 28 14:21:06 2014 (r366406) +++ head/mail/squirrelmail/pkg-plist Thu Aug 28 14:25:30 2014 (r366407) @@ -21,7 +21,9 @@ etc/periodic/daily/111.clean-squirrelmai %%SQUIRRELDIR%%/class/mime/SMimeMessage.class.php %%SQUIRRELDIR%%/class/mime/index.php %%SQUIRRELDIR%%/config/.htaccess +@mode 755 %%SQUIRRELDIR%%/config/conf.pl +@mode %%SQUIRRELDIR%%/config/config_default.php @sample %%SQUIRRELDIR%%/config/config_local.php.sample %%SQUIRRELDIR%%/config/index.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408281425.s7SEPUqt072953>