Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160932350
D56738.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D56738.diff
View Options
diff --git a/multimedia/gaupol/Makefile b/multimedia/gaupol/Makefile
--- 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
--- 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
--- 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")
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 30, 4:56 AM (10 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34484764
Default Alt Text
D56738.diff (2 KB)
Attached To
Mode
D56738: multimedia/gaupol: Update 1.15 => 1.16
Attached
Detach File
Event Timeline
Log In to Comment