diff options
-rw-r--r-- | irc/weechat-devel/Makefile | 12 | ||||
-rw-r--r-- | irc/weechat-devel/distinfo | 6 | ||||
-rw-r--r-- | irc/weechat-devel/pkg-plist | 4 | ||||
-rw-r--r-- | irc/weechat/Makefile | 12 | ||||
-rw-r--r-- | irc/weechat/distinfo | 6 | ||||
-rw-r--r-- | irc/weechat/pkg-plist | 4 |
6 files changed, 32 insertions, 12 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 09e83d6d69ed..1bccbf81eed6 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -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 " diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo index b5a15ab26461..f1f3a0273b51 100644 --- a/irc/weechat-devel/distinfo +++ b/irc/weechat-devel/distinfo @@ -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 diff --git a/irc/weechat-devel/pkg-plist b/irc/weechat-devel/pkg-plist index 4b489e3eba47..e7a0d01dd588 100644 --- a/irc/weechat-devel/pkg-plist +++ b/irc/weechat-devel/pkg-plist @@ -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 diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 09e83d6d69ed..1bccbf81eed6 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -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 " diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo index b5a15ab26461..f1f3a0273b51 100644 --- a/irc/weechat/distinfo +++ b/irc/weechat/distinfo @@ -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 diff --git a/irc/weechat/pkg-plist b/irc/weechat/pkg-plist index 4b489e3eba47..e7a0d01dd588 100644 --- a/irc/weechat/pkg-plist +++ b/irc/weechat/pkg-plist @@ -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 |