Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2024 08:41:43 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e9c01f4f5dcf - main - devel/qscintilla2*: Forced PORTREVISION bump
Message-ID:  <202410300841.49U8fhE2073877@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jhale:

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

commit e9c01f4f5dcf77aeb0ee295b079009ff02b0a269
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2024-10-30 08:12:54 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-10-30 08:40:48 +0000

    devel/qscintilla2*: Forced PORTREVISION bump
    
    Try to overcome the nag emails about version numbers going backwards
    bombarding the kde@ list after b75599479b82.
    
    These origins were once the home of the Qt4 version of qscintilla2
    that had PORTEPOCH set, but were deleted so long ago, they even aren't
    even in MOVED. Furthurmore, the package names are different.
---
 devel/qscintilla2-designerplugin/Makefile | 1 +
 devel/qscintilla2/Makefile                | 1 +
 2 files changed, 2 insertions(+)

diff --git a/devel/qscintilla2-designerplugin/Makefile b/devel/qscintilla2-designerplugin/Makefile
index 532b29f8e3bc..31eb21db3fe1 100644
--- a/devel/qscintilla2-designerplugin/Makefile
+++ b/devel/qscintilla2-designerplugin/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	designerplugin
 PORTVERSION=	${QSCI2_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITES_QSCI2}
 PKGNAMEPREFIX=	qscintilla2-
diff --git a/devel/qscintilla2/Makefile b/devel/qscintilla2/Makefile
index 60ede7bd4554..b84d58251529 100644
--- a/devel/qscintilla2/Makefile
+++ b/devel/qscintilla2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	qscintilla2
 PORTVERSION=	${QSCI2_VERSION}
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITES_QSCI2}
 PKGNAMESUFFIX=	-${FLAVOR}


home | help

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