diff options
author | zuntum <zuntum@pkgsrc.org> | 2003-07-12 00:21:11 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2003-07-12 00:21:11 +0000 |
commit | 5426e52809674d958f78c5273b918b20dd0dac5b (patch) | |
tree | 6eb92360b1a9d70007c8364ca0837738d9f4750a /net/sipcalc/Makefile | |
parent | 58657ac9cf3f70456cea795bbef74b011a020cf4 (diff) | |
download | pkgsrc-5426e52809674d958f78c5273b918b20dd0dac5b.tar.gz |
Update sipcalc to 1.1.2
* Changed stuff around to be compatible with newer version of autoconf.
* Updated ipv6 reverse dns output to use the domain ip6.arpa instead of
ip6.int, thanks to M?ns Nilsson for bringing this to my attention.
* Change license from GPL to BSD, see COPYING for details.
Fixes PR#21846 from Sergey Svishchev
Diffstat (limited to 'net/sipcalc/Makefile')
-rw-r--r-- | net/sipcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sipcalc/Makefile b/net/sipcalc/Makefile index 43593bda2f0..4ab5d12cbb7 100644 --- a/net/sipcalc/Makefile +++ b/net/sipcalc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/06/02 01:17:44 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/12 00:21:11 zuntum Exp $ # -DISTNAME= sipcalc-1.1.1 +DISTNAME= sipcalc-1.1.2 CATEGORIES= net MASTER_SITES= http://www.routemeister.net/projects/sipcalc/files/ |