diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-07-05 00:00:11 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-07-05 00:00:11 +0000 |
commit | c1b7152c95300c013a6ca44cc5e2393ee7c11142 (patch) | |
tree | 52029e4aff286429ad6c22b5063ebc121a6a6d67 /security | |
parent | 414c6873b7d2de7153cca434f249ffff02823ee9 (diff) | |
download | pkgsrc-c1b7152c95300c013a6ca44cc5e2393ee7c11142.tar.gz |
Support PKGREVISION for CONFLICTS.
Thank you, wiz@.
Diffstat (limited to 'security')
-rw-r--r-- | security/dirmngr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 016b16e704a..098b26ddc06 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2015/07/04 23:31:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.54 2015/07/05 00:00:11 ryoon Exp $ DISTNAME= dirmngr-1.1.1 CATEGORIES= security @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnupg.org/aegypten2/ COMMENT= X509 certificate and CRL downloader LICENSE= gnu-gpl-v3 -CONFLICTS= gnupg2-2.1.[0-9] +CONFLICTS= gnupg2-2.1.[0-9]* DIRMNGR_USER?= dirmngr DIRMNGR_GROUP?= dirmngr |