Bug 73199

Summary: New port: security/pinentry-gtk2, a GTK+ 2.0 passphrase dialog for GnuPG
Product: Ports & Packages Reporter: Jean-Yves Lefort <jylefort>
Component: Individual Port(s)Assignee: Michael Nottebrock <lofi>
Status: Closed FIXED    
Severity: Affects Only Me CC: lofi
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jean-Yves Lefort 2004-10-27 16:00:29 UTC

Fix: The new port:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pinentry-gtk2
#	pinentry-gtk2/Makefile
#
echo c - pinentry-gtk2
mkdir -p pinentry-gtk2 > /dev/null 2>&1
echo x - pinentry-gtk2/Makefile
sed 's/^X//' >pinentry-gtk2/Makefile << 'END-of-pinentry-gtk2/Makefile'
X# New ports collection makefile for:	pinentry-gtk2
X# Date created:			27 Oct 2004
X# Whom:				Jean-Yves Lefort <jylefort@brutele.be>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pinentry
X
XCOMMENT=	GTK+ 2.0 version of the GnuPG password dialog
X
XCONFLICTS=	pinentry-0.7.1
X
XPINENTRY_GTK2=	yes
X
XPKGNAMESUFFIX=	-gtk2
X
XMASTERDIR=	${.CURDIR}/../pinentry
X
X.include "${MASTERDIR}/Makefile"
END-of-pinentry-gtk2/Makefile
exit

And the patch for security/pinentry:
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-27 23:53:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lofi

Assign to pinentry maintainer.
Comment 2 Michael Nottebrock freebsd_committer freebsd_triage 2004-11-04 17:23:28 UTC
State Changed
From-To: open->closed

Committed (with modifications), thanks!