pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-File-MimeInfo



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Dec 16 11:34:30 UTC 2023

Modified Files:
        pkgsrc/devel/p5-File-MimeInfo: Makefile distinfo

Log Message:
(devel/p5-File-MimeInfo)  Updated 0.33 to 0.34

0.34  2023-12-03
 - Let `mimeopen` use File::DesktopEntrys run() instead of exec() to
   make sure the application is started in the background.
   Closes https://github.com/mbeijen/File-MimeInfo/issues/53


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/p5-File-MimeInfo/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-File-MimeInfo/distinfo

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

Modified files:

Index: pkgsrc/devel/p5-File-MimeInfo/Makefile
diff -u pkgsrc/devel/p5-File-MimeInfo/Makefile:1.40 pkgsrc/devel/p5-File-MimeInfo/Makefile:1.41
--- pkgsrc/devel/p5-File-MimeInfo/Makefile:1.40 Thu Jul  6 09:39:11 2023
+++ pkgsrc/devel/p5-File-MimeInfo/Makefile      Sat Dec 16 11:34:30 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2023/07/06 09:39:11 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2023/12/16 11:34:30 mef Exp $
 
-DISTNAME=      File-MimeInfo-0.33
+DISTNAME=      File-MimeInfo-0.34
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
 
@@ -16,7 +15,7 @@ DEPENDS+=     p5-File-DesktopEntry-[0-9]*:..
 DEPENDS+=      p5-Encode-Locale-[0-9]*:../../textproc/p5-Encode-Locale
 DEPENDS+=      shared-mime-info-[0-9]*:../../databases/shared-mime-info
 # for make test (when t/05_more.t 'require (File::DesktopEntry);'
-TOOL_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
+TEST_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
 
 PERL5_PACKLIST=                auto/File/MimeInfo/.packlist
 

Index: pkgsrc/devel/p5-File-MimeInfo/distinfo
diff -u pkgsrc/devel/p5-File-MimeInfo/distinfo:1.17 pkgsrc/devel/p5-File-MimeInfo/distinfo:1.18
--- pkgsrc/devel/p5-File-MimeInfo/distinfo:1.17 Sat May 20 06:49:10 2023
+++ pkgsrc/devel/p5-File-MimeInfo/distinfo      Sat Dec 16 11:34:30 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2023/05/20 06:49:10 wiz Exp $
+$NetBSD: distinfo,v 1.18 2023/12/16 11:34:30 mef Exp $
 
-BLAKE2s (File-MimeInfo-0.33.tar.gz) = bbfdd666b10465a04706b94ace6e9c1871aa435c65955e7ad6e3d9f05e8f36ae
-SHA512 (File-MimeInfo-0.33.tar.gz) = 5fbba13775079da56928175f48db1c1ab8ac4d7fa3e85bdb5384c4021cab7cf8c363a3d8219cf34318136b1470e32163abae7c37a119416a5e510d8d07848c9d
-Size (File-MimeInfo-0.33.tar.gz) = 35801 bytes
+BLAKE2s (File-MimeInfo-0.34.tar.gz) = 62bc6c7f260fbf3fe84ea862d2feae6601345db1ea1dc8964956a631d8a7793c
+SHA512 (File-MimeInfo-0.34.tar.gz) = 5ce15976aa5ed59563ae64339aeefed426e97aa22448005e0dd50b8fee32237faafc59308cdad9d7eea6c3e3b58c41032d1f4fa670bc17d4ad58ca07743d015f
+Size (File-MimeInfo-0.34.tar.gz) = 35446 bytes



Home | Main Index | Thread Index | Old Index