1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to version 0.2.3

This update introduce bugfixes from for version 0.2.2 and new charset plugin.
 Please look into ports/UPDATING for more information
This commit is contained in:
Andrej Zverev 2007-01-11 20:36:46 +00:00
parent 3a6116ac89
commit c0ffc57e70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182122
6 changed files with 32 additions and 12 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= weechat
PORTVERSION= 0.2.1
PORTREVISION= 1
PORTVERSION= 0.2.3
CATEGORIES= irc
MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
http://weechat.flashtux.org/download/
@ -21,7 +20,7 @@ USE_AUTOTOOLS= autoconf:259
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-lua
CONFIGURE_ARGS= --disable-lua --disable-aspell
MAN1= weechat-curses.1
@ -31,6 +30,13 @@ CONFIGURE_ARGS+= --with-debug=2
CONFIGURE_ARGS+= --with-debug=0
.endif
.if defined(WITHOUT_CHARSET)
CONFIGURE_ARGS+= --disable-charset
PLIST_SUBS+= CHARSET="@comment"
.else
PLIST_SUB+= CHARSET=""
.endif
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "

View File

@ -1,3 +1,3 @@
MD5 (weechat-0.2.1.tar.bz2) = ab6b465b0107f5ee013bc54e386a1500
SHA256 (weechat-0.2.1.tar.bz2) = 37f7a7c90d0676826299037ee483dba62d12fac2ee440a798ac9fbfe74024db8
SIZE (weechat-0.2.1.tar.bz2) = 1056706
MD5 (weechat-0.2.3.tar.bz2) = 12c39b30988d78e9544acda6e518476f
SHA256 (weechat-0.2.3.tar.bz2) = ebe762fbd95f36503c1a32dd3f86f40a799f0299a0d656bbfc6fd3194b081319
SIZE (weechat-0.2.3.tar.bz2) = 1080675

View File

@ -1,4 +1,8 @@
bin/weechat-curses
%%CHARSET%%lib/weechat/plugins/charset.so.0
%%CHARSET%%lib/weechat/plugins/charset.so
%%CHARSET%%lib/weechat/plugins/charset.la
%%CHARSET%%lib/weechat/plugins/charset.a
%%DOCSDIR%%/html/en/weechat-doc.css
%%DOCSDIR%%/html/fr/weechat-doc.css
%%DOCSDIR%%/html/de/weechat-doc.css

View File

@ -6,8 +6,7 @@
#
PORTNAME= weechat
PORTVERSION= 0.2.1
PORTREVISION= 1
PORTVERSION= 0.2.3
CATEGORIES= irc
MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \
http://weechat.flashtux.org/download/
@ -21,7 +20,7 @@ USE_AUTOTOOLS= autoconf:259
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-lua
CONFIGURE_ARGS= --disable-lua --disable-aspell
MAN1= weechat-curses.1
@ -31,6 +30,13 @@ CONFIGURE_ARGS+= --with-debug=2
CONFIGURE_ARGS+= --with-debug=0
.endif
.if defined(WITHOUT_CHARSET)
CONFIGURE_ARGS+= --disable-charset
PLIST_SUBS+= CHARSET="@comment"
.else
PLIST_SUB+= CHARSET=""
.endif
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "

View File

@ -1,3 +1,3 @@
MD5 (weechat-0.2.1.tar.bz2) = ab6b465b0107f5ee013bc54e386a1500
SHA256 (weechat-0.2.1.tar.bz2) = 37f7a7c90d0676826299037ee483dba62d12fac2ee440a798ac9fbfe74024db8
SIZE (weechat-0.2.1.tar.bz2) = 1056706
MD5 (weechat-0.2.3.tar.bz2) = 12c39b30988d78e9544acda6e518476f
SHA256 (weechat-0.2.3.tar.bz2) = ebe762fbd95f36503c1a32dd3f86f40a799f0299a0d656bbfc6fd3194b081319
SIZE (weechat-0.2.3.tar.bz2) = 1080675

View File

@ -1,4 +1,8 @@
bin/weechat-curses
%%CHARSET%%lib/weechat/plugins/charset.so.0
%%CHARSET%%lib/weechat/plugins/charset.so
%%CHARSET%%lib/weechat/plugins/charset.la
%%CHARSET%%lib/weechat/plugins/charset.a
%%DOCSDIR%%/html/en/weechat-doc.css
%%DOCSDIR%%/html/fr/weechat-doc.css
%%DOCSDIR%%/html/de/weechat-doc.css