diff options
author | drochner <drochner> | 2005-05-18 15:31:11 +0000 |
---|---|---|
committer | drochner <drochner> | 2005-05-18 15:31:11 +0000 |
commit | e6083463da2321e4caeeda6ddf54742d26eb03fd (patch) | |
tree | d5b063493f0fe9697c848c6b3b99fa10610dd840 /audio/libcddb/Makefile | |
parent | 04e9f603b3b4a3faceb14fd95b22bc74f61dd3c0 (diff) | |
download | pkgsrc-e6083463da2321e4caeeda6ddf54742d26eb03fd.tar.gz |
update to 1.0.2
changes:
* [NEW] Added cddb_set_http_proxy_credentials function that allows you
to specify proxy user name and password in one go. It also does not
store the user's credentials as cleartext in memory.
-bugfix
Diffstat (limited to 'audio/libcddb/Makefile')
-rw-r--r-- | audio/libcddb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 45e23068035..750b198e11c 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2005/04/29 19:46:52 kristerw Exp $ +# $NetBSD: Makefile,v 1.18 2005/05/18 15:31:11 drochner Exp $ -DISTNAME= libcddb-1.0.1 +DISTNAME= libcddb-1.0.2 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcddb/} |