diff options
author | pat <pat@FreeBSD.org> | 2002-07-15 01:23:27 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-07-15 01:23:27 +0800 |
commit | 75d382f61679c6c33d199455fb5fcb04f6c60554 (patch) | |
tree | 9f8f83e3238dabeb065511cf5fa1924602714e2e /mail/sylpheed | |
parent | f29e2841d579d4e17efc0ce87d905da794b2681d (diff) | |
download | freebsd-ports-gnome-75d382f61679c6c33d199455fb5fcb04f6c60554.tar.gz freebsd-ports-gnome-75d382f61679c6c33d199455fb5fcb04f6c60554.tar.zst freebsd-ports-gnome-75d382f61679c6c33d199455fb5fcb04f6c60554.zip |
Update to 0.8.0
PR: 40550
Submitted by: maintainer
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 5 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index f5d0ce86ca8d..3931d2c068a5 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/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/sylpheed/distinfo b/mail/sylpheed/distinfo index baf663489e93..90fd89cd7786 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1 +1 @@ -MD5 (sylpheed-0.7.8.tar.bz2) = dc20883985568620ca69e8189a7f55ce +MD5 (sylpheed-0.8.0.tar.bz2) = 49c33d2097e339b188eeac561ae5c251 |