diff options
author | wiz <wiz@pkgsrc.org> | 2011-12-21 12:30:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-12-21 12:30:21 +0000 |
commit | 7efca85e244465c357a3ab9dfa9d462e6abac8f6 (patch) | |
tree | f845746d25ea8f65f38f2b575be39615ab9fbed0 /security/pam-tacplus | |
parent | 749886c7d0caff97d1f6667d187bb0cc3beeb529 (diff) | |
download | pkgsrc-7efca85e244465c357a3ab9dfa9d462e6abac8f6.tar.gz |
Fix PLIST on NetBSD-5.99.58.
Remove line from distinfo for non-existing patch.
I guess the non-existing patch might have fixed it up, but as it's not
there....
Diffstat (limited to 'security/pam-tacplus')
-rw-r--r-- | security/pam-tacplus/Makefile | 5 | ||||
-rw-r--r-- | security/pam-tacplus/PLIST | 5 | ||||
-rw-r--r-- | security/pam-tacplus/distinfo | 3 |
3 files changed, 6 insertions, 7 deletions
diff --git a/security/pam-tacplus/Makefile b/security/pam-tacplus/Makefile index af3afbb1c27..8af9f417f7f 100644 --- a/security/pam-tacplus/Makefile +++ b/security/pam-tacplus/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2011/11/29 22:24:25 pettai Exp $ +# $NetBSD: Makefile,v 1.4 2011/12/21 12:30:21 wiz Exp $ # -PKGNAME= ${DISTNAME:S/_/-/} DISTNAME= pam_tacplus-1.3.5 +PKGNAME= ${DISTNAME:S/_/-/} +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tacplus/} diff --git a/security/pam-tacplus/PLIST b/security/pam-tacplus/PLIST index 697d2598cae..ffff76af7d0 100644 --- a/security/pam-tacplus/PLIST +++ b/security/pam-tacplus/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2011/11/29 22:24:25 pettai Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/12/21 12:30:21 wiz Exp $ lib/security/pam_tacplus.so -share/doc/pam_tacplus/README -share/examples/pam_tacplus/sample.pam +share/doc/pam_tacplus/sample.pam diff --git a/security/pam-tacplus/distinfo b/security/pam-tacplus/distinfo index 9283d133cbc..50775813326 100644 --- a/security/pam-tacplus/distinfo +++ b/security/pam-tacplus/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/11/29 22:24:25 pettai Exp $ +$NetBSD: distinfo,v 1.4 2011/12/21 12:30:21 wiz Exp $ SHA1 (pam_tacplus-1.3.5.tar.gz) = 7ce92c068cc70fc5a381aadbe9c9232a4f8484f3 RMD160 (pam_tacplus-1.3.5.tar.gz) = 32bac7b9f224693335766694614eed272663292e Size (pam_tacplus-1.3.5.tar.gz) = 331616 bytes -SHA1 (patch-makefile.in) = fd7cb932101eb6bdb9d42b3e8989804573835fc1 |