diff options
author | xtraeme <xtraeme> | 2006-01-08 18:35:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-01-08 18:35:08 +0000 |
commit | ad7375363857d4e081cd8bc8043fdba7a5da9cfa (patch) | |
tree | 2022c3b625fc2ab7ad7fb19b5f4350694b55c659 /net/entropy | |
parent | d8209717ec14922327dbf04336af92de738cbee1 (diff) | |
download | pkgsrc-ad7375363857d4e081cd8bc8043fdba7a5da9cfa.tar.gz |
Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
Diffstat (limited to 'net/entropy')
-rw-r--r-- | net/entropy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/entropy/Makefile b/net/entropy/Makefile index 69f151880ad..1afccd92831 100644 --- a/net/entropy/Makefile +++ b/net/entropy/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2005/12/05 23:55:13 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/01/08 18:35:11 xtraeme Exp $ # DISTNAME= entropy_rsa-${ENTROPY_VERSION} PKGNAME= entropy-${ENTROPY_VERSION:S/-/./} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/entropy_rsa-${ENTROPY_VERSION:C/-.*$//} CATEGORIES= net www MASTER_SITES= http://entropy.stop1984.com/files/ |