diff options
author | nork <nork@FreeBSD.org> | 2003-03-23 10:27:32 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-03-23 10:27:32 +0000 |
commit | 7a221fefa070d6c1bd838b498b662352ab3afe76 (patch) | |
tree | 9a4a50e6c0717bcd537adaea3a0aafdf8af0ee4a /mail/sylpheed | |
parent | 98e65d059582b90619e6a22f525bab9720f852ac (diff) | |
download | FreeBSD-ports-7a221fefa070d6c1bd838b498b662352ab3afe76.zip FreeBSD-ports-7a221fefa070d6c1bd838b498b662352ab3afe76.tar.gz |
Update to 0.8.11.
PR: ports/49021
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (maintainer)
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 8 | ||||
-rw-r--r-- | mail/sylpheed/distinfo | 2 | ||||
-rw-r--r-- | mail/sylpheed/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index bc28c71..6efad93 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sylpheed -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.11 PORTREVISION= 0 CATEGORIES= mail ipv6 MASTER_SITES= http://sylpheed.good-day.net/sylpheed/ @@ -21,8 +21,8 @@ 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" +CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext \ --program-transform-name='' @@ -88,7 +88,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \ - s|-lresolv||g' ${WRKSRC}/configure + s|-lresolv||g; s|-lpisock\"|-liconv &|g' ${WRKSRC}/configure .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's|^SUBDIRS = ac po intl src manual faq$$|SUBDIRS = ac po intl src|g' \ diff --git a/mail/sylpheed/distinfo b/mail/sylpheed/distinfo index f14512b..37742e0 100644 --- a/mail/sylpheed/distinfo +++ b/mail/sylpheed/distinfo @@ -1 +1 @@ -MD5 (sylpheed-0.8.10.tar.bz2) = 53f32890a0582e6697f3ed2b4294b536 +MD5 (sylpheed-0.8.11.tar.bz2) = 3d28e785af86da23852225d8e1a66afe diff --git a/mail/sylpheed/pkg-plist b/mail/sylpheed/pkg-plist index 8dec2b8..62f1f6c 100644 --- a/mail/sylpheed/pkg-plist +++ b/mail/sylpheed/pkg-plist @@ -15,6 +15,7 @@ share/locale/el/LC_MESSAGES/sylpheed.mo share/locale/es/LC_MESSAGES/sylpheed.mo share/locale/et/LC_MESSAGES/sylpheed.mo share/locale/fr/LC_MESSAGES/sylpheed.mo +share/locale/gl/LC_MESSAGES/sylpheed.mo share/locale/hr/LC_MESSAGES/sylpheed.mo share/locale/hu/LC_MESSAGES/sylpheed.mo share/locale/it/LC_MESSAGES/sylpheed.mo |