diff options
author | pawel <pawel@FreeBSD.org> | 2013-05-11 22:10:28 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-05-11 22:10:28 +0800 |
commit | 8841fe6bbb3f6f4e03b29d2ea1fee038e8ff9d83 (patch) | |
tree | 85c655fbcc96cd0cdaca4e20133b97b58c513131 /mail/claws-mail-vcalendar | |
parent | ab8c25e75ecf5274b88323c941b9998c5fbef10c (diff) | |
download | freebsd-ports-gnome-8841fe6bbb3f6f4e03b29d2ea1fee038e8ff9d83.tar.gz freebsd-ports-gnome-8841fe6bbb3f6f4e03b29d2ea1fee038e8ff9d83.tar.zst freebsd-ports-gnome-8841fe6bbb3f6f4e03b29d2ea1fee038e8ff9d83.zip |
Update to Claws Mail 3.9.1 release
Changelog: http://claws-mail.org/news.php
claws-mail:
- Now whole release is distributed as one file
- Move common stuff to Makefile.claws
- Cleanup many accumulated, old and not needed things
- Move bogofilter, pgp and spamassassin plugins to separate ports
- Dillo plugin was dropped so drop option for it
plugins:
- All plugins ports are now slaves to main port
- Remove all distinfo and pkg-plist files - this is
now handled by main port
- Deprecate cachesaver and gtkhtml2_viewer plugins - they are not
maintained by upstream anymore
Diffstat (limited to 'mail/claws-mail-vcalendar')
-rw-r--r-- | mail/claws-mail-vcalendar/Makefile | 36 | ||||
-rw-r--r-- | mail/claws-mail-vcalendar/distinfo | 2 | ||||
-rw-r--r-- | mail/claws-mail-vcalendar/pkg-plist | 30 |
3 files changed, 3 insertions, 65 deletions
diff --git a/mail/claws-mail-vcalendar/Makefile b/mail/claws-mail-vcalendar/Makefile index 49946ca013eb..bd32936bfbdf 100644 --- a/mail/claws-mail-vcalendar/Makefile +++ b/mail/claws-mail-vcalendar/Makefile @@ -2,41 +2,11 @@ # $FreeBSD$ PORTNAME= vcalendar -PORTVERSION= 2.0.14 -CATEGORIES= mail -MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= miwi -PKGNAMEPREFIX= claws-mail- +PORTREVISION= 0 -MAINTAINER= pawel@FreeBSD.org COMMENT= vCalendar plugin for Claws Mail -LICENSE= GPLv3 - -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail -RUN_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail - -USE_GMAKE= yes -USES= iconv -USE_AUTOTOOLS= autoconf -MAKE_JOBS_SAFE= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-libintl-prefix=${LOCALBASE} - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +CLAWS_PLUGINS_BUILD= vcalendar +.include "../claws-mail/Makefile.claws" .include <bsd.port.mk> diff --git a/mail/claws-mail-vcalendar/distinfo b/mail/claws-mail-vcalendar/distinfo deleted file mode 100644 index 9abf214faa37..000000000000 --- a/mail/claws-mail-vcalendar/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (vcalendar-2.0.14.tar.gz) = 95e03f3a6df772deb2a091fb905166047cc986c46bf76dd9c8a9309d8b192130 -SIZE (vcalendar-2.0.14.tar.gz) = 859883 diff --git a/mail/claws-mail-vcalendar/pkg-plist b/mail/claws-mail-vcalendar/pkg-plist deleted file mode 100644 index 7537a0934db5..000000000000 --- a/mail/claws-mail-vcalendar/pkg-plist +++ /dev/null @@ -1,30 +0,0 @@ -include/claws-mail/plugins/vcalendar/ical.h -include/claws-mail/plugins/vcalendar/vcal_interface.h -lib/claws-mail/plugins/vcalendar.a -lib/claws-mail/plugins/vcalendar.la -lib/claws-mail/plugins/vcalendar.so -%%NLS%%share/locale/ca/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/cs/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/de/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/es/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/fi/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/fr/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/hu/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/id_ID/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/it/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/ja/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/lt/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/nl/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/pl/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/ru/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/sk/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/sr/LC_MESSAGES/vcalendar.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/vcalendar.mo -%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/id_ID -@dirrmtry lib/claws-mail/plugins -@dirrmtry lib/claws-mail -@dirrmtry include/claws-mail/plugins/vcalendar -@dirrmtry include/claws-mail/plugins -@dirrmtry include/claws-mail |