diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-14 17:23:27 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-14 17:23:27 +0000 |
commit | 2c6f83d5d501cacc0c295566d04c0bacb7816d62 (patch) | |
tree | c90c3e8b808867b460bd530ebd95f863904b7add /mail/sylpheed2-devel | |
parent | Update to 1.0.4 (diff) |
Update to 0.8.0
PR: 40550
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=62935
Diffstat (limited to 'mail/sylpheed2-devel')
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 5 | ||||
-rw-r--r-- | mail/sylpheed2-devel/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index f5d0ce86ca8d..3931d2c068a5 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.7.8 +PORTVERSION= 0.8.0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -17,6 +17,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_GTK= yes USE_LIBTOOL= yes +USE_REINPLACE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" @@ -84,7 +85,7 @@ pre-everything:: @${ECHO} "" post-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ s|-lresolv||g' ${WRKSRC}/configure pre-build: diff --git a/mail/sylpheed2-devel/distinfo b/mail/sylpheed2-devel/distinfo index baf663489e93..90fd89cd7786 100644 --- a/mail/sylpheed2-devel/distinfo +++ b/mail/sylpheed2-devel/distinfo @@ -1 +1 @@ -MD5 (sylpheed-0.7.8.tar.bz2) = dc20883985568620ca69e8189a7f55ce +MD5 (sylpheed-0.8.0.tar.bz2) = 49c33d2097e339b188eeac561ae5c251 |