Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 2020 09:48:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547161 - in head/www/hypermail: . files
Message-ID:  <202008310948.07V9mHpI099433@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Aug 31 09:48:17 2020
New Revision: 547161
URL: https://svnweb.freebsd.org/changeset/ports/547161

Log:
  Update to 2.4.0

Deleted:
  head/www/hypermail/files/
Modified:
  head/www/hypermail/Makefile
  head/www/hypermail/distinfo

Modified: head/www/hypermail/Makefile
==============================================================================
--- head/www/hypermail/Makefile	Mon Aug 31 09:36:42 2020	(r547160)
+++ head/www/hypermail/Makefile	Mon Aug 31 09:48:17 2020	(r547161)
@@ -2,27 +2,30 @@
 # $FreeBSD$
 
 PORTNAME=	hypermail
-PORTVERSION=	2.3.0
-PORTREVISION=	2
+PORTVERSION=	2.4.0
+DISTVERSIONPREFIX=	v
 CATEGORIES=	www mail
-MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Program to generate a cross-referenced HTML mail archive
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS+=	libgdbm.so:databases/gdbm \
-		libpcre.so:devel/pcre
+LIB_DEPENDS+=	libpcre.so:devel/pcre \
+		libtrio.so:devel/trio
 
-USES=		desthack
+USES=		localbase iconv desthack
 
+USE_GITHUB=	yes
+GH_ACCOUNT=	hypermail-project
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-htmldir=${STAGEDIR}${PREFIX}/share/doc/hypermail \
-		--with-gdbm=${LOCALBASE}
+		--without-gdbm \
+		--with-external-pcre=${LOCALBASE}/bin/pcre-config \
+		--enable-system-libtrio
 
-CFLAGS+=	-L${LOCALBASE}/lib
-WRKSRC=		${WRKDIR}/${PORTNAME}
+MAKE_ARGS=	INSTALL_PROG=${INSTALL}
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/www/hypermail/distinfo
==============================================================================
--- head/www/hypermail/distinfo	Mon Aug 31 09:36:42 2020	(r547160)
+++ head/www/hypermail/distinfo	Mon Aug 31 09:48:17 2020	(r547161)
@@ -1,2 +1,3 @@
-SHA256 (hypermail-2.3.0.tar.gz) = 619938b0cf54eae786f36ef237f106ef7bff7a5c69904ca32afd8d47bf1605d1
-SIZE (hypermail-2.3.0.tar.gz) = 1280010
+TIMESTAMP = 1598864487
+SHA256 (hypermail-project-hypermail-v2.4.0_GH0.tar.gz) = e1d8b51d2c6129a2fbabd156d441f1133cca38cf50c7b26d4a760710df17e7d8
+SIZE (hypermail-project-hypermail-v2.4.0_GH0.tar.gz) = 2964813



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008310948.07V9mHpI099433>