diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-07-02 20:35:46 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-07-02 20:35:46 +0000 |
commit | 301628511cca9536210afa5096aa518065a74976 (patch) | |
tree | 4350cf9e023195ec8b092de1c948cd371effa226 /www/drivel/Makefile | |
parent | dab758a1ed1b1721698b95e2a84b74085eecc618 (diff) | |
download | pkgsrc-301628511cca9536210afa5096aa518065a74976.tar.gz |
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).
Diffstat (limited to 'www/drivel/Makefile')
-rw-r--r-- | www/drivel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |