Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Feb 2003 15:16:46 +0100 (CET)
From:      Michael Nottebrock <lofi@lofi.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48628: Maintainer update: security/newpg
Message-ID:  <200302241416.h1OEGkmh022300@lofi.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         48628
>Category:       ports
>Synopsis:       Maintainer update: security/newpg
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 24 06:20:15 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 5.0-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD lofi.dyndns.org 5.0-RELEASE-p1 FreeBSD 5.0-RELEASE-p1 #0: Thu Feb 6 06:12:21 CET 2003 lofi@lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386


	
>Description:
	Changes:
		- Add dependency on gnupg
		- Utilize USE_AUTOCONF_VER
		- Bump PORTREVISION
>How-To-Repeat:
	
>Fix:
diff -urN newpg.orig/Makefile newpg/Makefile
--- newpg.orig/Makefile	Fri Feb 21 14:26:48 2003
+++ newpg/Makefile	Mon Feb 24 15:05:16 2003
@@ -7,6 +7,7 @@
 
 PORTNAME=	newpg
 PORTVERSION=	0.9.4
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	alpha/aegypten
@@ -14,14 +15,15 @@
 MAINTAINER=	michaelnottebrock@gmx.net
 COMMENT=	Prerelease package of GnuPG extensions for GnuPG 2.0
 
-BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf
 LIB_DEPENDS=	gcrypt.6:${PORTSDIR}/security/libgcrypt \
 		iconv.3:${PORTSDIR}/converters/libiconv \
 		intl.4:${PORTSDIR}/devel/gettext \
 		ksba.7:${PORTSDIR}/security/libksba \
 		pth.20:${PORTSDIR}/devel/pth
-RUN_DEPENDS=	pinentry-curses:${PORTSDIR}/security/pinentry
+RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
+		pinentry-curses:${PORTSDIR}/security/pinentry
 
+USE_AUTOCONF_VER=253
 USE_LIBTOOL=	yes
 USE_GMAKE=	yes
 INSTALLS_SHLIB=	yes



>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302241416.h1OEGkmh022300>