diff options
author | reinoud <reinoud> | 2005-11-08 20:30:57 +0000 |
---|---|---|
committer | reinoud <reinoud> | 2005-11-08 20:30:57 +0000 |
commit | 9f2d186d76a892ce9bf1a8272230be65a6f1fc88 (patch) | |
tree | 8f899852086bb8f697110b1f53e89db26a2f13ba /misc/udfclient/Makefile | |
parent | a05bc8dc12027354ac3e59337ab055da4c466d51 (diff) | |
download | pkgsrc-9f2d186d76a892ce9bf1a8272230be65a6f1fc88.tar.gz |
Upgrade udfclient to version 0.5, featuring
SCSI layer rewrite, new CD-MRW and DVD+MRW support, new scsi/atapi format
utility, more support for customer DVD (video) recorder DVDs and lots of
bug fixes. Please do test this version and report strange behaviour 0.4.9
didn't show and report any problems!
Diffstat (limited to 'misc/udfclient/Makefile')
-rw-r--r-- | misc/udfclient/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index d0a27117903..2a1bca139cd 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2005/06/26 15:24:14 reinoud Exp $ +# $NetBSD: Makefile,v 1.23 2005/11/08 20:30:58 reinoud Exp $ # -DISTNAME= UDFclient.0.4.9 -PKGNAME= udfclient-0.4.9 +DISTNAME= UDFclient.0.5 +PKGNAME= udfclient-0.5 #PKGREVISION= 0 CATEGORIES= misc MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ |