mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
update to 5.0.5
This commit is contained in:
parent
8c3765c795
commit
ed72f75047
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142998
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= sqwebmail
|
||||
PORTVERSION= 5.0.4
|
||||
PORTVERSION= 5.0.5
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= mail www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
@ -19,6 +19,7 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
|
||||
|
||||
BUILD_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
||||
RUN_DEPENDS= courierauthconfig:${PORTSDIR}/security/courier-authlib-base
|
||||
LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
|
||||
|
||||
OPTIONS= CACHEDIR "Cache logins" on \
|
||||
GZIP "Compress messages with gzip" on \
|
||||
@ -188,6 +189,15 @@ CONFIGURE_ARGS+= --enable-maxpurge=${WITH_MAXPURGE}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|LIBPCRE=-lpcre|LIBPCRE="-L${LOCALBASE}/lib -lpcre"|g' \
|
||||
${WRKSRC}/maildir/configure
|
||||
|
||||
@${REINPLACE_CMD} -e 's|-lpcre|-L${LOCALBASE}/lib &|g' \
|
||||
${WRKSRC}/sqwebmail/Makefile.in
|
||||
|
||||
@${REINPLACE_CMD} -e 's|\$$(testmaildirfilter_LDADD)|& \$$(LIBPCRE)|g' \
|
||||
${WRKSRC}/maildir/Makefile.in
|
||||
|
||||
@${REINPLACE_CMD} -e 's|^case x$$lockmethod in|${TEST} \&\& &|g' \
|
||||
${WRKSRC}/liblock/configure
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (sqwebmail-5.0.4.tar.bz2) = fee97b3546b954f0307e2d8963be7498
|
||||
SIZE (sqwebmail-5.0.4.tar.bz2) = 3567522
|
||||
MD5 (sqwebmail-5.0.5.tar.bz2) = f8588272e381f9fc0e415371b939c591
|
||||
SIZE (sqwebmail-5.0.5.tar.bz2) = 3564164
|
||||
|
Loading…
Reference in New Issue
Block a user