Bug 205024 - [MAINTAINER] devel/p5-Connector update to 1.16
Summary: [MAINTAINER] devel/p5-Connector update to 1.16
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-04 19:48 UTC by Sergei Vyshenski
Modified: 2015-12-05 19:49 UTC (History)
2 users (show)

See Also:


Attachments
patch for updating the port (3.14 KB, patch)
2015-12-04 19:48 UTC, Sergei Vyshenski
no flags Details | Diff
log from poudriere at 11.0-amd64 and perl-5.20 (84.20 KB, text/plain)
2015-12-04 19:49 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-04 19:48:53 UTC
Created attachment 163851 [details]
patch for updating the port

- update to 1.16
- "portlint -AC" just warns against non-empty $FreeBSD$ tag.

- Tested with poudriere (log attached) at 11.0-CURRENT-amd64 with perl-5.20.3
Comment 1 Sergei Vyshenski 2015-12-04 19:49:24 UTC
Created attachment 163852 [details]
log from poudriere at 11.0-amd64 and perl-5.20
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-12-05 06:12:43 UTC
A commit references this bug:

Author: sunpoet
Date: Sat Dec  5 06:12:11 UTC 2015
New revision: 403034
URL: https://svnweb.freebsd.org/changeset/ports/403034

Log:
  - Update to 1.16
  - Sort PLIST
  - While I'm here:
    - Update *_DEPENDS: remove redundant LOCALBASE/bin
    - Sort *_DEPENDS

  PR:		205024
  Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)

Changes:
  head/devel/p5-Connector/Makefile
  head/devel/p5-Connector/distinfo
  head/devel/p5-Connector/pkg-plist
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-12-05 06:17:27 UTC
Committed. Thanks!
Comment 4 Sergei Vyshenski 2015-12-05 09:53:32 UTC
Thank you very much.

For the future, could you please recommend a tool for sorting *_DEPENDS ?
Comment 5 Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-12-05 11:53:57 UTC
I do not know such tools and I sort *_DEPENDS by hand.

If there is a long list of dependencies, you could try:

  % make -V BUILD_DEPENDS:O | xargs -n 1

You could also rename BUILD_DEPENDS before running the command to avoid dependencies from other knobs (e.g. USES=perl5).

HTH
Comment 6 Sergei Vyshenski 2015-12-05 19:49:28 UTC
Thank you very much again. Got the idea.