pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/udfclient Use valid version number.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0900b443ccdc
branches:  trunk
changeset: 462825:0900b443ccdc
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Oct 14 21:58:23 2003 +0000

description:
Use valid version number.

diffstat:

 misc/udfclient/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r c91674286526 -r 0900b443ccdc misc/udfclient/Makefile
--- a/misc/udfclient/Makefile   Tue Oct 14 21:16:29 2003 +0000
+++ b/misc/udfclient/Makefile   Tue Oct 14 21:58:23 2003 +0000
@@ -1,16 +1,17 @@
-# $NetBSD: Makefile,v 1.3 2003/10/14 21:14:46 reinoud Exp $
+# $NetBSD: Makefile,v 1.4 2003/10/14 21:58:23 salo Exp $
 #
 
 DISTNAME=              UDFclient.ro1-p1
-PKGNAME=               udfclient-0.1-p1
+PKGNAME=               udfclient-0.1.1
 WRKSRC=                        ${WRKDIR}/UDFclient
 CATEGORIES=            misc
 MASTER_SITES=          http://www.13thmonkey.org/udfclient/releases/
 EXTRACT_SUFX=          .tgz
-MAKEFILE=              makefile
 
 MAINTAINER=            buzztoh%13thmonkey.org@localhost
 HOMEPAGE=              http://www.13thmonkey.org/udfclient/
 COMMENT=               UDF disc reader for CD-ROM's, CD-RW's and DVD's
 
+MAKEFILE=              makefile
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index