git: 138948297672 - main - net-im/openfire: Switch to USE_GITHUB
Neel Chauhan
nc at FreeBSD.org
Sat Jun 26 18:33:29 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=138948297672f43af0fa75647288abc84602385d
commit 138948297672f43af0fa75647288abc84602385d
Author: Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-06-26 18:31:06 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-06-26 18:33:09 +0000
net-im/openfire: Switch to USE_GITHUB
PR: 256748
Reported by: Daniel Engberg <daniel.engberg.lists AT pyret DOT net>
---
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 at 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
More information about the dev-commits-ports-all
mailing list