Bug 73199 - New port: security/pinentry-gtk2, a GTK+ 2.0 passphrase dialog for GnuPG
Summary: New port: security/pinentry-gtk2, a GTK+ 2.0 passphrase dialog for GnuPG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Nottebrock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 16:00 UTC by Jean-Yves Lefort
Modified: 2004-11-04 17:23 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.90 KB, patch)
2004-10-27 16:00 UTC, Jean-Yves Lefort
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!