aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws-gtkhtml2_viewer
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-05-10 15:51:43 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-05-10 15:51:43 +0000
commit7fabf5cb4c9962d4553fe8512e7f0933f7b933c4 (patch)
tree72371945a12d4e44133164b7c81fca42d01ee199 /mail/sylpheed-claws-gtkhtml2_viewer
parent55561f74d9dd51593b80e755992ef018e4ba6334 (diff)
downloadports-7fabf5cb4c9962d4553fe8512e7f0933f7b933c4.tar.gz
ports-7fabf5cb4c9962d4553fe8512e7f0933f7b933c4.zip
- update to version 0.10
- remove obsolete patch - update plist PR: ports/97033 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=161937
Diffstat (limited to 'mail/sylpheed-claws-gtkhtml2_viewer')
-rw-r--r--mail/sylpheed-claws-gtkhtml2_viewer/Makefile3
-rw-r--r--mail/sylpheed-claws-gtkhtml2_viewer/distinfo6
-rw-r--r--mail/sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac29
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