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

(-)b/security/gnupg/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	gnupg
1
PORTNAME=	gnupg
2
DISTVERSION=	2.4.4
2
DISTVERSION=	2.4.4
3
PORTREVISION=	1
3
CATEGORIES=	security
4
CATEGORIES=	security
4
MASTER_SITES=	GNUPG
5
MASTER_SITES=	GNUPG
5
6
(-)b/security/gnupg/pkg-plist (-3 / +2 lines)
Lines 123-127 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
@postexec [ -e %D/man/man1/gpg.1.gz ] || ln -sf gpg2.1.gz %D/man/man1/gpg.1.gz
126
@postexec [ -e %D/share/man/man1/gpg.1.gz ] || ln -sf gpg2.1.gz %D/share/man/man1/gpg.1.gz
127
@postunexec [ -e %D/man/man1/gpg.1.gz ] || rm -f %D/man/man1/gpg.1.gz
127
@postunexec [ -e %D/share/man/man1/gpg.1.gz ] || rm -f %D/share/man/man1/gpg.1.gz
128
- 

Return to bug 277288