[Bug 264566] audio/gtk-mixer: update to 1.0.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 10 Jun 2022 21:45:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264566

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eduardo@FreeBSD.org

--- Comment #1 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello,

This is a small port that can receive some block fixes and nice cosmetics:

1. portclippy Makefile

---
# USES block
USES
-USE_GNOME
USE_GITHUB
GH_ACCOUNT
+USE_GNOME

# Standard bsd.port.mk variables
+DESKTOP_ENTRIES

# Packaging list block
PLIST_FILES

-DESKTOP_ENTRIES
---

2. portfmt -D Makefile:

---
+DESKTOP_ENTRIES=       "GTK-Mixer" \
+                       "${COMMENT}" \
+                       "multimedia-volume-control" \
+                       "${PORTNAME}" \
+                       "GTK;AudioVideo;Audio;Mixer;" \
+                       true
-DESKTOP_ENTRIES="GTK-Mixer" "${COMMENT}" "multimedia-volume-control" \
-               "${PORTNAME}" "GTK;AudioVideo;Audio;Mixer;" true
---

Cheers

-- 
You are receiving this mail because:
You are the assignee for the bug.