diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-29 11:07:02 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-04-29 11:07:02 +0000 |
commit | 0bdf556f71b63e99fa6e651baa73660a5b353f6c (patch) | |
tree | e56bd75b2bb634fac9e05f3bac086d5bff9cd387 /mail | |
parent | 3fece9197353281410d1aaeba54476ca0b380a6f (diff) | |
download | ports-0bdf556f71b63e99fa6e651baa73660a5b353f6c.tar.gz ports-0bdf556f71b63e99fa6e651baa73660a5b353f6c.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqwebmail/Makefile | 4 | ||||
-rw-r--r-- | mail/sqwebmail/distinfo | 4 | ||||
-rw-r--r-- | mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c | 15 |
3 files changed, 19 insertions, 4 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 2df5a5941cfa..27d032c4d477 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sqwebmail -PORTVERSION= 5.4.3 +PORTVERSION= 5.5.1 CATEGORIES= mail www MASTER_SITES= SF/courier/webmail/${PORTVERSION} @@ -186,7 +186,7 @@ post-patch: @${REINPLACE_CMD} -e 's|@echo|echo|g' ${WRKSRC}/maildir/configure @${REINPLACE_CMD} -e 's|-lpcre|-L${LOCALBASE}/lib &|g' \ - ${WRKSRC}/sqwebmail/Makefile.in + ${WRKSRC}/sqwebmail/Makefile.in @${REINPLACE_CMD} -e 's|\$$(testmaildirfilter_LDADD)|& \$$(LIBPCRE)|g; \ s|$$(LINK) $$(maildirkw_LDFLAGS)|$$(CXXLINK) $$(maildirkw_LDFLAGS)|' \ diff --git a/mail/sqwebmail/distinfo b/mail/sqwebmail/distinfo index dad79a5b388b..2bdf70feb9d4 100644 --- a/mail/sqwebmail/distinfo +++ b/mail/sqwebmail/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqwebmail-5.4.3.tar.bz2) = 67c06d4afa4520e1d8405c4575f86828a54e67df129518dcb5fcedd8928745a9 -SIZE (sqwebmail-5.4.3.tar.bz2) = 4045464 +SHA256 (sqwebmail-5.5.1.tar.bz2) = 5e4cbe0d05dbe8a689967addf1dcc103536599f7910fa9fbd13281a4fae28972 +SIZE (sqwebmail-5.5.1.tar.bz2) = 3667997 diff --git a/mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c b/mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c new file mode 100644 index 000000000000..0314733badcb --- /dev/null +++ b/mail/sqwebmail/files/patch-sqwebmail::showmsg2html.c @@ -0,0 +1,15 @@ +--- ./sqwebmail/showmsg2html.c.orig 2011-04-29 11:57:03.000000000 +0200 ++++ ./sqwebmail/showmsg2html.c 2011-04-29 11:57:26.000000000 +0200 +@@ -14,6 +14,12 @@ + #include <string.h> + #include <errno.h> + ++void error(const char *p) ++{ ++ fprintf(stderr, "%s\n", p); ++ exit(1); ++} ++ + void rfc2045_error(const char *p) + { + fprintf(stderr, "%s\n", p); |