diff options
author | garga <garga@FreeBSD.org> | 2006-05-10 23:51:43 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-10 23:51:43 +0800 |
commit | da9839eb247ed7c2124a0802ecfbcab93cd93df7 (patch) | |
tree | 9a7778411188cdacb426d8b38ea35d34eb944154 /mail/sylpheed-claws-gtkhtml2_viewer | |
parent | 164cba7afa212a5f6d25b350eea79979b451dfcd (diff) | |
download | freebsd-ports-gnome-da9839eb247ed7c2124a0802ecfbcab93cd93df7.tar.gz freebsd-ports-gnome-da9839eb247ed7c2124a0802ecfbcab93cd93df7.tar.zst freebsd-ports-gnome-da9839eb247ed7c2124a0802ecfbcab93cd93df7.zip |
- update to version 0.10
- remove obsolete patch
- update plist
PR: ports/97033
Submitted by: maintainer
Diffstat (limited to 'mail/sylpheed-claws-gtkhtml2_viewer')
-rw-r--r-- | mail/sylpheed-claws-gtkhtml2_viewer/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed-claws-gtkhtml2_viewer/distinfo | 6 | ||||
-rw-r--r-- | mail/sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac | 29 |
3 files changed, 5 insertions, 33 deletions
diff --git a/mail/sylpheed-claws-gtkhtml2_viewer/Makefile b/mail/sylpheed-claws-gtkhtml2_viewer/Makefile index c19e9404cb36..00700f80c454 100644 --- a/mail/sylpheed-claws-gtkhtml2_viewer/Makefile +++ b/mail/sylpheed-claws-gtkhtml2_viewer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtkhtml2_viewer -PORTVERSION= 0.8 +PORTVERSION= 0.10 CATEGORIES= mail MASTER_SITES= http://claws.sylpheed.org/downloads/plugins/ PKGNAMEPREFIX= sylpheed-claws- @@ -32,6 +32,7 @@ PLIST_FILES= lib/sylpheed-claws/plugins/gtkhtml2_viewer.a \ lib/sylpheed-claws/plugins/gtkhtml2_viewer.la \ lib/sylpheed-claws/plugins/gtkhtml2_viewer.so \ share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo \ share/locale/pt_BR/LC_MESSAGES/gtkhtml2_viewer.mo .include <bsd.port.mk> diff --git a/mail/sylpheed-claws-gtkhtml2_viewer/distinfo b/mail/sylpheed-claws-gtkhtml2_viewer/distinfo index d1e2d0aba0c3..b22b41d9ad67 100644 --- a/mail/sylpheed-claws-gtkhtml2_viewer/distinfo +++ b/mail/sylpheed-claws-gtkhtml2_viewer/distinfo @@ -1,3 +1,3 @@ -MD5 (gtkhtml2_viewer-0.8.tar.gz) = 2b5b4fd18cd1bcd853ac077ef53bdc6c -SHA256 (gtkhtml2_viewer-0.8.tar.gz) = 74015cc8a38f620db14827a651f321d2019c1f000a682db2a168362558597455 -SIZE (gtkhtml2_viewer-0.8.tar.gz) = 365026 +MD5 (gtkhtml2_viewer-0.10.tar.gz) = cc46f1316439eabbda6696f5c15057d4 +SHA256 (gtkhtml2_viewer-0.10.tar.gz) = d98833fcc15e199b152ff3ecc76d8d602e38770ab1ecc26e3733eed6f323c3b9 +SIZE (gtkhtml2_viewer-0.10.tar.gz) = 365327 diff --git a/mail/sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac b/mail/sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac deleted file mode 100644 index ce3206ae9834..000000000000 --- a/mail/sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.ac.orig Thu Apr 6 14:33:18 2006 -+++ configure.ac Sun Apr 9 14:04:14 2006 -@@ -33,9 +33,11 @@ - if test x$PKG_CONFIG = xno ; then - AC_MSG_ERROR([*** pkg-config not found. See http://www.freedesktop.org/software/pkgconfig/]) - fi -- --prefix=$( $PKG_CONFIG --variable=prefix sylpheed-claws ) -+if test -z $prefix ; then -+ prefix=$( $PKG_CONFIG --variable=prefix sylpheed-claws ) -+fi - localedir="${prefix}/share/locale" -+ - AC_ARG_WITH(localedir, - [ --with-localedir=DIR Locale directory], - [localedir="$withval"]) -@@ -46,7 +48,11 @@ - PKG_CHECK_MODULES(SYLPHEED_CLAWS, sylpheed-claws >= 2.0.0.141) - AC_SUBST(SYLPHEED_CLAWS_CFLAGS) - AC_SUBST(SYLPHEED_CLAWS_LIBS) --SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws ) -+if test -z $prefix ; then -+ SYLPHEED_CLAWS_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir sylpheed-claws ) -+else -+ SYLPHEED_CLAWS_PLUGINDIR=${prefix}/lib/sylpheed-claws/plugins -+fi - AC_SUBST(SYLPHEED_CLAWS_PLUGINDIR) - - dnl Check for GLib |