diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-11-25 02:38:46 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-11-25 02:38:46 +0800 |
commit | 1afa2d237b62192013b553b887cc3702c648f6a0 (patch) | |
tree | ac4831f75a9837c08837143d1fd49c7e1cf4c727 /mail/sylpheed3 | |
parent | 36cdd9dae709c2bdf1d2ff04b156d2a17cbad4d1 (diff) | |
download | freebsd-ports-gnome-1afa2d237b62192013b553b887cc3702c648f6a0.tar.gz freebsd-ports-gnome-1afa2d237b62192013b553b887cc3702c648f6a0.tar.zst freebsd-ports-gnome-1afa2d237b62192013b553b887cc3702c648f6a0.zip |
Update to 0.6.5
PR: 31833
Submitted by: maintainer
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 |