From ad4b417832a449b73823462e883c4071908da2ca Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 16 Dec 2025 18:56:56 +0800 Subject: [PATCH] misc/iso-codes: Fix 4ae07eaae285bbb61cebc9bb287d67f9c3200124 - Fix *_DEPENDS of dependent ports - Bump PORTREVISION for package change Reported by: fluffy --- chinese/fcitx-configtool/Makefile | 2 +- chinese/fcitx/Makefile | 2 +- editors/pluma/Makefile | 4 ++-- graphics/gimp-app/Makefile | 4 ++-- graphics/gimp3-app/Makefile | 4 ++-- irc/hexchat/Makefile | 2 +- misc/iso-codes/Makefile | 1 + www/gtkhtml4/Makefile | 4 ++-- 8 files changed, 12 insertions(+), 11 deletions(-) diff --git a/chinese/fcitx-configtool/Makefile b/chinese/fcitx-configtool/Makefile index 1d0c1b9c3270..ef8a47406231 100644 --- a/chinese/fcitx-configtool/Makefile +++ b/chinese/fcitx-configtool/Makefile @@ -11,7 +11,7 @@ WWW= https://fcitx-im.org/wiki/Fcitx LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/dbus-glib-1.pc:devel/dbus-glib LIB_DEPENDS= libfcitx-config.so:chinese/fcitx diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index c2c25e00cce5..766c88a118d1 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -19,7 +19,7 @@ WWW= https://fcitx-im.org/wiki/Fcitx LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ bash:shells/bash \ ${LOCALBASE}/libdata/pkgconfig/xkeyboard-config.pc:x11/xkeyboard-config LIB_DEPENDS= libcairo.so:graphics/cairo \ diff --git a/editors/pluma/Makefile b/editors/pluma/Makefile index d7c1e840f805..e4161d4451f1 100644 --- a/editors/pluma/Makefile +++ b/editors/pluma/Makefile @@ -13,10 +13,10 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= itstool:textproc/itstool \ - ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes + iso-codes>=0:misc/iso-codes LIB_DEPENDS= libenchant-2.so:textproc/enchant2 \ libpeas-gtk-1.0.so:devel/libpeas1 -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes +RUN_DEPENDS= iso-codes>=0:misc/iso-codes PORTSCOUT= limitw:1,even diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 4c7b82af4ad9..092d9945d12c 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -13,7 +13,7 @@ WWW= https://www.gimp.org/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ gtkdocize:textproc/gtk-doc \ glib-networking>=0:net/glib-networking \ mypaint-brushes>0:graphics/mypaint-brushes @@ -40,7 +40,7 @@ LIB_DEPENDS_i386= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64le= libunwind.so:devel/libunwind -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ +RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ glib-networking>=0:net/glib-networking \ mypaint-brushes>0:graphics/mypaint-brushes diff --git a/graphics/gimp3-app/Makefile b/graphics/gimp3-app/Makefile index db88158a6ffb..0a10eb426fef 100644 --- a/graphics/gimp3-app/Makefile +++ b/graphics/gimp3-app/Makefile @@ -12,7 +12,7 @@ WWW= https://www.gimp.org/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ glib-networking>=0:net/glib-networking \ mypaint-brushes>0:graphics/mypaint-brushes \ bash:shells/bash \ @@ -48,7 +48,7 @@ LIB_DEPENDS_i386= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64le= libunwind.so:devel/libunwind -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ +RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ glib-networking>=0:net/glib-networking \ mypaint-brushes>0:graphics/mypaint-brushes diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index 68435aa711ae..442b5c16e6ae 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING DEPRECATED= Repo archived upstream as of 2024-02-10 -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \ +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes \ ${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libproxy.so:net/libproxy \ libfontconfig.so:x11-fonts/fontconfig \ diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 4ff04cad50e6..ef23c337396d 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -1,6 +1,7 @@ PORTNAME= iso-codes DISTVERSIONPREFIX= v DISTVERSION= 4.18.0 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/gtkhtml4/Makefile b/www/gtkhtml4/Makefile index 33c4f6d3a481..5a9a81e02502 100644 --- a/www/gtkhtml4/Makefile +++ b/www/gtkhtml4/Makefile @@ -10,10 +10,10 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight HTML rendering/printing/editing engine WWW= http://www.ximian.com/ -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes +BUILD_DEPENDS= iso-codes>=0:misc/iso-codes LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libenchant.so:textproc/enchant -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes +RUN_DEPENDS= iso-codes>=0:misc/iso-codes USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xorgproto