svn commit: r547161 - in head/www/hypermail: . files
Baptiste Daroussin
bapt at FreeBSD.org
Mon Aug 31 09:48:18 UTC 2020
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 at 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
More information about the svn-ports-all
mailing list