pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Mojolicious



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Apr 19 12:43:35 UTC 2025

Modified Files:
        pkgsrc/www/p5-Mojolicious: Makefile

Log Message:
p5-Mojolicious: avoid extended attributes in distfile.


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 pkgsrc/www/p5-Mojolicious/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-Mojolicious/Makefile
diff -u pkgsrc/www/p5-Mojolicious/Makefile:1.156 pkgsrc/www/p5-Mojolicious/Makefile:1.157
--- pkgsrc/www/p5-Mojolicious/Makefile:1.156    Fri Apr 18 08:50:44 2025
+++ pkgsrc/www/p5-Mojolicious/Makefile  Sat Apr 19 12:43:35 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.156 2025/04/18 08:50:44 wiz Exp $
+# $NetBSD: Makefile,v 1.157 2025/04/19 12:43:35 schmonz Exp $
 #
 # When updating this package, please upload the distfile
 # since they disappear immediately when new releases happen,
@@ -14,6 +14,8 @@ HOMEPAGE=     http://mojolicio.us/
 COMMENT=       Perl web framework: The Web In A Box!
 LICENSE=       artistic-2.0
 
+EXTRACT_USING= gtar    # avoid extended attributes in distfile
+
 USE_LANGUAGES= # empty
 PERL5_PACKLIST=        auto/Mojolicious/.packlist
 



Home | Main Index | Thread Index | Old Index