[Bug 272553] security/p5-Net-SSLeay fails to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 05 Oct 2023 08:19:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272553

Dave Hayes <dave@jetcafe.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Affects Only Me             |Affects Some People

--- Comment #1 from Dave Hayes <dave@jetcafe.org> ---
This works to fix the issue. 

--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,9 +1,13 @@
 PORTNAME=      Net-SSLeay
-PORTVERSION=   1.92
+PORTVERSION=   1.93
 CATEGORIES=    security perl5
-MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-

+USE_GITHUB=    yes
+GH_ACCOUNT=    radiator-software
+GH_PROJECT=    p5-net-ssleay
+GH_TAGNAME=    1.93_02
+
 MAINTAINER=    perl@FreeBSD.org
 COMMENT=       Perl5 interface to SSL
 WWW=           https://metacpan.org/release/Net-SSLeay


You also have to remove files/patch-SSLeay.xs. Both actions allow this port to
build.

-- 
You are receiving this mail because:
You are the assignee for the bug.