diff options
author | tron <tron@pkgsrc.org> | 2006-04-28 13:23:25 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-04-28 13:23:25 +0000 |
commit | 7bf3429110c17342f51e38f90ab68c1e194f3fd3 (patch) | |
tree | 0d12b99e493c5cda6259816241e6333aeca685d4 /chat/dircproxy-devel/Makefile | |
parent | 29cdc6e8eeef2ece50e61dce977600d7dfee64f7 (diff) | |
download | pkgsrc-7bf3429110c17342f51e38f90ab68c1e194f3fd3.tar.gz |
Don't insert "[] " into every stored message if "log_timestamp" is
set "no". Bump package revision because of this fix.
Diffstat (limited to 'chat/dircproxy-devel/Makefile')
-rw-r--r-- | chat/dircproxy-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/dircproxy-devel/Makefile b/chat/dircproxy-devel/Makefile index 3efea7a44e8..04c13f09cec 100644 --- a/chat/dircproxy-devel/Makefile +++ b/chat/dircproxy-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2006/04/27 16:36:17 tron Exp $ +# $NetBSD: Makefile,v 1.8 2006/04/28 13:23:25 tron Exp $ DISTNAME= dircproxy-1.2.0-beta PKGNAME= ${DISTNAME:S/-beta//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= chat MASTER_SITES= http://dircproxy.securiweb.net/pub/1.2/ EXTRACT_SUFX= .tar.bz |