pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Mojo-JWT



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 12:38:42 UTC 2023

Modified Files:
        pkgsrc/www/p5-Mojo-JWT: Makefile

Log Message:
p5-Mojo-JWT: fix DEPENDS line


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/p5-Mojo-JWT/Makefile

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

Modified files:

Index: pkgsrc/www/p5-Mojo-JWT/Makefile
diff -u pkgsrc/www/p5-Mojo-JWT/Makefile:1.2 pkgsrc/www/p5-Mojo-JWT/Makefile:1.3
--- pkgsrc/www/p5-Mojo-JWT/Makefile:1.2 Sat Apr 29 14:53:44 2023
+++ pkgsrc/www/p5-Mojo-JWT/Makefile     Mon Jul  3 12:38:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/04/29 14:53:44 wen Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/03 12:38:41 wiz Exp $
 #
 # When updating this package, please upload the distfile
 # since they disappear immediately when new releases happen,
@@ -15,7 +15,7 @@ COMMENT=      JSON Web Token the Mojo way
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Mojolicious-[0-9]*:../../www/p5-Mojolicious
-DEPENDS+=      p5-Crypt-OpenSSL-RSA-[0-9]*:../..//security/p5-Crypt-OpenSSL-RSA
+DEPENDS+=      p5-Crypt-OpenSSL-RSA-[0-9]*:../../security/p5-Crypt-OpenSSL-RSA
 
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Mojo/JWT/.packlist



Home | Main Index | Thread Index | Old Index