pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Mojolicious-Plugin-Authentication: fix directory name



Module Name:	pkgsrc-wip
Committed By:	Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By:	bartosz.kuzma
Date:		Sat Feb 28 06:02:35 2026 +0100
Changeset:	9e1da3fca59bfb538754873393a4109a51038456

Modified Files:
	Makefile
Added Files:
	p5-Mojolicious-Plugin-Authentication/DESCR
	p5-Mojolicious-Plugin-Authentication/Makefile
	p5-Mojolicious-Plugin-Authentication/distinfo
Removed Files:
	p5-Mojolicious-Plugin-Authenticate/DESCR
	p5-Mojolicious-Plugin-Authenticate/Makefile
	p5-Mojolicious-Plugin-Authenticate/distinfo

Log Message:
p5-Mojolicious-Plugin-Authentication: fix directory name

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9e1da3fca59bfb538754873393a4109a51038456

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                                      |  2 +-
 p5-Mojolicious-Plugin-Authenticate/DESCR      |  2 --
 p5-Mojolicious-Plugin-Authenticate/Makefile   | 19 -------------------
 p5-Mojolicious-Plugin-Authenticate/distinfo   |  5 -----
 p5-Mojolicious-Plugin-Authentication/DESCR    |  2 ++
 p5-Mojolicious-Plugin-Authentication/Makefile | 19 +++++++++++++++++++
 p5-Mojolicious-Plugin-Authentication/distinfo |  5 +++++
 7 files changed, 27 insertions(+), 27 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e3bb4c1d26..b852387552 100644
--- a/Makefile
+++ b/Makefile
@@ -2977,7 +2977,7 @@ SUBDIR+=	p5-Module-Pluggable-Fast
 SUBDIR+=	p5-Module-Pluggable-Ordered
 SUBDIR+=	p5-Module-Starter-Plugin-CGIApp
 SUBDIR+=	p5-MojoX-Log-Log4perl-Tiny
-SUBDIR+=	p5-Mojolicious-Plugin-Authenticate
+SUBDIR+=	p5-Mojolicious-Plugin-Authentication
 SUBDIR+=	p5-MongoDB
 SUBDIR+=	p5-MooseX-Iterator
 SUBDIR+=	p5-MooseX-Role-BuildInstanceOf
diff --git a/p5-Mojolicious-Plugin-Authenticate/DESCR b/p5-Mojolicious-Plugin-Authenticate/DESCR
deleted file mode 100644
index 8d257e217f..0000000000
--- a/p5-Mojolicious-Plugin-Authenticate/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Mojolicious::Plugin::Authentication provides methods that facilitate
-user authentication in Mojolicious web applications.
diff --git a/p5-Mojolicious-Plugin-Authenticate/Makefile b/p5-Mojolicious-Plugin-Authenticate/Makefile
deleted file mode 100644
index a55175112f..0000000000
--- a/p5-Mojolicious-Plugin-Authenticate/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	Mojolicious-Plugin-Authentication-1.39
-PKGNAME=	p5-${DISTNAME}
-CATEGORIES=	www
-MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Mojolicious/}
-
-MAINTAINER=	bartosz.kuzma%gmail.com@localhost
-HOMEPAGE=	https://metacpan.org/pod/Mojolicious::Plugin::Authentication
-COMMENT=	Authentication plugin for the Mojolicious framework
-LICENSE=	${PERL5_LICENSE}
-
-DEPENDS+=	p5-Mojolicious>=8.0:../../www/p5-Mojolicious
-
-PERL5_PACKLIST=	auto/Mojolicious/Plugin/Authentication/.packlist
-USE_LANGUAGES=	# none
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Mojolicious-Plugin-Authenticate/distinfo b/p5-Mojolicious-Plugin-Authenticate/distinfo
deleted file mode 100644
index 8e45c3d344..0000000000
--- a/p5-Mojolicious-Plugin-Authenticate/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (Mojolicious-Plugin-Authentication-1.39.tar.gz) = 286d6a9e99faabeead96de3b9e47f066ce51f14550e8fd2005c343fb48f69a41
-SHA512 (Mojolicious-Plugin-Authentication-1.39.tar.gz) = 05b2f1a4dcbb32a2727a1ff37b78eb7882b8c4fae5753db6b016c2303794f33c36c78de60242b61bb89ae4d0c821ada6fe2538a20b073905d3b5d7bc5762fd1d
-Size (Mojolicious-Plugin-Authentication-1.39.tar.gz) = 27979 bytes
diff --git a/p5-Mojolicious-Plugin-Authentication/DESCR b/p5-Mojolicious-Plugin-Authentication/DESCR
new file mode 100644
index 0000000000..8d257e217f
--- /dev/null
+++ b/p5-Mojolicious-Plugin-Authentication/DESCR
@@ -0,0 +1,2 @@
+Mojolicious::Plugin::Authentication provides methods that facilitate
+user authentication in Mojolicious web applications.
diff --git a/p5-Mojolicious-Plugin-Authentication/Makefile b/p5-Mojolicious-Plugin-Authentication/Makefile
new file mode 100644
index 0000000000..a55175112f
--- /dev/null
+++ b/p5-Mojolicious-Plugin-Authentication/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	Mojolicious-Plugin-Authentication-1.39
+PKGNAME=	p5-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Mojolicious/}
+
+MAINTAINER=	bartosz.kuzma%gmail.com@localhost
+HOMEPAGE=	https://metacpan.org/pod/Mojolicious::Plugin::Authentication
+COMMENT=	Authentication plugin for the Mojolicious framework
+LICENSE=	${PERL5_LICENSE}
+
+DEPENDS+=	p5-Mojolicious>=8.0:../../www/p5-Mojolicious
+
+PERL5_PACKLIST=	auto/Mojolicious/Plugin/Authentication/.packlist
+USE_LANGUAGES=	# none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p5-Mojolicious-Plugin-Authentication/distinfo b/p5-Mojolicious-Plugin-Authentication/distinfo
new file mode 100644
index 0000000000..8e45c3d344
--- /dev/null
+++ b/p5-Mojolicious-Plugin-Authentication/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (Mojolicious-Plugin-Authentication-1.39.tar.gz) = 286d6a9e99faabeead96de3b9e47f066ce51f14550e8fd2005c343fb48f69a41
+SHA512 (Mojolicious-Plugin-Authentication-1.39.tar.gz) = 05b2f1a4dcbb32a2727a1ff37b78eb7882b8c4fae5753db6b016c2303794f33c36c78de60242b61bb89ae4d0c821ada6fe2538a20b073905d3b5d7bc5762fd1d
+Size (Mojolicious-Plugin-Authentication-1.39.tar.gz) = 27979 bytes


Home | Main Index | Thread Index | Old Index