diff options
author | reinoud <reinoud> | 2007-10-15 14:08:31 +0000 |
---|---|---|
committer | reinoud <reinoud> | 2007-10-15 14:08:31 +0000 |
commit | b99b61b8b752b342fc876dc61dd5ca5e62c1ed95 (patch) | |
tree | efb817bb777fe55b4fa1998134ab1f0018ac0c3a /misc/udfclient/Makefile | |
parent | fd9c96824c6d6ba40ff52099e1b7e2371bcc7e55 (diff) | |
download | pkgsrc-b99b61b8b752b342fc876dc61dd5ca5e62c1ed95.tar.gz |
Update udfclient to version 0.5.6 : important fixes in VAT searching on
CD-R/DVD*R allowing more discs to be read. Also better dumping of TOC's in
cd_discect and sequential dumping of files using a different sectorsize
than the media allowing disc images of CD's to be dumped.
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 b7e78fd7cbe..77b9ee28c51 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2007/02/16 15:22:34 reinoud Exp $ +# $NetBSD: Makefile,v 1.31 2007/10/15 14:08:32 reinoud Exp $ # -DISTNAME= UDFclient.0.5.5 -PKGNAME= udfclient-0.5.5 +DISTNAME= UDFclient.0.5.6 +PKGNAME= udfclient-0.5.6 #PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/ |