Date: Sat, 26 Jun 2021 20:14:25 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 65673fb38105 - main - net-im/openfire: revert commit 138948297672f43af0fa75647288abc84602385d Message-ID: <202106262014.15QKEPE0040963@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=65673fb381052e38f9573b27f2058109688eb29f commit 65673fb381052e38f9573b27f2058109688eb29f Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-06-26 20:08:58 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-06-26 20:14:03 +0000 net-im/openfire: revert commit 138948297672f43af0fa75647288abc84602385d This commit broke the build. --- net-im/openfire/Makefile | 8 ++++---- net-im/openfire/distinfo | 8 +++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index 50e1bcf040af..7222e28417e4 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -2,9 +2,11 @@ PORTNAME= openfire PORTVERSION= 4.6.4 -DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im java +MASTER_SITES= https://github.com/igniterealtime/${PORTNAME}/archive/refs/tags/ \ + LOCAL/pi:maven +DISTFILES= v${PORTVERSION}.tar.gz MAINTAINER= nikita@druba.su COMMENT= Enterprise instant messaging server @@ -12,9 +14,6 @@ COMMENT= Enterprise instant messaging server LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USE_GITHUB= yes -GH_ACCOUNT= igniterealtime - BUILD_DEPENDS= mvn:devel/maven OPTIONS_DEFINE= DOCS TEST @@ -24,6 +23,7 @@ MAVEN_DESC= Source of Maven build plugins LOCAL_M2_DESC= Use prefetch plugins from FreeBSD repository ONLINE_M2_DESC= Download last plugins during build process (into ~/.m2) OPTIONS_DEFAULT= LOCAL_M2 +LOCAL_M2_DISTFILES= FreeBSD-${PORTNAME}-${PORTVERSION}-maven-repository.tar.gz:maven USES= cpe USE_JAVA= yes diff --git a/net-im/openfire/distinfo b/net-im/openfire/distinfo index 29a3e9210e49..980333b42dc7 100644 --- a/net-im/openfire/distinfo +++ b/net-im/openfire/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1624732221 -SHA256 (igniterealtime-openfire-v4.6.4_GH0.tar.gz) = 7472674c2469b7fb1eb25edcb4b529eda0a49be335c146861656d766443bda23 -SIZE (igniterealtime-openfire-v4.6.4_GH0.tar.gz) = 6770705 +TIMESTAMP = 1624266366 +SHA256 (v4.6.4.tar.gz) = 7472674c2469b7fb1eb25edcb4b529eda0a49be335c146861656d766443bda23 +SIZE (v4.6.4.tar.gz) = 6770705 +SHA256 (FreeBSD-openfire-4.6.4-maven-repository.tar.gz) = 82a196764301a71f70f1a23bab4628772c9bfc05088a3a0328ef47df0b8ae453 +SIZE (FreeBSD-openfire-4.6.4-maven-repository.tar.gz) = 253011622
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106262014.15QKEPE0040963>