From owner-svn-ports-head@freebsd.org Sat Sep 29 20:50:43 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BEA5310AB793; Sat, 29 Sep 2018 20:50:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7642888002; Sat, 29 Sep 2018 20:50:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 70F6A806; Sat, 29 Sep 2018 20:50:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8TKoho5024873; Sat, 29 Sep 2018 20:50:43 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8TKohNh024871; Sat, 29 Sep 2018 20:50:43 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201809292050.w8TKohNh024871@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 29 Sep 2018 20:50:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480926 - head/lang/ocaml-camlidl X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/lang/ocaml-camlidl X-SVN-Commit-Revision: 480926 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2018 20:50:43 -0000 Author: danfe Date: Sat Sep 29 20:50:43 2018 New Revision: 480926 URL: https://svnweb.freebsd.org/changeset/ports/480926 Log: - Unbreak packaging as non-root user by removing needless call to chmod(1) - While here, do not force ${SHAREMODE} (444) on docfiles as well: default permissions (644) are perfectly fine Reported by: pkg-fallout PR: 231802 Submitted by: maintainer Modified: head/lang/ocaml-camlidl/Makefile Modified: head/lang/ocaml-camlidl/Makefile ============================================================================== --- head/lang/ocaml-camlidl/Makefile Sat Sep 29 20:46:15 2018 (r480925) +++ head/lang/ocaml-camlidl/Makefile Sat Sep 29 20:50:43 2018 (r480926) @@ -50,8 +50,6 @@ post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${GZCAT} ${_DISTDIR}/${PORTNAME}-${PORTVERSION}.doc.html.tar.gz \ | ${TAR} -C ${STAGEDIR}${DOCSDIR} -xf - - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} - ${FIND} ${STAGEDIR}${DOCSDIR} -type f -exec ${CHMOD} ${SHAREMODE} {} \; test: @${ECHO_CMD} "Testing IDL library"