diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2021-06-26 20:08:58 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-06-26 20:14:03 +0000 |
commit | 65673fb381052e38f9573b27f2058109688eb29f (patch) | |
tree | fcd68de204aa3c4f7534ee0491343faca2d96557 | |
parent | 19fa1dcf45adf3b9a5b31c17505303c9cd80e9e0 (diff) | |
download | ports-65673fb381052e38f9573b27f2058109688eb29f.tar.gz ports-65673fb381052e38f9573b27f2058109688eb29f.zip |
net-im/openfire: revert commit 138948297672f43af0fa75647288abc84602385d
This commit broke the build.
-rw-r--r-- | net-im/openfire/Makefile | 8 | ||||
-rw-r--r-- | 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 |