View | Details | Raw Unified | Return to bug 272519
Collapse All | Expand All

(-)b/security/gnupg/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	gnupg
1
PORTNAME=	gnupg
2
DISTVERSION=	2.4.3
2
DISTVERSION=	2.4.3
3
PORTREVISION=	1
3
PORTREVISION=	2
4
CATEGORIES=	security
4
CATEGORIES=	security
5
MASTER_SITES=	GNUPG
5
MASTER_SITES=	GNUPG
6
6
(-)b/security/gnupg/pkg-plist (-1 / +2 lines)
Lines 123-125 sbin/applygnupgdefaults Link Here
123
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gnupg2.mo
123
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gnupg2.mo
124
@postexec [ -e %D/bin/gpg ] || ln -sf gpg2 %D/bin/gpg
124
@postexec [ -e %D/bin/gpg ] || ln -sf gpg2 %D/bin/gpg
125
@postunexec [ -e %D/bin/gpg ] || rm -f %D/bin/gpg
125
@postunexec [ -e %D/bin/gpg ] || rm -f %D/bin/gpg
126
- 
126
@postexec [ -e %D/man/man1/gpg.1.gz] || ln -sf gpg2.1.gz %D/man/man1/gpg.1.gz
127
@postunexec [ -e %D/man/man1/gpg.1.gz ] || rm -f %D/man/man1/gpg.1.gz

Return to bug 272519