ports/51574: security/gpgme: Conditionally add support for gpgsm

TERAMOTO Masahiro markun at onohara.to
Sun May 18 14:30:19 UTC 2003


The following reply was made to PR ports/51574; it has been noted by GNATS.

From: TERAMOTO Masahiro <markun at onohara.to>
To: freebsd-gnats-submit at FreeBSD.org, michaelnottebrock at gmx.net
Cc:  
Subject: Re: ports/51574: security/gpgme: Conditionally add support for gpgsm
Date: Sun, 18 May 2003 23:25:22 +0900

 Hi
 
 Sorry for my late answer 
 upgrade to 0.3.15 and take in your patch.
 
 Thank you for advance.
 
 Index: Makefile
 ===================================================================
 RCS file: /export/repository/FreeBSD/ncvs/ports/security/gpgme/Makefile,v
 retrieving revision 1.14
 diff -u -r1.14 Makefile
 --- Makefile	21 Feb 2003 13:26:44 -0000	1.14
 +++ Makefile	18 May 2003 14:04:26 -0000
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	gpgme
 -PORTVERSION=	0.3.14
 +PORTVERSION=	0.3.15
  CATEGORIES=	security
  MASTER_SITES=	${MASTER_SITE_GNUPG}
  MASTER_SITE_SUBDIR=	gpgme
 @@ -23,7 +23,19 @@
  USE_GMAKE=	yes
  INSTALLS_SHLIB=	yes
  
 +.include <bsd.port.pre.mk>
 +
 +.if exists(${LOCALBASE}/bin/gpgsm)
 +WITH_GPGSM=	yes
 +.endif
 +
 +.if defined(WITH_GPGSM)
 +BUILD_DEPENDS+=	gpgsm:${PORTSDIR}/security/newpg
 +.else
 +CONFIGURE_ARGS+=	--without-gpgsm
 +.endif
 +
  pre-configure:
  	@${RM} -r ${WRKSRC}/doc/gpgme.info*
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 Index: distinfo
 ===================================================================
 RCS file: /export/repository/FreeBSD/ncvs/ports/security/gpgme/distinfo,v
 retrieving revision 1.7
 diff -u -r1.7 distinfo
 --- distinfo	30 Jan 2003 17:27:51 -0000	1.7
 +++ distinfo	18 May 2003 14:05:35 -0000
 @@ -1 +1 @@
 -MD5 (gpgme-0.3.14.tar.gz) = b5351e212aa10336e5d88ebf4babccf7
 +MD5 (gpgme-0.3.15.tar.gz) = 1acbe4b49e60d4b882a43328bc840d42
 
 
 -- 
 TERAMOTO Masahiro
    markun at onohara.to
 



More information about the freebsd-ports-bugs mailing list