From 301628511cca9536210afa5096aa518065a74976 Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 2 Jul 2004 20:35:46 +0000 Subject: Update to 1.0.2: * Fixes: - Protect proxy variables with mutex locks, should resolve some more BSD-related threading issues. - Use libcurl's unescape method rather than our own, fixes a NetBSD character conversion problem. - Fix C99-ism which was preventing successfull compilation on GCC-2.95 (Julio M. Merino Vidal). --- www/drivel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/drivel/Makefile') diff --git a/www/drivel/Makefile b/www/drivel/Makefile index 124db48e427..3c47957de42 100644 --- a/www/drivel/Makefile +++ b/www/drivel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2004/06/26 17:16:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2004/07/02 20:35:46 jmmv Exp $ # -DISTNAME= drivel-1.0.1 +DISTNAME= drivel-1.0.2 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=drivel/} EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3