diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-23 10:27:32 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-03-23 10:27:32 +0000 |
commit | f388150da86dd311e51660c7847c7750b45c9d3f (patch) | |
tree | 0306d82147b0335a87796920b47e69ef1a3cf3f5 /mail/sylpheed | |
parent | Update to 3.3.2. (diff) |
Update to 0.8.11.
PR: ports/49021
Submitted by: Oliver Lehmann <lehmann@ans-netz.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=77240
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 bc28c71de898..6efad9399509 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 f14512b95f23..37742e05d3b9 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 8dec2b8421b6..62f1f6c099fc 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 |