Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2023 17:31:01 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 07d60c296355 - main - www/p5-HTTP-Session2: Fix pkg-plist
Message-ID:  <202304251731.33PHV1rX039052@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=07d60c2963551e8cda098c71582b90a48f1cf694

commit 07d60c2963551e8cda098c71582b90a48f1cf694
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-04-25 17:04:29 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-04-25 17:30:47 +0000

    www/p5-HTTP-Session2: Fix pkg-plist
---
 www/p5-HTTP-Session2/Makefile  | 3 ++-
 www/p5-HTTP-Session2/pkg-plist | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/www/p5-HTTP-Session2/Makefile b/www/p5-HTTP-Session2/Makefile
index 21267db061e2..6ab56727d641 100644
--- a/www/p5-HTTP-Session2/Makefile
+++ b/www/p5-HTTP-Session2/Makefile
@@ -11,16 +11,17 @@ WWW=		https://metacpan.org/release/HTTP-Session2
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	\
 	p5-Cookie-Baker>0:www/p5-Cookie-Baker \
 	p5-Crypt-CBC>0:security/p5-Crypt-CBC \
 	p5-Digest-HMAC>0:security/p5-Digest-HMAC \
 	p5-Digest-SHA1>0:security/p5-Digest-SHA1 \
 	p5-Mouse>0:devel/p5-Mouse
-BUILD_DEPENDS=	${RUN_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	modbuildtiny
+
 NO_ARCH=	YES
 
 .include <bsd.port.mk>
diff --git a/www/p5-HTTP-Session2/pkg-plist b/www/p5-HTTP-Session2/pkg-plist
index 1b76d19b573b..74851279ed17 100644
--- a/www/p5-HTTP-Session2/pkg-plist
+++ b/www/p5-HTTP-Session2/pkg-plist
@@ -2,8 +2,6 @@
 %%PERL5_MAN3%%/HTTP::Session2::Base.3.gz
 %%PERL5_MAN3%%/HTTP::Session2::ClientStore.3.gz
 %%PERL5_MAN3%%/HTTP::Session2::ClientStore2.3.gz
-%%PERL5_MAN3%%/HTTP::Session2::Expired.3.gz
-%%PERL5_MAN3%%/HTTP::Session2::Random.3.gz
 %%PERL5_MAN3%%/HTTP::Session2::ServerStore.3.gz
 %%SITE_PERL%%/HTTP/Session2.pm
 %%SITE_PERL%%/HTTP/Session2/Base.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304251731.33PHV1rX039052>