diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/halloy/Makefile | 10 | ||||
-rw-r--r-- | irc/konversation/distinfo | 6 | ||||
-rw-r--r-- | irc/py-sopel/Makefile | 2 | ||||
-rw-r--r-- | irc/py-sopel/distinfo | 6 | ||||
-rw-r--r-- | irc/riece/Makefile | 2 | ||||
-rw-r--r-- | irc/weechat/Makefile | 2 | ||||
-rw-r--r-- | irc/weechat/distinfo | 6 | ||||
-rw-r--r-- | irc/znc-clientbuffer/Makefile | 2 |
8 files changed, 22 insertions, 14 deletions
diff --git a/irc/halloy/Makefile b/irc/halloy/Makefile index 4f6ec3752619..433ec950efff 100644 --- a/irc/halloy/Makefile +++ b/irc/halloy/Makefile @@ -26,4 +26,12 @@ post-install: $${f%org.squidowl.halloy.png}halloy.png; done && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icons/hicolor) -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH:Marmv?} +LTO_UNSAFE= yes +CARGO_ENV+= CARGO_PROFILE_RELEASE_LTO=false +.endif + + +.include <bsd.port.post.mk> diff --git a/irc/konversation/distinfo b/irc/konversation/distinfo index 9e01395d8251..d4d3ca58e5af 100644 --- a/irc/konversation/distinfo +++ b/irc/konversation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751381495 -SHA256 (KDE/release-service/25.04.3/konversation-25.04.3.tar.xz) = bb00a864d7d7f404f1cac6d4d2e415bd038c8bfe913645da9dda1aaf70d06c37 -SIZE (KDE/release-service/25.04.3/konversation-25.04.3.tar.xz) = 4449940 +TIMESTAMP = 1754646404 +SHA256 (KDE/release-service/25.08.0/konversation-25.08.0.tar.xz) = 7fb824266234c3ccbd5f4ed751b7f89688dbfc1bcba50a164d33eb3a27b9073f +SIZE (KDE/release-service/25.08.0/konversation-25.08.0.tar.xz) = 4470700 diff --git a/irc/py-sopel/Makefile b/irc/py-sopel/Makefile index 4b4e1ba06602..8e33cfd7f015 100644 --- a/irc/py-sopel/Makefile +++ b/irc/py-sopel/Makefile @@ -1,5 +1,5 @@ PORTNAME= sopel -DISTVERSION= 8.0.3 +DISTVERSION= 8.0.4 CATEGORIES= irc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/irc/py-sopel/distinfo b/irc/py-sopel/distinfo index 3d8440494a6a..0d15ee158f3b 100644 --- a/irc/py-sopel/distinfo +++ b/irc/py-sopel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754007890 -SHA256 (sopel-8.0.3.tar.gz) = 961a0481f61aa9a65fadf560c874b097f6a582a8e7bc073fa6754fc0af187427 -SIZE (sopel-8.0.3.tar.gz) = 250478 +TIMESTAMP = 1756499040 +SHA256 (sopel-8.0.4.tar.gz) = d7a403cec642aae00f1f714fc818f179719cbd276360b6454d73740129de44e5 +SIZE (sopel-8.0.4.tar.gz) = 250580 diff --git a/irc/riece/Makefile b/irc/riece/Makefile index 68b20f3e9b30..5e2125c44f9f 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -1,6 +1,6 @@ PORTNAME= riece PORTVERSION= 9.0.0 -PORTREVISION= 27 +PORTREVISION= 28 PORTEPOCH= 1 CATEGORIES= irc elisp MASTER_SITES= SAVANNAH diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 0e8f49ce2a19..ec7f4b1e42c4 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -1,5 +1,5 @@ PORTNAME= weechat -PORTVERSION= 4.7.0 +PORTVERSION= 4.7.1 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo index e90afaaa26a1..92b132787832 100644 --- a/irc/weechat/distinfo +++ b/irc/weechat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752921168 -SHA256 (weechat-4.7.0.tar.xz) = 45dc0396060c863169868349ec280af1c6f4ac524aa492580e1a065e142c2cd8 -SIZE (weechat-4.7.0.tar.xz) = 2768216 +TIMESTAMP = 1755500823 +SHA256 (weechat-4.7.1.tar.xz) = e83fb71ca251c5dd74bd9c5a6bd3f85dc2eb8ecec0955f43c07f3e0911edb7d3 +SIZE (weechat-4.7.1.tar.xz) = 2768340 diff --git a/irc/znc-clientbuffer/Makefile b/irc/znc-clientbuffer/Makefile index 79703ab3e822..67eba650bff3 100644 --- a/irc/znc-clientbuffer/Makefile +++ b/irc/znc-clientbuffer/Makefile @@ -1,7 +1,7 @@ PORTNAME= znc-clientbuffer DISTVERSIONPREFIX= v DISTVERSION= 1.0.48 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MAINTAINER= mdw@FreeBSD.org |