Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:55:25 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 517363cce08a - main - www/p5-HTTP-Session: Fix PLIST: Module::Build::Tiny 0.042+ does not generate empty manpages
Message-ID:  <202304271555.33RFtPvm029190@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=517363cce08a0857334d49bd222dfbfef96cd86e

commit 517363cce08a0857334d49bd222dfbfef96cd86e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:48:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:48:53 +0000

    www/p5-HTTP-Session: Fix PLIST: Module::Build::Tiny 0.042+ does not generate empty manpages
    
    - Bump PORTREVISION for package change
---
 www/p5-HTTP-Session/Makefile  | 2 +-
 www/p5-HTTP-Session/pkg-plist | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/www/p5-HTTP-Session/Makefile b/www/p5-HTTP-Session/Makefile
index 81843cd2dd26..c98c84f37b1a 100644
--- a/www/p5-HTTP-Session/Makefile
+++ b/www/p5-HTTP-Session/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	HTTP-Session
 PORTVERSION=	0.49
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:TOKUHIROM
diff --git a/www/p5-HTTP-Session/pkg-plist b/www/p5-HTTP-Session/pkg-plist
index 5c3458e90082..647020e066ea 100644
--- a/www/p5-HTTP-Session/pkg-plist
+++ b/www/p5-HTTP-Session/pkg-plist
@@ -16,12 +16,7 @@
 %%SITE_PERL%%/HTTP/Session/Store/OnMemory.pm
 %%SITE_PERL%%/HTTP/Session/Store/Test.pm
 %%PERL5_MAN3%%/HTTP::Session.3.gz
-%%PERL5_MAN3%%/HTTP::Session::ID::MD5.3.gz
-%%PERL5_MAN3%%/HTTP::Session::ID::SHA1.3.gz
-%%PERL5_MAN3%%/HTTP::Session::ID::Urandom.3.gz
-%%PERL5_MAN3%%/HTTP::Session::State::Base.3.gz
 %%PERL5_MAN3%%/HTTP::Session::State::Cookie.3.gz
-%%PERL5_MAN3%%/HTTP::Session::State::Mixin::ResponseFilter.3.gz
 %%PERL5_MAN3%%/HTTP::Session::State::Null.3.gz
 %%PERL5_MAN3%%/HTTP::Session::State::Test.3.gz
 %%PERL5_MAN3%%/HTTP::Session::State::URI.3.gz



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