From owner-dev-commits-ports-main@freebsd.org Sat Jun 26 18:33:29 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D29B765821E; Sat, 26 Jun 2021 18:33:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GC2Z15fStz3M2R; Sat, 26 Jun 2021 18:33:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A987023A7A; Sat, 26 Jun 2021 18:33:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15QIXTZf007521; Sat, 26 Jun 2021 18:33:29 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15QIXTCO007520; Sat, 26 Jun 2021 18:33:29 GMT (envelope-from git) Date: Sat, 26 Jun 2021 18:33:29 GMT Message-Id: <202106261833.15QIXTCO007520@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 138948297672 - main - net-im/openfire: Switch to USE_GITHUB MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 138948297672f43af0fa75647288abc84602385d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2021 18:33:29 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=138948297672f43af0fa75647288abc84602385d commit 138948297672f43af0fa75647288abc84602385d Author: Neel Chauhan AuthorDate: 2021-06-26 18:31:06 +0000 Commit: Neel Chauhan CommitDate: 2021-06-26 18:33:09 +0000 net-im/openfire: Switch to USE_GITHUB PR: 256748 Reported by: Daniel Engberg --- net-im/openfire/Makefile | 8 ++++---- net-im/openfire/distinfo | 8 +++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index 7222e28417e4..50e1bcf040af 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -2,11 +2,9 @@ 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 @@ -14,6 +12,9 @@ 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 @@ -23,7 +24,6 @@ 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 980333b42dc7..29a3e9210e49 100644 --- a/net-im/openfire/distinfo +++ b/net-im/openfire/distinfo @@ -1,5 +1,3 @@ -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 +TIMESTAMP = 1624732221 +SHA256 (igniterealtime-openfire-v4.6.4_GH0.tar.gz) = 7472674c2469b7fb1eb25edcb4b529eda0a49be335c146861656d766443bda23 +SIZE (igniterealtime-openfire-v4.6.4_GH0.tar.gz) = 6770705