From owner-svn-ports-all@freebsd.org Fri Sep 11 17:38:00 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11DCFA02E9B; Fri, 11 Sep 2015 17:38:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.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 030661346; Fri, 11 Sep 2015 17:38:00 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8BHbx5Y056344; Fri, 11 Sep 2015 17:37:59 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8BHbxHE056341; Fri, 11 Sep 2015 17:37:59 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509111737.t8BHbxHE056341@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 11 Sep 2015 17:37:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396687 - head/mail/imap-uw 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.20 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: Fri, 11 Sep 2015 17:38:00 -0000 Author: amdmi3 Date: Fri Sep 11 17:37:58 2015 New Revision: 396687 URL: https://svnweb.freebsd.org/changeset/ports/396687 Log: - Fix build from non-root by managing binary owner/perms from plist Approved by: portmgr blanket Modified: head/mail/imap-uw/Makefile head/mail/imap-uw/pkg-plist Modified: head/mail/imap-uw/Makefile ============================================================================== --- head/mail/imap-uw/Makefile Fri Sep 11 17:37:27 2015 (r396686) +++ head/mail/imap-uw/Makefile Fri Sep 11 17:37:58 2015 (r396687) @@ -81,8 +81,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/imapd/imapd ${STAGEDIR}${PREFIX}/libexec/ ${INSTALL_PROGRAM} ${WRKSRC}/ipopd/ipop2d ${STAGEDIR}${PREFIX}/libexec/ ${INSTALL_PROGRAM} ${WRKSRC}/ipopd/ipop3d ${STAGEDIR}${PREFIX}/libexec/ - ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g mail -m 2711 \ - ${WRKSRC}/mlock/mlock ${STAGEDIR}${PREFIX}/libexec + ${INSTALL_PROGRAM} ${WRKSRC}/mlock/mlock ${STAGEDIR}${PREFIX}/libexec/ ${INSTALL_PROGRAM} ${WRKSRC}/mtest/mtest ${STAGEDIR}${PREFIX}/bin/mboxtest ${INSTALL_MAN} \ ${WRKSRC}/src/imapd/imapd.8 ${STAGEDIR}${PREFIX}/man/man8/imapd.8 Modified: head/mail/imap-uw/pkg-plist ============================================================================== --- head/mail/imap-uw/pkg-plist Fri Sep 11 17:37:27 2015 (r396686) +++ head/mail/imap-uw/pkg-plist Fri Sep 11 17:37:58 2015 (r396687) @@ -5,7 +5,7 @@ bin/tmail libexec/imapd libexec/ipop2d libexec/ipop3d -libexec/mlock +@(,mail,2711) libexec/mlock man/man1/dmail.1.gz man/man1/mailutil.1.gz man/man1/tmail.1.gz