pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-crack PKGNAME should include the version n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd108d0d8bf4
branches:  trunk
changeset: 483725:bd108d0d8bf4
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Nov 18 05:08:55 2004 +0000

description:
PKGNAME should include the version number.  Also remove the redundant
"py" prefix from PKGNAME.

diffstat:

 security/py-crack/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r ae4861c22e61 -r bd108d0d8bf4 security/py-crack/Makefile
--- a/security/py-crack/Makefile        Thu Nov 18 04:22:39 2004 +0000
+++ b/security/py-crack/Makefile        Thu Nov 18 05:08:55 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/11/12 11:29:52 darcy Exp $
+# $NetBSD: Makefile,v 1.2 2004/11/18 05:08:55 minskim Exp $
 #
 
 DISTNAME=      pycrack-0.01
-PKGNAME=       ${PYPKGPREFIX}-pycrack
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:C/py//}
 CATEGORIES=    security python
 MASTER_SITES=  http://www.digitalevacuation.org/pycrack/
 



Home | Main Index | Thread Index | Old Index