diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-07-31 12:10:19 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-07-31 12:10:19 +0000 |
commit | 00c1139c96b688be48fd368f97cc56824f520ad0 (patch) | |
tree | 0929fb729d794c9c707c9f1d5c089eb5d30eb130 /irc/weechat | |
parent | 8887878f4937a1702ad22964785eb9f7ff582aaf (diff) | |
download | ports-00c1139c96b688be48fd368f97cc56824f520ad0.tar.gz ports-00c1139c96b688be48fd368f97cc56824f520ad0.zip |
Notes
Diffstat (limited to 'irc/weechat')
-rw-r--r-- | irc/weechat/Makefile | 5 | ||||
-rw-r--r-- | irc/weechat/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 1b26460c3d4a..e1c5a23a8ae6 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -6,11 +6,11 @@ # PORTNAME= weechat -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= irc MASTER_SITES= http://weechat.flashtux.org/download/ -MAINTAINER= clement@FreeBSD.org +MAINTAINER= az@inec.ru> COMMENT= A lightweight and user friendly ncurse based IRC client USE_BZIP2= yes @@ -19,6 +19,7 @@ GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl" CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= weechat-curses.1 diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo index 04457240d6a8..032e93e5cb5e 100644 --- a/irc/weechat/distinfo +++ b/irc/weechat/distinfo @@ -1,2 +1,2 @@ -MD5 (weechat-0.1.2.tar.bz2) = bfd5d3f8898d71717ea98e4f8f3482f3 -SIZE (weechat-0.1.2.tar.bz2) = 389292 +MD5 (weechat-0.1.3.tar.bz2) = b3b63c00b2b76049e46aee189d75429b +SIZE (weechat-0.1.3.tar.bz2) = 396719 |