pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/qoauth PKGNAME_NOREV must be used for DISTNAME.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71fa3335ae8a
branches:  trunk
changeset: 609614:71fa3335ae8a
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Oct 07 12:31:13 2012 +0000

description:
PKGNAME_NOREV must be used for DISTNAME.
fixes PR pkg/47043.

diffstat:

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

diffs (14 lines):

diff -r 91c921700622 -r 71fa3335ae8a security/qoauth/Makefile
--- a/security/qoauth/Makefile  Sun Oct 07 12:12:53 2012 +0000
+++ b/security/qoauth/Makefile  Sun Oct 07 12:31:13 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2012/10/02 17:11:55 tron Exp $
+# $NetBSD: Makefile,v 1.3 2012/10/07 12:31:13 obache Exp $
 #
 
 PKGNAME=       qoauth-1.0.1
-DISTNAME=      ${PKGNAME}-src
+DISTNAME=      ${PKGNAME_NOREV}-src
 PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  http://files.ayoy.net/qoauth/release/1.0.1/src/



Home | Main Index | Thread Index | Old Index