Bug 219397 - ports-mgmt/pkg_replace: Update to 20170517
Summary: ports-mgmt/pkg_replace: Update to 20170517
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jochen Neumeister
URL:
Keywords: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2017-05-19 07:37 UTC by Ken DEGUCHI
Modified: 2017-05-26 05:50 UTC (History)
1 user (show)

See Also:


Attachments
Update pkg_replace to 20170517 (838 bytes, text/plain)
2017-05-19 07:37 UTC, Ken DEGUCHI
no flags Details
update pkg_replace 20170517 (add license) (1006 bytes, patch)
2017-05-21 09:24 UTC, Ken DEGUCHI
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ken DEGUCHI 2017-05-19 07:37:55 UTC
Created attachment 182733 [details]
Update pkg_replace to 20170517

Update pkg_replace 20170517.

*Add --automatic option.
 This option sets automatic flag for the package. 

*Delete --noindex option, add --index option.
 When pkg_replace checks the dependencies before building
 the target packages, do "make package-depends-list" as default.
 This is more strictly checking the dependencies.
Comment 1 Jochen Neumeister freebsd_committer freebsd_triage 2017-05-20 15:11:20 UTC
Hi

can you set please a LICENSE for this Port?

/ports-mgmt/pkg_replace % portlint -AC
WARN: Makefile: Consider defining LICENSE.
Comment 2 Ken DEGUCHI 2017-05-21 09:24:15 UTC
Created attachment 182771 [details]
update pkg_replace 20170517 (add license)

Add LICENSE=PD.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-05-26 05:49:20 UTC
A commit references this bug:

Author: joneum
Date: Fri May 26 05:48:50 UTC 2017
New revision: 441749
URL: https://svnweb.freebsd.org/changeset/ports/441749

Log:
  - Update to 20170517
  - Add LICENSE

  * Add --automatic option. This option sets automatic flag for the package.
  * Delete --noindex option, add --index option. When pkg_replace checks the dependencies before building the target packages, do "make package-depends-list" as default. This is more strictly checking the dependencies.

  PR:	219397
  Submitted by:	kdeguchi@sz.tokoha-u.ac.jp (Maintainer)
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10849

Changes:
  head/ports-mgmt/pkg_replace/Makefile
  head/ports-mgmt/pkg_replace/distinfo
Comment 4 Jochen Neumeister freebsd_committer freebsd_triage 2017-05-26 05:50:59 UTC
Committed, thanks