diff options
author | jim <jim@FreeBSD.org> | 1999-11-03 08:22:09 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-11-03 08:22:09 +0800 |
commit | ff856d0cbad14e822ee576252937d16c8d477d83 (patch) | |
tree | 8ddfb4da4b53522d181e5cb4e5968080050c4332 /irc/xchat | |
parent | c78162b9616f3c47df881bbcf960d2cd9d1f7241 (diff) | |
download | freebsd-ports-gnome-ff856d0cbad14e822ee576252937d16c8d477d83.tar.gz freebsd-ports-gnome-ff856d0cbad14e822ee576252937d16c8d477d83.tar.zst freebsd-ports-gnome-ff856d0cbad14e822ee576252937d16c8d477d83.zip |
Update to version 1.3.6. This version is the first with python
scripting support, however, it's temporarily disabled until it
becomes less buggy (read: usable).
Diffstat (limited to 'irc/xchat')
-rw-r--r-- | irc/xchat/Makefile | 9 | ||||
-rw-r--r-- | irc/xchat/distinfo | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index cefb58881982..11a097fd593e 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xchat -# Version required: 1.3.5 +# Version required: 1.3.6 # Date created: 17 Nov 1998 # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= xchat-1.3.5 +DISTNAME= xchat-1.3.6 CATEGORIES= irc MASTER_SITES= http://xchat.org/files/v1.3/ \ http://xchat.linuxpower.org/files/v1.3/ @@ -26,7 +26,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PERL5= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-nls --disable-debug +CONFIGURE_ARGS= --disable-nls --disable-python .if defined(USE_GNOME) CONFIGURE_ARGS+= --enable-gnome @@ -41,6 +41,9 @@ CONFIGURE_ARGS+= --disable-gnome CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +post-extract: + @(cd ${WRKSRC} && find . -exec ${TOUCH} {} \;) + post-install: @strip ${PREFIX}/bin/xchat .if !defined(NOPORTDOCS) diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo index 5d234ee411ad..ff513a8aab02 100644 --- a/irc/xchat/distinfo +++ b/irc/xchat/distinfo @@ -1 +1 @@ -MD5 (xchat-1.3.5.tar.bz2) = d368bea63415dc0cf5bf57e9d19a3067 +MD5 (xchat-1.3.6.tar.bz2) = 0ee54cd07a12053f4321a518ccd469b6 |