pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openpam Remove leading underscore from OPENPA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4ec8b69e1f6
branches:  trunk
changeset: 538081:b4ec8b69e1f6
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Mon Jan 28 01:15:26 2008 +0000

description:
Remove leading underscore from OPENPAM_VERSION for BUILTIN_VERSION.openpam,
as openpam "Hydrangea" now defines OPENPAM_VERSION.  This caused the
version inquiry to fail.

diffstat:

 security/openpam/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f5ad03ea5dd -r b4ec8b69e1f6 security/openpam/builtin.mk
--- a/security/openpam/builtin.mk       Mon Jan 28 00:54:50 2008 +0000
+++ b/security/openpam/builtin.mk       Mon Jan 28 01:15:26 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.6 2006/04/06 06:22:43 reed Exp $
+# $NetBSD: builtin.mk,v 1.7 2008/01/28 01:15:26 bjs Exp $
 
 BUILTIN_PKG:=  openpam
 
@@ -27,7 +27,7 @@
     !empty(IS_BUILTIN.openpam:M[yY][eE][sS]) && \
     empty(H_OPENPAM:M__nonexistent__)
 BUILTIN_VERSION.openpam!=      \
-       ${AWK} '/\#define[      ]*_OPENPAM_VERSION[     ]/ {print $$3; }' \
+       ${AWK} '/\#define[      ]*OPENPAM_VERSION[      ]/ {print $$3; }' \
                ${H_OPENPAM}
 BUILTIN_PKG.openpam=   openpam-${BUILTIN_VERSION.openpam}
 .endif



Home | Main Index | Thread Index | Old Index