Update to 0.3.15.
Conditional depend on newpg PR: 51574 Submitted by: TERAMOTO Masahiro <markun@onohara.to> Michael Nottebrock <michaelnottebrock@gmx.net>
This commit is contained in:
parent
c837d015e2
commit
e95d4512c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81297
4 changed files with 30 additions and 6 deletions
|
@ -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 @@ CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
|||
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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gpgme-0.3.14.tar.gz) = b5351e212aa10336e5d88ebf4babccf7
|
||||
MD5 (gpgme-0.3.15.tar.gz) = 1acbe4b49e60d4b882a43328bc840d42
|
||||
|
|
|
@ -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 @@ CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
|||
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>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gpgme-0.3.14.tar.gz) = b5351e212aa10336e5d88ebf4babccf7
|
||||
MD5 (gpgme-0.3.15.tar.gz) = 1acbe4b49e60d4b882a43328bc840d42
|
||||
|
|
Loading…
Reference in a new issue