From owner-svn-ports-all@freebsd.org Thu Sep 24 00:54:59 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E66B53E47BA; Thu, 24 Sep 2020 00:54:59 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bxc5b5sxjz4bxJ; Thu, 24 Sep 2020 00:54:59 +0000 (UTC) (envelope-from cy@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 8F0FA19A34; Thu, 24 Sep 2020 00:54:59 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08O0sxln054087; Thu, 24 Sep 2020 00:54:59 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08O0swb0054084; Thu, 24 Sep 2020 00:54:58 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202009240054.08O0swb0054084@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 24 Sep 2020 00:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549866 - in head/sysutils: nut nut-devel X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/sysutils: nut nut-devel X-SVN-Commit-Revision: 549866 X-SVN-Commit-Repository: ports 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.33 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: Thu, 24 Sep 2020 00:55:00 -0000 Author: cy Date: Thu Sep 24 00:54:58 2020 New Revision: 549866 URL: https://svnweb.freebsd.org/changeset/ports/549866 Log: Create syslog.d subdir if it doesn't exist, allowing install/upgrade to complete. PR: 241234 Submitted by: dvl Reported by: dvl, ddrinnon@cdor.net Modified: head/sysutils/nut-devel/Makefile (contents, props changed) head/sysutils/nut-devel/pkg-plist (contents, props changed) head/sysutils/nut/Makefile (contents, props changed) head/sysutils/nut/pkg-plist (contents, props changed) Modified: head/sysutils/nut-devel/Makefile ============================================================================== --- head/sysutils/nut-devel/Makefile Thu Sep 24 00:21:51 2020 (r549865) +++ head/sysutils/nut-devel/Makefile Thu Sep 24 00:54:58 2020 (r549866) @@ -3,6 +3,7 @@ PORTNAME= nut PORTVERSION= ${NUT_COMMIT_DATE} +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -devel # MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ @@ -192,6 +193,7 @@ pre-install: post-install: @${MKDIR} ${STAGEDIR}${STATEDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog.d .if ${PORT_OPTIONS:MBASH} @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_DATA} ${WRKSRC}/scripts/misc/nut.bash_completion ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ Modified: head/sysutils/nut-devel/pkg-plist ============================================================================== --- head/sysutils/nut-devel/pkg-plist Thu Sep 24 00:21:51 2020 (r549865) +++ head/sysutils/nut-devel/pkg-plist Thu Sep 24 00:54:58 2020 (r549866) @@ -252,6 +252,7 @@ sbin/upsd sbin/upsdrvctl sbin/upsmon sbin/upssched +@dir etc/syslog.d @dir(%%NUT_USER%%,%%NUT_GROUP%%,750) %%STATEDIR%% @dir libexec/nut @dir(%%NUT_USER%%,%%NUT_GROUP%%,) /var/log/nut Modified: head/sysutils/nut/Makefile ============================================================================== --- head/sysutils/nut/Makefile Thu Sep 24 00:21:51 2020 (r549865) +++ head/sysutils/nut/Makefile Thu Sep 24 00:54:58 2020 (r549866) @@ -3,7 +3,7 @@ PORTNAME= nut PORTVERSION= 2.7.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -175,6 +175,7 @@ pre-install: post-install: @${MKDIR} ${STAGEDIR}${STATEDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog.d .if ${PORT_OPTIONS:MBASH} @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ ${INSTALL_DATA} ${WRKSRC}/scripts/misc/nut.bash_completion ${STAGEDIR}${PREFIX}/etc/bash_completion.d/ Modified: head/sysutils/nut/pkg-plist ============================================================================== --- head/sysutils/nut/pkg-plist Thu Sep 24 00:21:51 2020 (r549865) +++ head/sysutils/nut/pkg-plist Thu Sep 24 00:54:58 2020 (r549866) @@ -247,6 +247,7 @@ sbin/upsd sbin/upsdrvctl sbin/upsmon sbin/upssched +@dir etc/syslog.d @dir(%%NUT_USER%%,%%NUT_GROUP%%,750) %%STATEDIR%% @dir libexec/nut @dir(%%NUT_USER%%,%%NUT_GROUP%%,) /var/log/nut