Date: Thu, 21 Jan 2021 20:21:16 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562240 - in head/www/mhonarc: . files Message-ID: <202101212021.10LKLGTS017764@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Jan 21 20:21:16 2021 New Revision: 562240 URL: https://svnweb.freebsd.org/changeset/ports/562240 Log: www/mhonarc: update 2.6.18 -> 2.6.24, switch to other upstream source - the sympa community maintains this code this patch switches to this source and update to last version PR: 252466 Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr> Approved by: kerndtr@kerndt.com (maintainer timeout) Relnotes: https://github.com/sympa-community/MHonArc/blob/master/CHANGES Deleted: head/www/mhonarc/files/ Modified: head/www/mhonarc/Makefile head/www/mhonarc/distinfo Modified: head/www/mhonarc/Makefile ============================================================================== --- head/www/mhonarc/Makefile Thu Jan 21 20:14:50 2021 (r562239) +++ head/www/mhonarc/Makefile Thu Jan 21 20:21:16 2021 (r562240) @@ -2,17 +2,20 @@ # $FreeBSD$ PORTNAME= mhonarc -PORTVERSION= 2.6.18 -PORTREVISION= 2 +PORTVERSION= 2.6.24 CATEGORIES= www mail -MASTER_SITES= http://www.mhonarc.org/release/MHonArc/tar/ \ - http://www.oac.uci.edu/indiv/ehood/tar/ -DISTNAME= MHonArc-${PORTVERSION} MAINTAINER= kerndtr@kerndt.com COMMENT= WWW front end for mail archives +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + USES= tar:bzip2 perl5 +USE_GITHUB= YES +GH_ACCOUNT= sympa-community +GH_PROJECT= MHonArc + NO_BUILD= yes NO_ARCH= yes Modified: head/www/mhonarc/distinfo ============================================================================== --- head/www/mhonarc/distinfo Thu Jan 21 20:14:50 2021 (r562239) +++ head/www/mhonarc/distinfo Thu Jan 21 20:21:16 2021 (r562240) @@ -1,2 +1,3 @@ -SHA256 (MHonArc-2.6.18.tar.bz2) = 4fd014cf69c40ae7d50a9dca519f279a09563004b200edb86b7c8c6f3e3fb534 -SIZE (MHonArc-2.6.18.tar.bz2) = 1546854 +TIMESTAMP = 1609931515 +SHA256 (sympa-community-MHonArc-2.6.24_GH0.tar.gz) = 8d1645b79a5c3fef8d13f7a82b3b680166794aaab7b6822a2313d9fb34d97af1 +SIZE (sympa-community-MHonArc-2.6.24_GH0.tar.gz) = 1955519
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101212021.10LKLGTS017764>