diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 18:38:46 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-11-24 18:38:46 +0000 |
commit | 1ae17e5d0ef56f3d525104e99008ddb89b1095f0 (patch) | |
tree | 25db1077c55b9c4800f92cac9a1fad2ee66f5317 /mail/sylpheed3 | |
parent | make it work with 80x50 (diff) |
Update to 0.6.5
PR: 31833
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=50487
Diffstat (limited to 'mail/sylpheed3')
-rw-r--r-- | mail/sylpheed3/Makefile | 8 | ||||
-rw-r--r-- | mail/sylpheed3/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index f637d9b2182d..690486e92ec0 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -53,9 +53,9 @@ pre-extract: pre-configure: ${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4 -.if defined(WITH_GPGME) - ${RM} -f ${WRKSRC}/ac/gpgme.m4 -.endif + if ([ ${WITH_GPGME} ] || [ -f "${LOCALBASE}/share/aclocal/gpgme.m4" ]) ; then \ + ${RM} -f ${WRKSRC}/ac/gpgme.m4 ; \ + fi post-install: .if !defined(NOPORTDOCS) diff --git a/mail/sylpheed3/distinfo b/mail/sylpheed3/distinfo index 48d5dc070765..361677c08e19 100644 --- a/mail/sylpheed3/distinfo +++ b/mail/sylpheed3/distinfo @@ -1 +1 @@ -MD5 (sylpheed-0.6.4.tar.bz2) = 517ed25347565e776526364566163c10 +MD5 (sylpheed-0.6.5.tar.bz2) = 60016b1319df112172fa5623308afe2c |