Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Oct 2023 08:19:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   [Bug 272553] security/p5-Net-SSLeay fails to build
Message-ID:  <bug-272553-14331-lxSIdUQO58@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272553-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272553-14331@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272553

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.=20

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

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


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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272553-14331-lxSIdUQO58>