diff options
author | salo <salo> | 2003-01-31 01:10:46 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-31 01:10:46 +0000 |
commit | 383defa2dda2bb7e1feaf7966c8853071331c95b (patch) | |
tree | 8550f62aa141d85a3c3558b481ccb81183e88195 /chat | |
parent | 14a6a2cffeef1ebe73a492ebf79032663901a5d1 (diff) | |
download | pkgsrc-383defa2dda2bb7e1feaf7966c8853071331c95b.tar.gz |
Update to version 0.12.1.
Patch from Juan RP via PR pkg/19982.
- remove bogus USE_X11
Changelog:
==========
- Fixed some compile warnings
- Bumped version number
- Removed silly checks in dcc.c
- Changes public and private ctcp action formats
so you can differentiate between the two.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xaric/Makefile | 8 | ||||
-rw-r--r-- | chat/xaric/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile index b92c2abe829..6772566810d 100644 --- a/chat/xaric/Makefile +++ b/chat/xaric/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/19 12:16:14 grant Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/31 01:10:46 salo Exp $ # -DISTNAME= xaric-0.12.0 +DISTNAME= xaric-0.12.1 CATEGORIES= chat -MASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ +MASTER_SITES= ftp://ftp.xaric.org/pub/xaric/ \ + http://www.xaric.org/downloads/ MAINTAINER= jrp@hispabsd.org HOMEPAGE= http://www.xaric.org/ @@ -12,7 +13,6 @@ COMMENT= UNIX irc client similer to BitchX or ircII USE_BUILDLINK2= YES GNU_CONFIGURE= YES USE_GMAKE= YES -USE_X11= YES CONFIGURE_ARGS+= --enable-optimize diff --git a/chat/xaric/distinfo b/chat/xaric/distinfo index 2e2a62f2032..c34e2bf300f 100644 --- a/chat/xaric/distinfo +++ b/chat/xaric/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/19 12:16:14 grant Exp $ +$NetBSD: distinfo,v 1.2 2003/01/31 01:10:46 salo Exp $ -SHA1 (xaric-0.12.0.tar.gz) = d832bf3d5679baf7a74a74c2fa67fab1a69e9bff -Size (xaric-0.12.0.tar.gz) = 437156 bytes +SHA1 (xaric-0.12.1.tar.gz) = d01fc8d8189e18f3824cdccb539a97c1862ecdbe +Size (xaric-0.12.1.tar.gz) = 435998 bytes |