Bug 205038

Summary: [MAINTAINER] devel/p5-Test-YAML update to 1.06
Product: Ports & Packages Reporter: Sergei Vyshenski <svysh.fbsd>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Some People CC: svysh.fbsd
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for updating the port
none
log from poudriere at 11.0-amd64 and perl-5.20.3 none

Description Sergei Vyshenski 2015-12-05 15:13:09 UTC
Created attachment 163868 [details]
patch for updating the port

- Update to ver 1.06
- Changes: http://cpansearch.perl.org/src/INGY/Test-YAML-1.06/Changes
- Change CONFLICTS -> CONFLICTS_INSTALL
- Remove ${LOCALBASE}/bin/ from RUN_DEPENDS
- Remove items from RUN_DEPENDS, which are present recursively anyway

- portlint -AC says:

WARN: Makefile: possible use of absolute pathname "/usr/bin/bash".
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 2 warnings found.

- Tested with poudriere (log attached) at 11.0-CURRENT-amd64 with perl-5.20.3
Comment 1 Sergei Vyshenski 2015-12-05 15:13:32 UTC
Created attachment 163869 [details]
log from poudriere at 11.0-amd64 and perl-5.20.3
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-12-06 17:53:26 UTC
A commit references this bug:

Author: sunpoet
Date: Sun Dec  6 17:52:47 UTC 2015
New revision: 403147
URL: https://svnweb.freebsd.org/changeset/ports/403147

Log:
  - Update to 1.06
  - Update *_DEPENDS:
    - Fix *_DEPENDS
    - Remove redundant LOCALBASE/bin
  - Use CONFLICTS_INSTALL instead of CONFLICTS
  - While I'm here:
    - Add BUILD_DEPENDS
    - Add NO_ARCH
    - Remove bash_OLD_CMD

  Changes:	http://search.cpan.org/dist/Test-YAML/Changes
  PR:		205038
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)

Changes:
  head/devel/p5-Test-YAML/Makefile
  head/devel/p5-Test-YAML/distinfo
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-12-06 17:55:44 UTC
Committed. Thanks!