FreeBSD Bugzilla – Attachment 229355 Details for
Bug 259210
security/p5-Mcrypt: cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for security/p5-Mcrypt
0001-security-p5-Mcrypt-cleanup.patch (text/plain), 2.21 KB, created by
Tatsuki Makino
on 2021-11-08 05:10:36 UTC
(
hide
)
Description:
patch for security/p5-Mcrypt
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2021-11-08 05:10:36 UTC
Size:
2.21 KB
patch
obsolete
>From b5df85c54edcb868a73d895c5c7f16db98e3cf36 Mon Sep 17 00:00:00 2001 >From: Tatsuki Makino <tatsuki_makino@hotmail.com> >Date: Mon, 8 Nov 2021 12:00:00 +0900 >Subject: [PATCH] security/p5-Mcrypt: cleanup > >PR: 259210 >Switched from PORTVERSION to DISTVERSION. >The regular LOCALBASE is used for LDFLAGS, not PREFIX -L/usr/local/lib generated by something else. >Removed -lltdl because the code for libltdl does not exist. >Regenerated distinfo and pkg-plist. >--- > security/p5-Mcrypt/Makefile | 13 ++++++++----- > security/p5-Mcrypt/distinfo | 1 + > security/p5-Mcrypt/pkg-plist | 2 +- > 3 files changed, 10 insertions(+), 6 deletions(-) > >diff --git a/security/p5-Mcrypt/Makefile b/security/p5-Mcrypt/Makefile >index 563ecd3cc5..4e0fbc56bb 100644 >--- a/security/p5-Mcrypt/Makefile >+++ b/security/p5-Mcrypt/Makefile >@@ -1,8 +1,8 @@ > # Created by: Tatsuki Makino <tatsuki_makino@hotmail.com> > > PORTNAME= Mcrypt >-PORTVERSION= 2.5.7.0 >-PORTREVISION= 3 >+DISTVERSION= 2.5.7.0 >+PORTREVISION= 4 > CATEGORIES= security perl5 > MASTER_SITES= CPAN > MASTER_SITE_SUBDIR= CPAN:JESUS >@@ -16,11 +16,14 @@ LICENSE_COMB= dual > > LIB_DEPENDS= libmcrypt.so:security/libmcrypt > >-CONFIGURE_ENV= MCRYPT_CPPFLAGS=${CPPFLAGS} >+USES= localbase:ldflags perl5 > USE_PERL5= configure >-USES= perl5 >+CONFIGURE_ENV= MCRYPT_CPPFLAGS=${CPPFLAGS:Q}\ >+ MCRYPT_LDFLAGS=${LDFLAGS:Q} > >-CPPFLAGS+= -I${LOCALBASE}/include >+post-patch: >+ ${REINPLACE_CMD} -e 's, -lltdl,,'\ >+ ${WRKSRC}/Makefile.PL > > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mcrypt/Mcrypt.so >diff --git a/security/p5-Mcrypt/distinfo b/security/p5-Mcrypt/distinfo >index 9c016b1899..8f0ba05b65 100644 >--- a/security/p5-Mcrypt/distinfo >+++ b/security/p5-Mcrypt/distinfo >@@ -1,2 +1,3 @@ >+TIMESTAMP = 1636340400 > SHA256 (Mcrypt-2.5.7.0.tar.gz) = 998d4b64d3c45ee78edd0ceb8a63f8206a4ab2fb3f4afb26837abcc2697ee48b > SIZE (Mcrypt-2.5.7.0.tar.gz) = 6214 >diff --git a/security/p5-Mcrypt/pkg-plist b/security/p5-Mcrypt/pkg-plist >index cbb3814e76..07c761f663 100644 >--- a/security/p5-Mcrypt/pkg-plist >+++ b/security/p5-Mcrypt/pkg-plist >@@ -1,4 +1,4 @@ >-%%PERL5_MAN3%%/Mcrypt.3.gz > %%SITE_ARCH%%/Mcrypt.pm > %%SITE_ARCH%%/auto/Mcrypt/Mcrypt.so > %%SITE_ARCH%%/auto/Mcrypt/autosplit.ix >+%%PERL5_MAN3%%/Mcrypt.3.gz >-- >2.33.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
tatsuki_makino
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 259210
:
228759
|
228760
| 229355