Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2024 07:20:38 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: 346ccc30cf50 - main - archivers/p5-IO-Compress-Brotli: Update to 0.017
Message-ID:  <202404100720.43A7KcnI089366@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=346ccc30cf50e0daf5c14769850d5ce29b9db969

commit 346ccc30cf50e0daf5c14769850d5ce29b9db969
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-10 07:11:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-10 07:20:03 +0000

    archivers/p5-IO-Compress-Brotli: Update to 0.017
    
    Changes:        https://metacpan.org/dist/IO-Compress-Brotli/changes
---
 archivers/p5-IO-Compress-Brotli/Makefile                |  2 +-
 archivers/p5-IO-Compress-Brotli/distinfo                |  6 +++---
 archivers/p5-IO-Compress-Brotli/files/patch-Makefile.PL | 12 ++++++------
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/archivers/p5-IO-Compress-Brotli/Makefile b/archivers/p5-IO-Compress-Brotli/Makefile
index 0f0b4d156f58..77f02e743b67 100644
--- a/archivers/p5-IO-Compress-Brotli/Makefile
+++ b/archivers/p5-IO-Compress-Brotli/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	IO-Compress-Brotli
-PORTVERSION=	0.012000
+PORTVERSION=	0.017000
 CATEGORIES=	archivers perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/archivers/p5-IO-Compress-Brotli/distinfo b/archivers/p5-IO-Compress-Brotli/distinfo
index aad8b27de333..2394b4ab33b5 100644
--- a/archivers/p5-IO-Compress-Brotli/distinfo
+++ b/archivers/p5-IO-Compress-Brotli/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698848862
-SHA256 (IO-Compress-Brotli-0.012.tar.gz) = 129ae07b4a812b58bed03edbd53e41a219d4663010012f8de027e78f02733cd4
-SIZE (IO-Compress-Brotli-0.012.tar.gz) = 7746561
+TIMESTAMP = 1712644686
+SHA256 (IO-Compress-Brotli-0.017.tar.gz) = 10d22f27244754f338a366ca5ff7c348e89ecd8fff25231a9291886a5a80ebdd
+SIZE (IO-Compress-Brotli-0.017.tar.gz) = 7748620
diff --git a/archivers/p5-IO-Compress-Brotli/files/patch-Makefile.PL b/archivers/p5-IO-Compress-Brotli/files/patch-Makefile.PL
index 2d94405bd8bf..dd6fa50b45aa 100644
--- a/archivers/p5-IO-Compress-Brotli/files/patch-Makefile.PL
+++ b/archivers/p5-IO-Compress-Brotli/files/patch-Makefile.PL
@@ -1,13 +1,13 @@
---- Makefile.PL.orig	2023-10-29 12:18:47 UTC
+--- Makefile.PL.orig	2023-10-31 00:35:30 UTC
 +++ Makefile.PL
-@@ -1,6 +1,5 @@
+@@ -1,6 +1,5 @@ use ExtUtils::MakeMaker;
  use 5.014000;
  use ExtUtils::MakeMaker;
 -use Alien::cmake3;
  use File::Spec::Functions qw/catfile/;
  use Config;
  
-@@ -23,14 +22,6 @@ WriteMakefile(
+@@ -32,14 +31,6 @@ WriteMakefile(
  		'Getopt::Long'  => '0',
  		'Time::HiRes'   => '0',
  	},
@@ -18,11 +18,11 @@
 -		'Alien::cmake3' => '0',
 -	},
 -	INC              => '-Ibrotli/c/include',
--	MYEXTLIB         => 'brotli/libbrotlienc$(LIB_EXT) brotli/libbrotlidec$(LIB_EXT) brotli/libbrotlicommon$(LIB_EXT)',
- 	clean            => { FILES => 'brotli/Makefile brotli/libbrotlienc$(LIB_EXT) brotli/libbrotlidec$(LIB_EXT) brotli/libbrotlicommon$(LIB_EXT) brotli/CMakeCache.txt brotli/CMakeFiles/* brotli/CTestTestfile.cmake brotli/DartConfiguration.tcl brotli/brotli brotli/cmake_install.cmake brotli/libbrotlicommon.pc brotli/libbrotlidec.pc brotli/libbrotlienc.pc' },
+-	MYEXTLIB         => $myextlib,
+ 	clean            => { FILES => "brotli/Makefile $myextlib brotli/CMakeCache.txt brotli/CMakeFiles/* brotli/CTestTestfile.cmake brotli/DartConfiguration.tcl brotli/brotli* brotli/cmake_install.cmake brotli/libbrotlicommon.pc brotli/libbrotlidec.pc brotli/libbrotlienc.pc" },
  	META_ADD         => {
  		dynamic_config => 0,
-@@ -39,12 +30,3 @@ WriteMakefile(
+@@ -48,12 +39,3 @@ WriteMakefile(
  		},
  	}
  );



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