git: 5b5de1138811 - main - net-im/libpurple: Fix version number going backwards in net-im/pidgin
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 May 2024 17:44:32 UTC
The branch main has been updated by flo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5b5de1138811451c87bef087ca1106dc653e2668 commit 5b5de1138811451c87bef087ca1106dc653e2668 Author: Florian Smeets <flo@FreeBSD.org> AuthorDate: 2024-05-06 14:51:03 +0000 Commit: Florian Smeets <flo@FreeBSD.org> CommitDate: 2024-05-06 15:44:23 +0000 net-im/libpurple: Fix version number going backwards in net-im/pidgin bae03bdd17b2 set PORTREVISION=1 in net-im/libpurple causing PORTREVISION=4 in net-im/pidgin to be overwritten. Fix it by using ?= for PORTREVSION in the master port net-im/libpurple. --- net-im/libpurple/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index c63a308ecf40..43a8b02fdd50 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -1,6 +1,6 @@ PORTNAME?= libpurple PORTVERSION= 2.14.12 -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION}