diff options
author | salo <salo@pkgsrc.org> | 2006-04-25 14:16:24 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2006-04-25 14:16:24 +0000 |
commit | 08fe59927986e7330e620920a2046935d0c23f8e (patch) | |
tree | 0d833758a5af4e001ed2006795caaadccbf53609 /www/paros/Makefile | |
parent | 37b3d2736dcc9c1872732eee2776bcbc342efaa3 (diff) | |
download | pkgsrc-08fe59927986e7330e620920a2046935d0c23f8e.tar.gz |
Update to version 3.2.10
Changes:
- Tracking session state problem reported (previously only restart
can reset session state).
- Paros startup problem when added server authentication into
authentication panel.
- Authentnciation entry reappear even after deleted (when proxy
reloads).
Diffstat (limited to 'www/paros/Makefile')
-rw-r--r-- | www/paros/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/paros/Makefile b/www/paros/Makefile index 1214b37028a..2b66605b353 100644 --- a/www/paros/Makefile +++ b/www/paros/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2006/04/22 09:22:17 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2006/04/25 14:16:24 salo Exp $ # -DISTNAME= paros-3.2.9-unix +DISTNAME= paros-3.2.10-unix PKGNAME= ${DISTNAME:S/-unix//} -PKGREVISION= 1 CATEGORIES= games java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paros/} EXTRACT_SUFX= .zip |