1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- update to version 0.10

- remove obsolete patch
- update plist

PR:		ports/97033
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2006-05-10 15:51:43 +00:00
parent 55561f74d9
commit 7fabf5cb4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161937
6 changed files with 10 additions and 66 deletions

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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