summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-24 18:38:46 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-11-24 18:38:46 +0000
commit1ae17e5d0ef56f3d525104e99008ddb89b1095f0 (patch)
tree25db1077c55b9c4800f92cac9a1fad2ee66f5317 /mail
parentmake 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')
-rw-r--r--mail/sylpheed/Makefile8
-rw-r--r--mail/sylpheed/distinfo2
-rw-r--r--mail/sylpheed2-devel/Makefile8
-rw-r--r--mail/sylpheed2-devel/distinfo2
-rw-r--r--mail/sylpheed2/Makefile8
-rw-r--r--mail/sylpheed2/distinfo2
-rw-r--r--mail/sylpheed3/Makefile8
-rw-r--r--mail/sylpheed3/distinfo2
8 files changed, 20 insertions, 20 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index f637d9b2182d..690486e92ec0 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/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/sylpheed/distinfo b/mail/sylpheed/distinfo
index 48d5dc070765..361677c08e19 100644
--- a/mail/sylpheed/distinfo
+++ b/mail/sylpheed/distinfo
@@ -1 +1 @@
-MD5 (sylpheed-0.6.4.tar.bz2) = 517ed25347565e776526364566163c10
+MD5 (sylpheed-0.6.5.tar.bz2) = 60016b1319df112172fa5623308afe2c
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile
index f637d9b2182d..690486e92ec0 100644
--- a/mail/sylpheed2-devel/Makefile
+++ b/mail/sylpheed2-devel/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/sylpheed2-devel/distinfo b/mail/sylpheed2-devel/distinfo
index 48d5dc070765..361677c08e19 100644
--- a/mail/sylpheed2-devel/distinfo
+++ b/mail/sylpheed2-devel/distinfo
@@ -1 +1 @@
-MD5 (sylpheed-0.6.4.tar.bz2) = 517ed25347565e776526364566163c10
+MD5 (sylpheed-0.6.5.tar.bz2) = 60016b1319df112172fa5623308afe2c
diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile
index f637d9b2182d..690486e92ec0 100644
--- a/mail/sylpheed2/Makefile
+++ b/mail/sylpheed2/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/sylpheed2/distinfo b/mail/sylpheed2/distinfo
index 48d5dc070765..361677c08e19 100644
--- a/mail/sylpheed2/distinfo
+++ b/mail/sylpheed2/distinfo
@@ -1 +1 @@
-MD5 (sylpheed-0.6.4.tar.bz2) = 517ed25347565e776526364566163c10
+MD5 (sylpheed-0.6.5.tar.bz2) = 60016b1319df112172fa5623308afe2c
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