View | Details | Raw Unified | Return to bug 276990 | Differences between
and this patch

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 (-4 / +5 lines)
Lines 122-127 sbin/applygnupgdefaults Link Here
122
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnupg2.mo
122
%%NLS%%share/locale/zh_CN/LC_MESSAGES/gnupg2.mo
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
@preunexec if [ -L %D/bin/gpg ]; then rm -f %D/bin/gpg; fi
126
@postexec [ -e %D/man/man1/gpg.1.gz ] || ln -sf gpg2.1.gz %D/man/man1/gpg.1.gz
126
@comment Following line is necessary to remove stale ${PREFIX}/man/man1/gpg.1.gz symlink created by previous version
127
@postunexec [ -e %D/man/man1/gpg.1.gz ] || rm -f %D/man/man1/gpg.1.gz
127
@preexec if [ -L %D/man/man1/gpg.1.gz ]; then rm -f %D/man/man1/gpg.1.gz; fi
128
@postexec [ -e %D/share/man/man1/gpg.1.gz ] || ln -sf gpg2.1.gz %D/share/man/man1/gpg.1.gz
129
@preunexec if [ -L %D/share/man/man1/gpg.1.gz ]; then rm -f %D/share/man/man1/gpg.1.gz; fi
128
- 

Return to bug 276990