Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2024 02:03:16 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af7b77ff10cc - main - archivers/gcab: update to 1.6
Message-ID:  <202405300203.44U23GUA063626@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=af7b77ff10ccf98c40ac94e37082b6d736f87f23

commit af7b77ff10ccf98c40ac94e37082b6d736f87f23
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-05-30 01:58:26 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-05-30 01:58:26 +0000

    archivers/gcab: update to 1.6
    
    Changelog:
     New Features:
      - Allow specifying the allowed compression formats at runtime (!15)
        This would allow us, for example, to disable the slightly scary LZX
        compression format when parsing unknown files.
     Bugfixes:
      - Do not require git when building from a tarball
    https://gitlab.gnome.org/GNOME/gcab/-/blob/v1.6/NEWS
    
    While here pet portclippy.
    
    PR:             279024
    Approved by:    gnome (maintainer, timeout 2 weeks)
---
 archivers/gcab/Makefile                |  5 ++---
 archivers/gcab/distinfo                |  6 +++---
 archivers/gcab/files/patch-meson.build | 11 -----------
 archivers/gcab/pkg-plist               |  2 +-
 4 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/archivers/gcab/Makefile b/archivers/gcab/Makefile
index 0983db50560d..ff7a739c77ef 100644
--- a/archivers/gcab/Makefile
+++ b/archivers/gcab/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gcab
-PORTVERSION=	1.5
-PORTREVISION=	1
+PORTVERSION=	1.6
 CATEGORIES=	archivers gnome
 MASTER_SITES=	GNOME
 
@@ -12,8 +11,8 @@ LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		cpe gettext gnome meson pkgconfig tar:xz vala:build
-USE_GNOME=	glib20 introspection:build
 CPE_VENDOR=	gnome
+USE_GNOME=	glib20 introspection:build
 
 MESON_ARGS=	-Ddocs=false
 
diff --git a/archivers/gcab/distinfo b/archivers/gcab/distinfo
index 2a03c34a5035..8e2d3231b1eb 100644
--- a/archivers/gcab/distinfo
+++ b/archivers/gcab/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665815272
-SHA256 (gcab-1.5.tar.xz) = 46bf7442491faa4148242b9ec2a0786a5f6e9effb1b0566e5290e8cc86f00f0c
-SIZE (gcab-1.5.tar.xz) = 81728
+TIMESTAMP = 1715848489
+SHA256 (gcab-1.6.tar.xz) = 2f0c9615577c4126909e251f9de0626c3ee7a152376c15b5544df10fc87e560b
+SIZE (gcab-1.6.tar.xz) = 82088
diff --git a/archivers/gcab/files/patch-meson.build b/archivers/gcab/files/patch-meson.build
deleted file mode 100644
index d5f48ad7661d..000000000000
--- a/archivers/gcab/files/patch-meson.build
+++ /dev/null
@@ -1,11 +0,0 @@
---- meson.build.orig	2022-10-15 12:50:55 UTC
-+++ meson.build
-@@ -7,7 +7,7 @@ git = find_program('git', required: false)
- 
- git_version = []
- git = find_program('git', required: false)
--if git.found()
-+if git.found() and false
-   git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: true).stdout().strip().split('-')
- endif
- 
diff --git a/archivers/gcab/pkg-plist b/archivers/gcab/pkg-plist
index 0fab5c226865..338644758c36 100644
--- a/archivers/gcab/pkg-plist
+++ b/archivers/gcab/pkg-plist
@@ -7,7 +7,7 @@ include/libgcab-1.0/libgcab/gcab-folder.h
 lib/girepository-1.0/GCab-1.0.typelib
 lib/libgcab-1.0.so
 lib/libgcab-1.0.so.0
-lib/libgcab-1.0.so.0.2.0
+lib/libgcab-1.0.so.0.3.0
 libdata/pkgconfig/libgcab-1.0.pc
 share/man/man1/gcab.1.gz
 share/gir-1.0/GCab-1.0.gir



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