git: 0fabf942a3e6 - main - multimedia/totem-pl-parser: do not depend on libsoup and gmime
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Mar 2025 10:21:26 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0fabf942a3e6ca49cb4010cf2a6b8b7b851ed99b
commit 0fabf942a3e6ca49cb4010cf2a6b8b7b851ed99b
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-03-05 09:02:46 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-03-05 10:21:23 +0000
multimedia/totem-pl-parser: do not depend on libsoup and gmime
---
multimedia/totem-pl-parser/Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile
index 4c0d8cf80d3a..29cf4d37a531 100644
--- a/multimedia/totem-pl-parser/Makefile
+++ b/multimedia/totem-pl-parser/Makefile
@@ -1,5 +1,6 @@
PORTNAME= totem-pl-parser
PORTVERSION= 3.26.6
+PORTREVISION= 1
CATEGORIES= multimedia gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -10,9 +11,7 @@ COMMENT= GObject-based library to parse a host of playlist formats
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
-LIB_DEPENDS= libgmime-3.0.so:mail/gmime30 \
- libsoup-2.4.so:devel/libsoup \
- libgpg-error.so:security/libgpg-error \
+LIB_DEPENDS= libgpg-error.so:security/libgpg-error \
libgcrypt.so:security/libgcrypt
USES= gettext gnome libarchive localbase:ldflags meson pkgconfig tar:xz