diff options
author | miwi <miwi@FreeBSD.org> | 2006-09-30 21:05:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-09-30 21:05:09 +0800 |
commit | 5aa407c319e9ba5b32ca5a772afe97b613d273d2 (patch) | |
tree | e2f45d075fb36f1edd99f91e8c671e903c0757a2 /mail/claws-mail-gtkhtml2_viewer | |
parent | dd652bbb788edad4212ac30bc68af6c1ad1028b0 (diff) | |
download | freebsd-ports-gnome-5aa407c319e9ba5b32ca5a772afe97b613d273d2.tar.gz freebsd-ports-gnome-5aa407c319e9ba5b32ca5a772afe97b613d273d2.tar.zst freebsd-ports-gnome-5aa407c319e9ba5b32ca5a772afe97b613d273d2.zip |
- Update to 0.11
PR: ports/103780
Submitted by: Pawel Pekala <c0rn@o2.pl> (maintainer)
Diffstat (limited to 'mail/claws-mail-gtkhtml2_viewer')
-rw-r--r-- | mail/claws-mail-gtkhtml2_viewer/Makefile | 10 | ||||
-rw-r--r-- | mail/claws-mail-gtkhtml2_viewer/distinfo | 6 | ||||
-rw-r--r-- | mail/claws-mail-gtkhtml2_viewer/files/patch-configure.ac | 8 |
3 files changed, 18 insertions, 6 deletions
diff --git a/mail/claws-mail-gtkhtml2_viewer/Makefile b/mail/claws-mail-gtkhtml2_viewer/Makefile index 6fdae127f14a..e82371ff5c40 100644 --- a/mail/claws-mail-gtkhtml2_viewer/Makefile +++ b/mail/claws-mail-gtkhtml2_viewer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtkhtml2_viewer -PORTVERSION= 0.10.2 +PORTVERSION= 0.11 CATEGORIES= mail MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/ PKGNAMEPREFIX= sylpheed-claws- @@ -15,8 +15,8 @@ MAINTAINER= c0rn@o2.pl COMMENT= HTML renderer plugin for sylpheed-claws LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= sylpheed-claws>=2.1:${PORTSDIR}/mail/sylpheed-claws -RUN_DEPENDS= sylpheed-claws>=2.1:${PORTSDIR}/mail/sylpheed-claws +BUILD_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws +RUN_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws USE_GMAKE= yes USE_X_PREFIX= yes @@ -31,6 +31,10 @@ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ 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/de/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/fi/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/sk/LC_MESSAGES/gtkhtml2_viewer.mo \ + share/locale/sr/LC_MESSAGES/gtkhtml2_viewer.mo \ share/locale/es/LC_MESSAGES/gtkhtml2_viewer.mo \ share/locale/fr/LC_MESSAGES/gtkhtml2_viewer.mo \ share/locale/pl/LC_MESSAGES/gtkhtml2_viewer.mo \ diff --git a/mail/claws-mail-gtkhtml2_viewer/distinfo b/mail/claws-mail-gtkhtml2_viewer/distinfo index b4df89425e49..c7c6117064f7 100644 --- a/mail/claws-mail-gtkhtml2_viewer/distinfo +++ b/mail/claws-mail-gtkhtml2_viewer/distinfo @@ -1,3 +1,3 @@ -MD5 (gtkhtml2_viewer-0.10.2.tar.gz) = 6b161fb38ad96d21bef852e4415e4c21 -SHA256 (gtkhtml2_viewer-0.10.2.tar.gz) = a3e4e977e11e26a56250e757ed8ecaac348401cce7980bccfaa2366545926a4e -SIZE (gtkhtml2_viewer-0.10.2.tar.gz) = 370663 +MD5 (gtkhtml2_viewer-0.11.tar.gz) = 92bd08740c01cf077a54ed812da7094e +SHA256 (gtkhtml2_viewer-0.11.tar.gz) = c019bf7486735e0ed3a81c7ced4d17facfdd05dc2c60defaab08eb9a53a913f3 +SIZE (gtkhtml2_viewer-0.11.tar.gz) = 384131 diff --git a/mail/claws-mail-gtkhtml2_viewer/files/patch-configure.ac b/mail/claws-mail-gtkhtml2_viewer/files/patch-configure.ac new file mode 100644 index 000000000000..c38aecafef59 --- /dev/null +++ b/mail/claws-mail-gtkhtml2_viewer/files/patch-configure.ac @@ -0,0 +1,8 @@ +--- configure.ac.orig Fri Sep 29 18:29:03 2006 ++++ configure.ac Fri Sep 29 18:29:18 2006 +@@ -1,4 +1,4 @@ +-AC_PREREQ(2.60) ++AC_PREREQ(2.59) + AC_INIT(src/gtkhtml2_viewer.c) + AC_CONFIG_AUX_DIR(config) + AM_MAINTAINER_MODE |