From owner-svn-ports-all@FreeBSD.ORG Wed Dec 31 19:22:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8B4D959; Wed, 31 Dec 2014 19:22:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8890213B; Wed, 31 Dec 2014 19:22:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBVJMI5W017315; Wed, 31 Dec 2014 19:22:18 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBVJMInf017313; Wed, 31 Dec 2014 19:22:18 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201412311922.sBVJMInf017313@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Wed, 31 Dec 2014 19:22:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375910 - head/mail/vpopmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 19:22:44 -0000 Author: bdrewery Date: Wed Dec 31 19:22:17 2014 New Revision: 375910 URL: https://svnweb.freebsd.org/changeset/ports/375910 QAT: https://qat.redports.org/buildarchive/r375910/ Log: Fix ownership of home directory Modified: head/mail/vpopmail/Makefile head/mail/vpopmail/pkg-plist Modified: head/mail/vpopmail/Makefile ============================================================================== --- head/mail/vpopmail/Makefile Wed Dec 31 18:58:39 2014 (r375909) +++ head/mail/vpopmail/Makefile Wed Dec 31 19:22:17 2014 (r375910) @@ -3,7 +3,7 @@ PORTNAME= vpopmail PORTVERSION= 5.4.33 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} Modified: head/mail/vpopmail/pkg-plist ============================================================================== --- head/mail/vpopmail/pkg-plist Wed Dec 31 18:58:39 2014 (r375909) +++ head/mail/vpopmail/pkg-plist Wed Dec 31 19:22:17 2014 (r375910) @@ -85,6 +85,7 @@ vpopmail/etc/vusagec.conf-dist %%SPAMASSASSIN%%@exec echo "Now you should add the following options to your spamd.sh startup file:" %%SPAMASSASSIN%%@exec echo "-v -u vpopmail" %%SPAMASSASSIN%%@exec echo "***********************************************************************" +@exec /usr/sbin/chown vpopmail:vchkpw %D/vpopmail @exec /usr/sbin/chown -R vpopmail:vchkpw %D/vpopmail/bin %D/vpopmail/etc %%SUID_VCHKPW%%@exec /bin/chmod ug+s %D/vpopmail/bin/vchkpw @exec install -d -o vpopmail -g vchkpw %D/vpopmail/domains