diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-12-31 21:58:40 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-12-31 21:58:40 +0800 |
commit | 96401589e2ee0c1c70254dd01a738472057a5e56 (patch) | |
tree | 27e81cca36b06f4420c9587aa6caee359ab1b6aa /mail/claws-mail-gtkhtml2_viewer | |
parent | 14f10d0b64044eb01e63dd8d0098c73bcafcc6c1 (diff) | |
download | freebsd-ports-gnome-96401589e2ee0c1c70254dd01a738472057a5e56.tar.gz freebsd-ports-gnome-96401589e2ee0c1c70254dd01a738472057a5e56.tar.zst freebsd-ports-gnome-96401589e2ee0c1c70254dd01a738472057a5e56.zip |
sylpheed-claws was renamed upstream to claws-mail. Compleate repocopies of
mail/sulpheed-claws-* plugins to mail/claws-mail-* and update them to the
latest version. [1]
PR: 106576-106589 [1], 107286 [2]
Submitted by: Pawel Pekala (maintainer) [1], me (itetcu) [2]
Repocopies by: marcus@
Diffstat (limited to 'mail/claws-mail-gtkhtml2_viewer')
-rw-r--r-- | mail/claws-mail-gtkhtml2_viewer/Makefile | 21 | ||||
-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, 13 insertions, 22 deletions
diff --git a/mail/claws-mail-gtkhtml2_viewer/Makefile b/mail/claws-mail-gtkhtml2_viewer/Makefile index 54d37199fa68..f4ad1925cbfd 100644 --- a/mail/claws-mail-gtkhtml2_viewer/Makefile +++ b/mail/claws-mail-gtkhtml2_viewer/Makefile @@ -6,22 +6,21 @@ # PORTNAME= gtkhtml2_viewer -PORTVERSION= 0.12 -PORTREVISION= 2 +PORTVERSION= 0.13 CATEGORIES= mail -MASTER_SITES= http://sylpheed-claws.net/downloads/plugins/ -PKGNAMEPREFIX= sylpheed-claws- +MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ +PKGNAMEPREFIX= claws-mail- MAINTAINER= c0rn@o2.pl -COMMENT= HTML renderer plugin for sylpheed-claws +COMMENT= HTML renderer plugin for claws-mail LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws -RUN_DEPENDS= sylpheed-claws>=2.5:${PORTSDIR}/mail/sylpheed-claws +BUILD_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail +RUN_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail USE_GMAKE= yes USE_XLIB= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 USE_GNOME= libgtkhtml USE_ICONV= yes USE_GETTEXT= yes @@ -29,9 +28,9 @@ USE_GETTEXT= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-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 \ +PLIST_FILES= lib/claws-mail/plugins/gtkhtml2_viewer.a \ + lib/claws-mail/plugins/gtkhtml2_viewer.la \ + lib/claws-mail/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 \ diff --git a/mail/claws-mail-gtkhtml2_viewer/distinfo b/mail/claws-mail-gtkhtml2_viewer/distinfo index 877f394134e1..9a7c40e4f8f2 100644 --- a/mail/claws-mail-gtkhtml2_viewer/distinfo +++ b/mail/claws-mail-gtkhtml2_viewer/distinfo @@ -1,3 +1,3 @@ -MD5 (gtkhtml2_viewer-0.12.tar.gz) = 18ee56f61dc014770bad3f7f933dd975 -SHA256 (gtkhtml2_viewer-0.12.tar.gz) = 92ae19b29794757b16b139a1bbadb69a915e47497d2de93e12cbbc844cc8da77 -SIZE (gtkhtml2_viewer-0.12.tar.gz) = 385438 +MD5 (gtkhtml2_viewer-0.13.tar.gz) = 044e2acae50e544663c0e58f3ece01e7 +SHA256 (gtkhtml2_viewer-0.13.tar.gz) = 75a6be90d94febb5d2147fb3ebbc11bcb102f2331886f7760e6453e489ce6f0f +SIZE (gtkhtml2_viewer-0.13.tar.gz) = 382676 diff --git a/mail/claws-mail-gtkhtml2_viewer/files/patch-configure.ac b/mail/claws-mail-gtkhtml2_viewer/files/patch-configure.ac deleted file mode 100644 index c38aecafef59..000000000000 --- a/mail/claws-mail-gtkhtml2_viewer/files/patch-configure.ac +++ /dev/null @@ -1,8 +0,0 @@ ---- 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 |