Date: Fri, 25 Nov 2022 16:33:04 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 02b76faf1957 - main - net/unison232: Remove unneeded RUN_DEPENDS on ocaml-lablgtk2. Message-ID: <202211251633.2APGX4vL081956@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=02b76faf1957d819cbfc065857bfd281e3b4617e commit 02b76faf1957d819cbfc065857bfd281e3b4617e Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2022-11-25 16:32:12 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-11-25 16:32:12 +0000 net/unison232: Remove unneeded RUN_DEPENDS on ocaml-lablgtk2. Reported by: Tõivo Leedjärv <toivol@gmail.com> (upstream developer) Approved by: mandree (maintainer, implicit) --- net/unison232/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 12510a277612..b574e6b4e677 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -1,6 +1,6 @@ PORTNAME= unison PORTVERSION= 2.32.52 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= net MASTER_SITES= https://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${_EXTRA_DOCS} @@ -31,7 +31,6 @@ x11_BUILD_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 \ x11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -x11_RUN_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 x11_CONFLICTS_INSTALL= unison${_VERSIONSUFFIX}-nox11 PLIST_SUB= PORTVERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211251633.2APGX4vL081956>