Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 May 2006 15:53:19 +0200
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/97033: [maintainer update] mail/sylpheed-claws-gtkhtml2_viewer
Message-ID:  <1147182799.67474@blaviken.slowicza.org>
Resent-Message-ID: <200605091400.k49E0Zsc017963@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97033
>Category:       ports
>Synopsis:       [maintainer update] mail/sylpheed-claws-gtkhtml2_viewer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 09 14:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 5.4-RELEASE-p14 i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE-p14 #3: Wed Apr 19 20:01:35 CEST 2006
    root@blaviken.slowicza.org:/usr/src/sys/i386/compile/CORN



>Description:


- update to version 0.10
- remove obsolete patch
- update plist


>How-To-Repeat:





>Fix:


--- sc-gtkhtml2_viewer.diff begins here ---
diff -urN /usr/ports/mail/sylpheed-claws-gtkhtml2_viewer/Makefile sylpheed-claws-gtkhtml2_viewer/Makefile
--- /usr/ports/mail/sylpheed-claws-gtkhtml2_viewer/Makefile	Sat Apr 29 17:09:42 2006
+++ sylpheed-claws-gtkhtml2_viewer/Makefile	Tue May  9 14:29:32 2006
@@ -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 @@
 	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 -urN /usr/ports/mail/sylpheed-claws-gtkhtml2_viewer/distinfo sylpheed-claws-gtkhtml2_viewer/distinfo
--- /usr/ports/mail/sylpheed-claws-gtkhtml2_viewer/distinfo	Sat Apr 29 17:09:42 2006
+++ sylpheed-claws-gtkhtml2_viewer/distinfo	Tue May  9 14:26:46 2006
@@ -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 -urN /usr/ports/mail/sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac
--- /usr/ports/mail/sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac	Sat Apr 29 17:09:42 2006
+++ sylpheed-claws-gtkhtml2_viewer/files/patch-configure.ac	Thu Jan  1 01:00:00 1970
@@ -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
--- sc-gtkhtml2_viewer.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1147182799.67474>