From owner-svn-ports-head@freebsd.org Fri May 15 00:36:50 2020 Return-Path: Delivered-To: svn-ports-head@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 304CA2E5477; Fri, 15 May 2020 00:36:50 +0000 (UTC) (envelope-from tagattie@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) server-signature RSA-PSS (4096 bits) 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 49NTxZ0ZyBz48JV; Fri, 15 May 2020 00:36:50 +0000 (UTC) (envelope-from tagattie@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 0DE1C1BC93; Fri, 15 May 2020 00:36:50 +0000 (UTC) (envelope-from tagattie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04F0anRW030573; Fri, 15 May 2020 00:36:49 GMT (envelope-from tagattie@FreeBSD.org) Received: (from tagattie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04F0anPL030571; Fri, 15 May 2020 00:36:49 GMT (envelope-from tagattie@FreeBSD.org) Message-Id: <202005150036.04F0anPL030571@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tagattie set sender to tagattie@FreeBSD.org using -f From: Hiroki Tagato Date: Fri, 15 May 2020 00:36:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535257 - head/ports-mgmt/pkg_replace X-SVN-Group: ports-head X-SVN-Commit-Author: tagattie X-SVN-Commit-Paths: head/ports-mgmt/pkg_replace X-SVN-Commit-Revision: 535257 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.33 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: Fri, 15 May 2020 00:36:50 -0000 Author: tagattie Date: Fri May 15 00:36:49 2020 New Revision: 535257 URL: https://svnweb.freebsd.org/changeset/ports/535257 Log: Update to 20200504 Changelog: - Support OVERLAYS - Support FLAVOR PR: 246433 Submitted by: kdeguchi@sz.tokoha-u.ac.jp (maintainer) Approved by: ehaupt (mentor) Modified: head/ports-mgmt/pkg_replace/Makefile head/ports-mgmt/pkg_replace/distinfo head/ports-mgmt/pkg_replace/pkg-plist Modified: head/ports-mgmt/pkg_replace/Makefile ============================================================================== --- head/ports-mgmt/pkg_replace/Makefile Fri May 15 00:31:37 2020 (r535256) +++ head/ports-mgmt/pkg_replace/Makefile Fri May 15 00:36:49 2020 (r535257) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pkg_replace -PORTVERSION= 20191018 +PORTVERSION= 20200504 CATEGORIES= ports-mgmt MASTER_SITES= http://member.tokoha-u.ac.jp/~kdeguchi/download/ @@ -31,7 +31,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \ - ${STAGEDIR}${MANPREFIX}/man/man1/ + ${STAGEDIR}${MANPREFIX}/share/man/man1/ @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf \ ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample Modified: head/ports-mgmt/pkg_replace/distinfo ============================================================================== --- head/ports-mgmt/pkg_replace/distinfo Fri May 15 00:31:37 2020 (r535256) +++ head/ports-mgmt/pkg_replace/distinfo Fri May 15 00:36:49 2020 (r535257) @@ -1,3 +1,3 @@ -TIMESTAMP = 1571360706 -SHA256 (pkg_replace-20191018.tar.xz) = 74a9e77e18b4be46e0fe60b7547bd66927c122fd45af180a59993c0741093788 -SIZE (pkg_replace-20191018.tar.xz) = 17424 +TIMESTAMP = 1589348145 +SHA256 (pkg_replace-20200504.tar.xz) = 539ff663e8a62f016b9b14076fb0596ee489dd869de9cd74bb43c7f2dff06b21 +SIZE (pkg_replace-20200504.tar.xz) = 17968 Modified: head/ports-mgmt/pkg_replace/pkg-plist ============================================================================== --- head/ports-mgmt/pkg_replace/pkg-plist Fri May 15 00:31:37 2020 (r535256) +++ head/ports-mgmt/pkg_replace/pkg-plist Fri May 15 00:36:49 2020 (r535257) @@ -1,3 +1,3 @@ -man/man1/pkg_replace.1.gz sbin/pkg_replace +share/man/man1/pkg_replace.1.gz @sample %%ETCDIR%%/pkg_replace.conf.sample