Bug 205038 - [MAINTAINER] devel/p5-Test-YAML update to 1.06
Summary: [MAINTAINER] devel/p5-Test-YAML update to 1.06
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-05 15:13 UTC by Sergei Vyshenski
Modified: 2015-12-06 17:55 UTC (History)
1 user (show)

See Also:


Attachments
patch for updating the port (1.46 KB, patch)
2015-12-05 15:13 UTC, Sergei Vyshenski
no flags Details | Diff
log from poudriere at 11.0-amd64 and perl-5.20.3 (25.85 KB, text/plain)
2015-12-05 15:13 UTC, Sergei Vyshenski
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!