aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-09-17 18:51:56 +0800
committeroliver <oliver@FreeBSD.org>2005-09-17 18:51:56 +0800
commit482f7f54a6e91051a8360ffa91d8d7789f32fa50 (patch)
tree27a0c5b7f4fd7b6c750c5e03bbd9d33315d103d9
parenta8ab16326d7065ab2ce7da4c92242a12e5f6f832 (diff)
downloadfreebsd-ports-gnome-482f7f54a6e91051a8360ffa91d8d7789f32fa50.tar.gz
freebsd-ports-gnome-482f7f54a6e91051a8360ffa91d8d7789f32fa50.tar.zst
freebsd-ports-gnome-482f7f54a6e91051a8360ffa91d8d7789f32fa50.zip
update to 5.0.5
-rw-r--r--mail/sqwebmail/Makefile12
-rw-r--r--mail/sqwebmail/distinfo4
2 files changed, 13 insertions, 3 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile
index aff7af4eede0..020d3874d454 100644
--- a/mail/sqwebmail/Makefile
+++ b/mail/sqwebmail/Makefile
@@ -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
diff --git a/mail/sqwebmail/distinfo b/mail/sqwebmail/distinfo
index b38c9966fab6..c899213d4680 100644
--- a/mail/sqwebmail/distinfo
+++ b/mail/sqwebmail/distinfo
@@ -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