diff options
author | clement <clement@FreeBSD.org> | 2005-01-15 23:36:06 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-01-15 23:36:06 +0800 |
commit | c2bbbd3c48bd6e690f0c4ef6ab0b03cb56f1afc3 (patch) | |
tree | 4f71bcab148d7c8e5c1d5208b55afb02568286bc /irc/weechat | |
parent | 64f653fb40342420127e95b92f481f82261450e0 (diff) | |
download | freebsd-ports-gnome-c2bbbd3c48bd6e690f0c4ef6ab0b03cb56f1afc3.tar.gz freebsd-ports-gnome-c2bbbd3c48bd6e690f0c4ef6ab0b03cb56f1afc3.tar.zst freebsd-ports-gnome-c2bbbd3c48bd6e690f0c4ef6ab0b03cb56f1afc3.zip |
- Update to 0.0.9
Diffstat (limited to 'irc/weechat')
-rw-r--r-- | irc/weechat/Makefile | 4 | ||||
-rw-r--r-- | irc/weechat/distinfo | 4 | ||||
-rw-r--r-- | irc/weechat/files/patch-configure | 10 |
3 files changed, 4 insertions, 14 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 6e4df0019e4e..00b15a2fc6fd 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= weechat -PORTVERSION= 0.0.6 +PORTVERSION= 0.0.9 CATEGORIES= irc MASTER_SITES= http://weechat.flashtux.org/download/ @@ -21,7 +21,7 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl" CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} -MAN1= weechat.1 +MAN1= weechat-curses.1 PLIST_FILES= bin/weechat-curses share/locale/fr/LC_MESSAGES/weechat.mo diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo index 93548617d65d..fc81a9405920 100644 --- a/irc/weechat/distinfo +++ b/irc/weechat/distinfo @@ -1,2 +1,2 @@ -MD5 (weechat-0.0.6.tar.bz2) = 3fbfb4c48d413d20191ee57bd2e57ca0 -SIZE (weechat-0.0.6.tar.bz2) = 278999 +MD5 (weechat-0.0.9.tar.bz2) = eae12f480ddf8c7269d01e24f84e384f +SIZE (weechat-0.0.9.tar.bz2) = 325505 diff --git a/irc/weechat/files/patch-configure b/irc/weechat/files/patch-configure deleted file mode 100644 index d990c6dd48ec..000000000000 --- a/irc/weechat/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Sat Feb 7 23:48:23 2004 -+++ configure Sat Feb 7 23:48:35 2004 -@@ -8510,7 +8510,6 @@ - - fi - --CFLAGS="-Wall -W -pipe -O2" - - ac_config_files="$ac_config_files Makefile src/Makefile src/common/Makefile src/irc/Makefile src/plugins/Makefile src/plugins/perl/Makefile src/gui/Makefile src/gui/curses/Makefile src/gui/gtk/Makefile src/gui/qt/Makefile intl/Makefile po/Makefile.in" - cat >confcache <<\_ACEOF |