- Update to 0.20

- Add support for WITHOUT_NLS knob [1]

PR:		124108 [1]
Submitted by:	"Pawel Pekala" <c0rn@o2.pl> (maintainer)
Approved by:	maintainer implicit
This commit is contained in:
Martin Wilke 2008-06-28 14:47:24 +00:00
parent cf6fc8903b
commit 910c3da995
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215875
3 changed files with 28 additions and 22 deletions

View file

@ -6,8 +6,7 @@
# #
PORTNAME= rssyl PORTNAME= rssyl
PORTVERSION= 0.19 PORTVERSION= 0.20
PORTREVISION= 1
PORTEPOCH= 4 PORTEPOCH= 4
CATEGORIES= mail CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/ MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
@ -17,11 +16,10 @@ MAINTAINER= c0rn@o2.pl
COMMENT= A RSS/Atom plugin for claws-mail COMMENT= A RSS/Atom plugin for claws-mail
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail BUILD_DEPENDS= claws-mail>=3.5.0:${PORTSDIR}/mail/claws-mail
RUN_DEPENDS= claws-mail>=3.4.0:${PORTSDIR}/mail/claws-mail RUN_DEPENDS= claws-mail>=3.5.0:${PORTSDIR}/mail/claws-mail
USE_AUTOTOOLS= autoconf:261 USE_AUTOTOOLS= autoconf:261
USE_GETTEXT= yes
USE_ICONV= yes USE_ICONV= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
@ -29,4 +27,12 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE} --with-libintl-prefix=${LOCALBASE}
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (rssyl-0.19.tar.gz) = 24c53bdd89f90cc7cb689fa08ff5c70c MD5 (rssyl-0.20.tar.gz) = 236000604179f82db60ac7b4521c8513
SHA256 (rssyl-0.19.tar.gz) = b3e319a2fc0bd8570aa4ea1765e48b16abf3b207ec80aee3183ad13cf240a98f SHA256 (rssyl-0.20.tar.gz) = 55620b00052ffc869714f7e6e334ef87d9124e6a45527021029f24fa220d3a9a
SIZE (rssyl-0.19.tar.gz) = 480442 SIZE (rssyl-0.20.tar.gz) = 480610

View file

@ -1,17 +1,17 @@
lib/claws-mail/plugins/rssyl.a lib/claws-mail/plugins/rssyl.a
lib/claws-mail/plugins/rssyl.la lib/claws-mail/plugins/rssyl.la
lib/claws-mail/plugins/rssyl.so lib/claws-mail/plugins/rssyl.so
share/locale/de/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/ca/LC_MESSAGES/rssyl.mo
share/locale/es/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/cs/LC_MESSAGES/rssyl.mo
share/locale/fi/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/de/LC_MESSAGES/rssyl.mo
share/locale/fr/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/es/LC_MESSAGES/rssyl.mo
share/locale/it/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/fi/LC_MESSAGES/rssyl.mo
share/locale/pl/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/fr/LC_MESSAGES/rssyl.mo
share/locale/pt_BR/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/hu/LC_MESSAGES/rssyl.mo
share/locale/sk/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/it/LC_MESSAGES/rssyl.mo
share/locale/sr/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/pl/LC_MESSAGES/rssyl.mo
share/locale/sv/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/rssyl.mo
share/locale/zh_CN/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/sk/LC_MESSAGES/rssyl.mo
share/locale/hu/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/sr/LC_MESSAGES/rssyl.mo
share/locale/ca/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/sv/LC_MESSAGES/rssyl.mo
share/locale/cs/LC_MESSAGES/rssyl.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/rssyl.mo