Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jun 2025 19:01:37 GMT
From:      Don Lewis <truckman@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2154a73e5b48 - main - graphics/eom: Fix LIB_DEPENDS
Message-ID:  <202506141901.55EJ1b3a076341@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by truckman:

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

commit 2154a73e5b4853ec4cae1a3d100053fbfdda1ac3
Author:     Don Lewis <truckman@FreeBSD.org>
AuthorDate: 2025-06-14 18:41:27 +0000
Commit:     Don Lewis <truckman@FreeBSD.org>
CommitDate: 2025-06-14 19:01:26 +0000

    graphics/eom: Fix LIB_DEPENDS
    
    Catch up to devel/libpeas -> devel/libpeas1 change.
    
    PR:     285609
    Fixes:  f087d1f42967 - libpeas: upgrade to 2.0.7 introduce libpeas1 to 1.36.0
---
 graphics/eom/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile
index c63e80981349..f9fc31a6821c 100644
--- a/graphics/eom/Makefile
+++ b/graphics/eom/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	eom
 DISTVERSION=	1.28.0
+PORTREVISION=	1
 CATEGORIES=	graphics mate
 MASTER_SITES=	MATE
 DIST_SUBDIR=	mate
@@ -13,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	itstool:textproc/itstool
 LIB_DEPENDS=	libstartup-notification-1.so:x11/startup-notification \
-		libpeas-gtk-1.0.so:devel/libpeas
+		libpeas-gtk-1.0.so:devel/libpeas1
 
 PORTSCOUT=	limitw:1,even
 


home | help

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