Depend on libgcrypt.
Fix packaging on some Linux. Bump package revision. From Jason Bacon via pkgsrc-wip.
This commit is contained in:
parent
8eef8082af
commit
2cc88ed9b5
4 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2013/05/31 12:41:52 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/08/30 20:16:53 asau Exp $
|
||||
|
||||
DISTNAME= munge-0.5.10
|
||||
PKGREVISION= 3
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://munge.googlecode.com/files/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -19,6 +19,7 @@ OWN_DIRS= $(VARBASE)/lib/munge $(VARBASE)/log/munge $(VARBASE)/run/munge
|
|||
|
||||
.include "../../archivers/bzip2/buildlink3.mk"
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
.include "../../security/libgcrypt/buildlink3.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/02/19 03:51:17 asau Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2013/08/30 20:16:53 asau Exp $
|
||||
bin/munge
|
||||
bin/remunge
|
||||
bin/unmunge
|
||||
|
@ -25,7 +25,6 @@ man/man3/munge_strerror.3
|
|||
man/man7/munge.7
|
||||
man/man8/munged.8
|
||||
sbin/munged
|
||||
share/examples/default/munge
|
||||
share/examples/init.d/munge
|
||||
@pkgdir var/run/munge
|
||||
@pkgdir var/log/munge
|
||||
|
|
1
security/munge/PLIST.Linux
Normal file
1
security/munge/PLIST.Linux
Normal file
|
@ -0,0 +1 @@
|
|||
share/examples/sysconfig/munge
|
1
security/munge/PLIST.NetBSD
Normal file
1
security/munge/PLIST.NetBSD
Normal file
|
@ -0,0 +1 @@
|
|||
share/examples/default/munge
|
Loading…
Reference in a new issue