diff options
author | salo <salo@pkgsrc.org> | 2003-01-16 08:21:51 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-16 08:21:51 +0000 |
commit | 3b81df9a9f86f7174b6535838ed41f102b2fac69 (patch) | |
tree | cc4917e80a0f9ee1ae93c9ba6d1a000fbf8f52e8 /chat/ekg/Makefile | |
parent | c0ccfc332001d4b52dbb860973d370b8ba10221a (diff) | |
download | pkgsrc-3b81df9a9f86f7174b6535838ed41f102b2fac69.tar.gz |
Update to version 0.20030114.
Patches provided by Dawid Szymanski <dawszy at arhea dot net> in PR pkg/19864.
Changes:
- a lot of changes to match new 5.0 protocol specification.
- full list of changes at http://dev.null.pl/ekg/changelog.php (polish only)
Diffstat (limited to 'chat/ekg/Makefile')
-rw-r--r-- | chat/ekg/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chat/ekg/Makefile b/chat/ekg/Makefile index 949e2ec9ef4..72d03d8db72 100644 --- a/chat/ekg/Makefile +++ b/chat/ekg/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.8 2002/09/25 18:05:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/01/16 08:21:51 salo Exp $ # -DISTNAME= ekg-20020918 -PKGNAME= ekg-0.20020918 +DISTNAME= ekg-20030114 +PKGNAME= ${DISTNAME:S/-/-0./} CATEGORIES= chat -MASTER_SITES= http://people.arhea.net/dawszy/NetBSD/ekg/ +MASTER_SITES= http://dev.null.pl/ekg/ \ + http://dev.null.pl/ekg/stare/ MAINTAINER= dawszy@arhea.net HOMEPAGE= http://dev.null.pl/ekg/ |