summaryrefslogtreecommitdiff
path: root/security/pam-dbm
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-08-18 14:02:12 +0000
committeradrianp <adrianp>2006-08-18 14:02:12 +0000
commite40bed6f90ec4a553dc9d58a55ef8a1336244f2e (patch)
treef55093b20c64b7a4e1a9c6a6b1d5f97bb825b315 /security/pam-dbm
parentb3e5588836fe90ec6defa207693420562c9c9176 (diff)
downloadpkgsrc-e40bed6f90ec4a553dc9d58a55ef8a1336244f2e.tar.gz
Rename authtest to pam_dbm-authtest to avoid a conflict with authtest
from the courier package.
Diffstat (limited to 'security/pam-dbm')
-rw-r--r--security/pam-dbm/Makefile7
-rw-r--r--security/pam-dbm/PLIST4
-rw-r--r--security/pam-dbm/distinfo3
-rw-r--r--security/pam-dbm/patches/patch-aa13
4 files changed, 23 insertions, 4 deletions
diff --git a/security/pam-dbm/Makefile b/security/pam-dbm/Makefile
index 407ed298902..0236233033d 100644
--- a/security/pam-dbm/Makefile
+++ b/security/pam-dbm/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:30:37 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/08/18 14:02:12 adrianp Exp $
#
DISTNAME= pam_dbm-0.2
PKGNAME= pam-dbm-0.2
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_dbm/
@@ -16,4 +17,8 @@ BDB_ACCEPTED= db1
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/pam.buildlink3.mk"
+
+post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/authtest ${PREFIX}/sbin/pam_dbm-authtest
+
.include "../../mk/bsd.pkg.mk"
diff --git a/security/pam-dbm/PLIST b/security/pam-dbm/PLIST
index 67f6fa726e1..4dfecd49f16 100644
--- a/security/pam-dbm/PLIST
+++ b/security/pam-dbm/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/05 10:01:19 grant Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/08/18 14:02:12 adrianp Exp $
lib/security/pam_dbm.so.1
man/man5/pam_dbm.5
man/man8/mkpwdbm.8
-sbin/authtest
+sbin/pam_dbm-authtest
sbin/mkpwdbm
diff --git a/security/pam-dbm/distinfo b/security/pam-dbm/distinfo
index 637e01ae41c..e959afe9024 100644
--- a/security/pam-dbm/distinfo
+++ b/security/pam-dbm/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:10:11 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/08/18 14:02:12 adrianp Exp $
SHA1 (pam_dbm-0.2.tar.gz) = 9e9404bb4d8ed1e34c8198ad8e7a2b38735beb6c
RMD160 (pam_dbm-0.2.tar.gz) = bc4226a1cd3bd379e01b3245f3c6480d620dc2c3
Size (pam_dbm-0.2.tar.gz) = 109079 bytes
+SHA1 (patch-aa) = bd6ae08db85e1f428009d022355c7ef18f53f3c9
diff --git a/security/pam-dbm/patches/patch-aa b/security/pam-dbm/patches/patch-aa
new file mode 100644
index 00000000000..15b1c44f88f
--- /dev/null
+++ b/security/pam-dbm/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2006/08/18 14:02:12 adrianp Exp $
+
+--- Makefile.in.orig 2003-12-20 14:19:18.000000000 +0000
++++ Makefile.in
+@@ -77,7 +77,7 @@ install-real: all
+ ${MKDIR} ${DESTDIR}${mandir}/man5
+ ${INSTALL_DATA} ${srcdir}/pam_dbm.5 ${DESTDIR}${mandir}/man5
+ ${MKDIR} ${DESTDIR}${sbindir}
+- ${INSTALL_PROGRAM} authtest mkpwdbm ${DESTDIR}${sbindir}
++ ${INSTALL_PROGRAM} mkpwdbm ${DESTDIR}${sbindir}
+ ${MKDIR} ${DESTDIR}${mandir}/man8
+ ${INSTALL_DATA} ${srcdir}/mkpwdbm.8 ${DESTDIR}${mandir}/man8
+