View | Details | Raw Unified | Return to bug 31833
Collapse All | Expand All

(-)sylpheed/Makefile (-4 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	sylpheed
8
PORTNAME=	sylpheed
9
PORTVERSION=	0.6.4
9
PORTVERSION=	0.6.5
10
CATEGORIES=	mail ipv6
10
CATEGORIES=	mail ipv6
11
MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
11
MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
12
12
Lines 53-61 Link Here
53
53
54
pre-configure:
54
pre-configure:
55
	${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4
55
	${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4
56
.if defined(WITH_GPGME)
56
	if ([ ${WITH_GPGME} ] || [ -f "${LOCALBASE}/share/aclocal/gpgme.m4" ]) ; then \
57
	${RM} -f ${WRKSRC}/ac/gpgme.m4
57
		${RM} -f ${WRKSRC}/ac/gpgme.m4 ; \
58
.endif
58
	fi
59
59
60
post-install:
60
post-install:
61
.if !defined(NOPORTDOCS)
61
.if !defined(NOPORTDOCS)
(-)sylpheed/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (sylpheed-0.6.4.tar.bz2) = 517ed25347565e776526364566163c10
1
MD5 (sylpheed-0.6.5.tar.bz2) = 60016b1319df112172fa5623308afe2c

Return to bug 31833