- update to 2.1.4
- remove WITH_GDBM hook as this is now standard in hypermail
This commit is contained in:
parent
e3f3b6c42d
commit
93baf05575
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52109
@ -6,19 +6,20 @@
|
||||
#
|
||||
|
||||
PORTNAME= hypermail
|
||||
PORTVERSION= 2.1.3
|
||||
PORTVERSION= 2.1.4
|
||||
CATEGORIES= www mail
|
||||
MASTER_SITES= http://www.landfield.com/hypermail/dist/
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail
|
||||
LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm \
|
||||
pcre.0:${PORTSDIR}/devel/pcre
|
||||
|
||||
.if defined(WITH_GDBM)
|
||||
CONFIGURE_ARGS+= --with-gdbm
|
||||
LIB_DEPENDS+= gdbm.2:${PORTSDIR}/databases/gdbm
|
||||
.endif
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail \
|
||||
--with-gdbm=${LOCALBASE}
|
||||
|
||||
CFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= hypermail.1
|
||||
MAN4= hmrc.4
|
||||
|
@ -1 +1 @@
|
||||
MD5 (hypermail-2.1.3.tar.gz) = d1f50096b4871006bfc441412fceb36c
|
||||
MD5 (hypermail-2.1.4.tar.gz) = 37677c3383e27694c4a0c2304497136f
|
||||
|
11
www/hypermail/files/patch-src::proto.h
Normal file
11
www/hypermail/files/patch-src::proto.h
Normal file
@ -0,0 +1,11 @@
|
||||
--- src/proto.h.orig Mon Dec 24 12:40:11 2001
|
||||
+++ src/proto.h Mon Dec 24 12:40:19 2001
|
||||
@@ -88,7 +88,7 @@
|
||||
char *strsav(const char *);
|
||||
char *strreplace(char *, char *);
|
||||
void strcpymax(char *, const char *, int);
|
||||
-char *strcasestr(char *, const char *);
|
||||
+/* char *strcasestr(char *, const char *); */
|
||||
char *stripzone(char *);
|
||||
int numstrchr(char *, char);
|
||||
char *getvalue(char *);
|
Loading…
Reference in New Issue
Block a user