From jason@pm1.ric-16.lft.widomaker.com  Tue Feb 24 15:55:06 2004
Return-Path: <jason@pm1.ric-16.lft.widomaker.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5D5CC16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Feb 2004 15:55:06 -0800 (PST)
Received: from pm1.ric-16.lft.widomaker.com (pm1.ric-16.lft.widomaker.com [209.96.189.32])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EC62543D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 24 Feb 2004 15:55:04 -0800 (PST)
	(envelope-from jason@pm1.ric-16.lft.widomaker.com)
Received: (from jason@localhost)
	by pm1.ric-16.lft.widomaker.com (8.12.11/8.12.10) id i1ONt1Xa025660;
	Tue, 24 Feb 2004 18:55:02 -0500 (EST)
Message-Id: <200402242355.i1ONt1Xa025660@pm1.ric-16.lft.widomaker.com>
Date: Tue, 24 Feb 2004 18:55:02 -0500 (EST)
From: Jason Harris <jharris@widomaker.com>
Reply-To: Jason Harris <jharris@widomaker.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Jason Harris <jharris@widomaker.com>
Subject: ports/mail/enigmail - PGPify
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         63323
>Category:       ports
>Synopsis:       ports/mail/enigmail - PGPify
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 24 16:00:33 PST 2004
>Closed-Date:    Tue Feb 24 23:59:44 PST 2004
>Last-Modified:  Wed Feb 25 07:30:16 PST 2004
>Originator:     Jason Harris
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
none here
>Environment:
System: FreeBSD 4.3-RELEASE i386

>Description:

	download (and verify) the PGP signature for this port
>How-To-Repeat:

	apply patch below
>Fix:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

cvs server: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/enigmail/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	23 Feb 2004 10:34:01 -0000	1.7
+++ Makefile	24 Feb 2004 23:48:46 -0000
@@ -14,6 +14,9 @@
 		${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	ale
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
+		${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.asc \
+		ipc-1.0.5${EXTRACT_SUFX} ipc-1.0.5${EXTRACT_SUFX}.asc
+EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
 		ipc-1.0.5${EXTRACT_SUFX}
 
 MAINTAINER=	ale@FreeBSD.org
@@ -22,6 +25,9 @@
 EXTRACT_DEPENDS?=	${WRKDIR}/../../../${LOCAL_SRCDIR}/work/mozilla/Makefile:${PORTSDIR}/${LOCAL_SRCDIR}:configure
 RUN_DEPENDS?=	mozilla:${PORTSDIR}/${LOCAL_SRCDIR}
 
+USE_GPG?=	yes
+SIG_FILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.asc \
+		ipc-1.0.5${EXTRACT_SUFX}.asc
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/enigmail/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	15 Feb 2004 00:42:25 -0000	1.4
+++ distinfo	24 Feb 2004 23:48:47 -0000
@@ -2,3 +2,5 @@
 SIZE (enigmail-0.83.3.tar.gz) = 325747
 MD5 (ipc-1.0.5.tar.gz) = 457f8277b12f3e37defa71dc186f83b4
 SIZE (ipc-1.0.5.tar.gz) = 137083
+MD5 (enigmail-0.83.3.tar.gz.asc) = a61433732dcd54a33e615e2114209d26
+MD5 (ipc-1.0.5.tar.gz.asc) = bc2032321c6415b407cf2e10d4c5a506
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAO+L2SypIl9OdoOMRAhrtAKCfcFgwCE+KEIQ0dJspvphMjbwPtwCgxDnd
+helqHnl9hgTdhBXsRXv8U8=
=uarN
-----END PGP SIGNATURE-----
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Feb 24 22:08:38 PST 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63323 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Tue Feb 24 23:58:39 PST 2004 
State-Changed-Why:  
There is no support for USE_GPG in bsd.port.mk yet. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63323 

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Jason Harris <jharris@widomaker.com>
Cc: FreeBSD-gnats-submit@FreeBSD.org,
	Alex Dupre <sysadmin@alexdupre.com>
Subject: Re: ports/63323: ports/mail/enigmail - PGPify
Date: Wed, 25 Feb 2004 16:22:49 +0100

 Jason Harris wrote:
 
 >>Description:
 > 
 > 	download (and verify) the PGP signature for this port
 > 
 [...]
 >  DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
 > +		${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.asc \
 > +		ipc-1.0.5${EXTRACT_SUFX} ipc-1.0.5${EXTRACT_SUFX}.asc
 > +EXTRACT_ONLY=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
 >  		ipc-1.0.5${EXTRACT_SUFX}
 >  
 >  MAINTAINER=	ale@FreeBSD.org
 > @@ -22,6 +25,9 @@
 >  EXTRACT_DEPENDS?=	${WRKDIR}/../../../${LOCAL_SRCDIR}/work/mozilla/Makefile:${PORTSDIR}/${LOCAL_SRCDIR}:configure
 >  RUN_DEPENDS?=	mozilla:${PORTSDIR}/${LOCAL_SRCDIR}
 >  
 > +USE_GPG?=	yes
 > +SIG_FILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}.asc \
 > +		ipc-1.0.5${EXTRACT_SUFX}.asc
 
 From a first glace at PR 60558 I would guess that simply using SIG_SUFFIX=".asc"
 would be a better solution.
 
 Anyway, I recommend against applying this patch before PR 60558 or something similar
 is tested. We haven't decided on the final structure of PGP support, so this patch
 might simply not work at all or worse interfer with what is finally decided on, making
 fixes on all interfering ports necessary.
 
 Oliver
 
>Unformatted:
