Bug 214255

Summary: devel/p5-Connector: update to 1.17
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 svysh.fbsd: maintainer-approval+

Description Sergei Vyshenski 2016-11-06 00:21:29 UTC
Created attachment 176672 [details]
patch for updating the port

- Update 1.16 --> 1.17
Changes: https://github.com/mrscotty/connector/commits/master

- "portlint -AC" gives just non-relevant warnings.

- Tested OK at 11.0-amd64 
with poudriere-3.1.14, perl-5.24.1, and openssl from base.

- But if I choose openssl from ports, that is add a line 
DEFAULT_VERSIONS+=      ssl=openssl
to file /usr/local/etc/poudriere.d/make.conf,
then poudriere fails with:

===>  p5-GSSAPI-0.28_1 You are using OpenSSL from ports and have selected
GSSAPI from base, please select another GSSAPI value.
*** Error code 1
Stop.
make: stopped in /usr/ports/security/p5-GSSAPI

The port security/p5-GSSAPI is an indirect dependency of the port devel/p5-Connector.
This promlem looks like a poor design of port security/p5-GSSAPI, because it does not allow testing from within poudriere with openssl from ports.

- New version of devel/p5-Connector proposed here has no problem when building interactively with "make reinstall" (that is without poudriere).
Comment 1 Sergei Vyshenski 2016-11-06 00:32:28 UTC
I have created a new bug about poudriere testing of port security/p5-GSSAPI here:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214256
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-12-13 17:24:37 UTC
A commit references this bug:

Author: sunpoet
Date: Tue Dec 13 17:23:31 UTC 2016
New revision: 428513
URL: https://svnweb.freebsd.org/changeset/ports/428513

Log:
  - Update to 1.21

  Changes:	https://github.com/mrscotty/connector/commits/master
  PR:		214255
  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 2016-12-13 17:25:17 UTC
Committed. Thanks!