Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 14:34:10 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3c805f009ac2 - main - multimedia/gaupol: Update 1.15 => 1.16
Message-ID:  <69f36862.3c909.37fa8c45@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

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

commit 3c805f009ac2b126875d94f9f8c177e4dbcb5333
Author:     Yusuf Yaman <nxjoseph@FreeBSD.org>
AuthorDate: 2026-04-30 07:58:19 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-04-30 14:29:53 +0000

    multimedia/gaupol: Update 1.15 => 1.16
    
    Changelog:
    https://github.com/otsaloma/gaupol/releases/tag/1.16
    
    Reviewed by:    osa, vvd (mentors)
    Approved by:    osa, vvd (mentors)
    Differential Revision: https://reviews.freebsd.org/D56738
---
 multimedia/gaupol/Makefile             |  3 +--
 multimedia/gaupol/distinfo             |  6 +++---
 multimedia/gaupol/files/patch-setup.py | 28 ++++++++++++++--------------
 3 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/multimedia/gaupol/Makefile b/multimedia/gaupol/Makefile
index ed40c1f23e79..c3cc10fbfad5 100644
--- a/multimedia/gaupol/Makefile
+++ b/multimedia/gaupol/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gaupol
-DISTVERSION=	1.15
-PORTREVISION=	2
+DISTVERSION=	1.16
 CATEGORIES=	multimedia python
 
 MAINTAINER=	nxjoseph@FreeBSD.org
diff --git a/multimedia/gaupol/distinfo b/multimedia/gaupol/distinfo
index eab37a14afd2..2cd3e7d5d6fd 100644
--- a/multimedia/gaupol/distinfo
+++ b/multimedia/gaupol/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737682212
-SHA256 (otsaloma-gaupol-1.15_GH0.tar.gz) = 4128aa01f2ed3ecbcf12676e99087351251a9f105c14567786b31e77ba9fbfd7
-SIZE (otsaloma-gaupol-1.15_GH0.tar.gz) = 593412
+TIMESTAMP = 1777503823
+SHA256 (otsaloma-gaupol-1.16_GH0.tar.gz) = ea45025d8de5f5a089d4626085a4f1ed7d7e021462a30aa777728e32327d71ca
+SIZE (otsaloma-gaupol-1.16_GH0.tar.gz) = 594322
diff --git a/multimedia/gaupol/files/patch-setup.py b/multimedia/gaupol/files/patch-setup.py
index 8e5c418b6123..c05947674627 100644
--- a/multimedia/gaupol/files/patch-setup.py
+++ b/multimedia/gaupol/files/patch-setup.py
@@ -1,20 +1,20 @@
---- setup.py.orig	2024-06-10 18:55:29 UTC
+--- setup.py.orig	2026-04-13 19:35:05 UTC
 +++ setup.py
-@@ -100,12 +100,10 @@ class Clean(clean):
-         for targets in [glob.glob(x.strip()) for x in f]:
-             for target in filter(os.path.isdir, targets):
-                 log.info("removing {}".format(target))
--                if not self.dry_run:
--                    shutil.rmtree(target)
-+                shutil.rmtree(target)
-             for target in filter(os.path.isfile, targets):
-                 log.info("removing {}".format(target))
--                if not self.dry_run:
--                    os.remove(target)
-+                os.remove(target)
-         f.close()
+@@ -102,12 +102,10 @@ class Clean(clean):
+             for targets in [glob.glob(x.strip()) for x in f]:
+                 for target in filter(os.path.isdir, targets):
+                     log.info("removing {}".format(target))
+-                    if not self.dry_run:
+-                        shutil.rmtree(target)
++                    shutil.rmtree(target)
+                 for target in filter(os.path.isfile, targets):
+                     log.info("removing {}".format(target))
+-                    if not self.dry_run:
+-                        os.remove(target)
++                    os.remove(target)
  
  
+ class Distribution(distribution):
 @@ -219,7 +217,9 @@ class InstallData(install_data):
          data_dir = get_command_obj("install_data").install_dir
          data_dir = os.path.join(data_dir, "share", "gaupol")


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f36862.3c909.37fa8c45>