Bug 252950

Summary: security/p5-IO-Socket-SSL: Update to 2.069
Product: Ports & Packages Reporter: Sergei Vyshenski <svysh.fbsd>
Component: Individual Port(s)Assignee: Lewis Cook <lcook>
Status: Closed FIXED    
Severity: Affects Some People CC: lcook, svysh.fbsd
Priority: --- Keywords: buildisok
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://metacpan.org/release/IO-Socket-SSL
Attachments:
Description Flags
patch to update the port
svysh.fbsd: maintainer-approval+
patch to update the port svysh.fbsd: maintainer-approval+

Description Sergei Vyshenski 2021-01-23 19:13:57 UTC
Created attachment 221849 [details]
patch to update the port

- update 2.068 -> 2.069
Changes: https://metacpan.org/changes/distribution/IO-Socket-SSL
- "portlint -AC" gives non-relevant warns.
- Tested with:
12.2-RELEASE-p2
pkg 1.16.2
poudriere 3.3.6
perl 5.32.0
openssl 1.1.1h
ssl=base
- built-in perl tests in a clean poudriere jail say: PASS.
Comment 1 Automation User 2021-01-23 19:24:03 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/245916976
Comment 2 Lewis Cook freebsd_committer freebsd_triage 2021-01-24 12:32:37 UTC
Moin moin

$ portclippy Makefile

PORTNAME
PORTVERSION
CATEGORIES
MASTER_SITES
PKGNAMEPREFIX

# Maintainer block
MAINTAINER
COMMENT

# License block
LICENSE
LICENSE_COMB
LICENSE_FILE

# Dependencies
BUILD_DEPENDS
RUN_DEPENDS

-NO_ARCH

# USES block
USES
USE_PERL5

# USES=shebangfix related variables
+SHEBANG_FILES

# Configure block
CONFIGURE_ENV

-OPTIONS_DEFINE

-IPV6_RUN_DEPENDS

# Make block
INSTALL_TARGET

# Standard bsd.port.mk variables
+NO_ARCH

# Packaging list block
PORTEXAMPLES

-SHEBANG_FILES
# Options definitions
+OPTIONS_DEFINE

# Options helpers
IDN_BUILD_DEPENDS
IDN_RUN_DEPENDS
+IPV6_RUN_DEPENDS

Would you mind re-ordering the variables as suggested by portclippy[1]? otherwise everything else looks fine. Thanks!

[1] https://www.freshports.org/ports-mgmt/portfmt - portclippy is part of the portfmt test-suite
Comment 3 Sergei Vyshenski 2021-01-24 16:06:44 UTC
Created attachment 221879 [details]
patch to update the port

Thanks for the tip about portclippy.
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-01-24 16:49:19 UTC
A commit references this bug:

Author: lcook
Date: Sun Jan 24 16:48:26 UTC 2021
New revision: 562490
URL: https://svnweb.freebsd.org/changeset/ports/562490

Log:
  security/p5-IO-Socket-SSL: Update to 2.069

  While here, pet portclippy.

  Changes:		https://metacpan.org/changes/distribution/IO-Socket-SSL
  PR:			252950
  Submitted by: 		Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
  Approved by:		tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D28321

Changes:
  head/security/p5-IO-Socket-SSL/Makefile
  head/security/p5-IO-Socket-SSL/distinfo
Comment 5 Lewis Cook freebsd_committer freebsd_triage 2021-01-24 16:49:47 UTC
Committed, thanks!