From owner-svn-ports-branches@freebsd.org Mon Oct 26 18:04:37 2020 Return-Path: Delivered-To: svn-ports-branches@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 4E6EE44AF49; Mon, 26 Oct 2020 18:04:37 +0000 (UTC) (envelope-from makc@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 4CKjQs1Nxzz4YS0; Mon, 26 Oct 2020 18:04:37 +0000 (UTC) (envelope-from makc@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 13D1E1E17D; Mon, 26 Oct 2020 18:04:37 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09QI4aFf037889; Mon, 26 Oct 2020 18:04:36 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09QI4ajb037887; Mon, 26 Oct 2020 18:04:36 GMT (envelope-from makc@FreeBSD.org) Message-Id: <202010261804.09QI4ajb037887@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Mon, 26 Oct 2020 18:04:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r553371 - in branches/2020Q4/x11/xob: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: makc X-SVN-Commit-Paths: in branches/2020Q4/x11/xob: . files X-SVN-Commit-Revision: 553371 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2020 18:04:37 -0000 Author: makc Date: Mon Oct 26 18:04:36 2020 New Revision: 553371 URL: https://svnweb.freebsd.org/changeset/ports/553371 Log: MFH: r553293 x11/xob: Install configuration file properly PR: 250607 Approved by: maintainer Approved by: ports-secteam (blanket) Modified: branches/2020Q4/x11/xob/Makefile branches/2020Q4/x11/xob/files/patch-Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/x11/xob/Makefile ============================================================================== --- branches/2020Q4/x11/xob/Makefile Mon Oct 26 17:59:25 2020 (r553370) +++ branches/2020Q4/x11/xob/Makefile Mon Oct 26 18:04:36 2020 (r553371) @@ -3,6 +3,7 @@ PORTNAME= xob DISTVERSIONPREFIX= v DISTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= vulcan@wired.sh @@ -22,8 +23,8 @@ PORTDOCS= CHANGELOG.md CONTRIBUTING.md README.md OPTIONS_DEFINE= DOCS -PLIST_FILES= ${ETCDIR}/styles.cfg \ - bin/xob \ +PLIST_FILES= bin/xob \ + "@sample ${ETCDIR}/styles.cfg.sample" \ share/man/man1/xob.1.gz post-install-DOCS-on: Modified: branches/2020Q4/x11/xob/files/patch-Makefile ============================================================================== --- branches/2020Q4/x11/xob/files/patch-Makefile Mon Oct 26 17:59:25 2020 (r553370) +++ branches/2020Q4/x11/xob/files/patch-Makefile Mon Oct 26 18:04:36 2020 (r553371) @@ -15,7 +15,7 @@ + mkdir -p "$(DESTDIR)$(man1dir)" + $(BSD_INSTALL_DATA) "$(MANPAGE)" "$(DESTDIR)$(man1dir)" + mkdir -p "$(DESTDIR)$(sysconfdir)/$(PROGRAM)" -+ $(BSD_INSTALL_DATA) "$(SYSCONF)" "$(DESTDIR)$(sysconfdir)/$(PROGRAM)" ++ $(BSD_INSTALL_DATA) "$(SYSCONF)" "$(DESTDIR)$(sysconfdir)/$(PROGRAM)/$(SYSCONF).sample" uninstall: rm -f "$(DESTDIR)$(bindir)/$(PROGRAM)"