Bug 231749

Summary: ports-mgmt/pkg_replace: Update to 20180927
Product: Ports & Packages Reporter: Ken DEGUCHI <kdeguchi>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: needs-qa
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
update pkg_replace to 20180927 koobs: maintainer-approval+

Description Ken DEGUCHI 2018-09-26 23:18:43 UTC
Created attachment 197537 [details]
update pkg_replace to 20180927

- Fix -C (make forceconfig) option bug.
- Add ChangeLog.
Comment 1 Ken DEGUCHI 2018-09-27 23:35:47 UTC
-C, --force-config : Do “make config” before build.

pkg_replace-20180530 has a bug with "-C" option as follows.

> pkg_replace -C lv

make: don't know how to make config. Stop

make: stopped in /usr/home/deguchi
** Command failed (exit code 2): make config

I fixed this bug in pkg_replace-20180927.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-10-09 13:58:10 UTC
A commit references this bug:

Author: swills
Date: Tue Oct  9 13:57:35 UTC 2018
New revision: 481635
URL: https://svnweb.freebsd.org/changeset/ports/481635

Log:
  ports-mgmt/pkg_replace: Update to 20180927

  PR:		231749
  Submitted by:	kdeguchi@sz.tokoha-u.ac.jp (maintainer)

Changes:
  head/ports-mgmt/pkg_replace/Makefile
  head/ports-mgmt/pkg_replace/distinfo
Comment 3 Steve Wills freebsd_committer freebsd_triage 2018-10-09 13:58:33 UTC
Committed, thanks!