Bug 211956

Summary: [MAINTAINER] ports-mgmt/portsreinstall: Update to 3.3.1
Product: Ports & Packages Reporter: sakaue.mamoru
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to the latest port of version 3.3.0
sakaue.mamoru: maintainer-approval+
Test log by porttools
sakaue.mamoru: maintainer-approval+
Test log by portlint
sakaue.mamoru: maintainer-approval+
Test log by poudriere sakaue.mamoru: maintainer-approval+

Description sakaue.mamoru 2016-08-18 05:43:26 UTC
Created attachment 173808 [details]
Patch to the latest port of version 3.3.0

The software version is updated to 3.3.1. This version fixes a bug that has affected users who uses official packages for ports with default configurations and who configures /etc/make.conf.
Comment 1 sakaue.mamoru 2016-08-18 05:47:03 UTC
Created attachment 173809 [details]
Test log by porttools
Comment 2 sakaue.mamoru 2016-08-18 05:47:41 UTC
Created attachment 173810 [details]
Test log by portlint
Comment 3 sakaue.mamoru 2016-08-18 05:48:29 UTC
Created attachment 173811 [details]
Test log by poudriere
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-08-19 11:47:18 UTC
A commit references this bug:

Author: amdmi3
Date: Fri Aug 19 11:46:26 UTC 2016
New revision: 420458
URL: https://svnweb.freebsd.org/changeset/ports/420458

Log:
  - Update to 3.3.1
  - While here, add NO_ARCH and turn ECHO_MSG's into pkg-message to be visible to package users as well

  PR:		211956
  Submitted by:	sakaue.mamoru@mwghennndo.com (maintainer)

Changes:
  head/ports-mgmt/portsreinstall/Makefile
  head/ports-mgmt/portsreinstall/distinfo
  head/ports-mgmt/portsreinstall/pkg-message
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2016-08-19 11:47:39 UTC
Committed with minor changes: added NO_ARCH (you should look through poudriere logs for errors and warnings) and turned ECHO_MSGS into pkg-message. The point is that ECHO's will only be visible when the port is built and package users will miss the message.