mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Chase gpgme update
Bump PORTREVISION Pointy hat to: lofi
This commit is contained in:
parent
a201516bb0
commit
41686d8d65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147410
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= qhacc
|
||||
PORTVERSION= 3.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= finance
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -66,7 +67,7 @@ PLIST_SUB+= SQLITE="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GPGME)
|
||||
LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme
|
||||
LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
|
||||
CONFIGURE_ARGS+= --enable-gpg
|
||||
PLIST_SUB+= GPGME=""
|
||||
.else
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= balsa
|
||||
PORTVERSION= 2.3.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail gnome
|
||||
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/
|
||||
DISTNAME= balsa-${PORTVERSION}
|
||||
@ -51,7 +51,7 @@ OPTIONS= LDAP "Enable LDAP support" on \
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_GPG)
|
||||
LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme
|
||||
LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
|
||||
CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}/bin/gpgme-config
|
||||
.endif
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sylpheed
|
||||
PORTVERSION= 1.0.5
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v1.0/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
@ -53,7 +53,7 @@ CONFIGURE_ARGS+=--disable-imlib
|
||||
CONFIGURE_ARGS+=--disable-gdk-pixbuf
|
||||
.endif
|
||||
.if defined(WITH_GPGME)
|
||||
LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme
|
||||
LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
|
||||
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
|
||||
CONFIGURE_ARGS+=--enable-gpgme
|
||||
.else
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sylpheed
|
||||
PORTVERSION= 2.1.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/v2.1/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= centericq
|
||||
PORTVERSION= 4.21.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://centericq.de/archive/source/releases/ \
|
||||
http://thekonst.net/download/
|
||||
@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --disable-jabber
|
||||
.if !defined(WITH_GPGME)
|
||||
CONFIGURE_ARGS+= --without-gpgme
|
||||
.else
|
||||
LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme
|
||||
LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
|
||||
CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}
|
||||
.endif
|
||||
.endif
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= centericq
|
||||
PORTVERSION= 4.21.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://centericq.de/archive/source/releases/ \
|
||||
http://thekonst.net/download/
|
||||
@ -87,7 +87,7 @@ CONFIGURE_ARGS+= --disable-jabber
|
||||
.if !defined(WITH_GPGME)
|
||||
CONFIGURE_ARGS+= --without-gpgme
|
||||
.else
|
||||
LIB_DEPENDS+= gpgme.14:${PORTSDIR}/security/gpgme
|
||||
LIB_DEPENDS+= gpgme.15:${PORTSDIR}/security/gpgme
|
||||
CONFIGURE_ARGS+= --with-gpgme=${LOCALBASE}
|
||||
.endif
|
||||
.endif
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
PORTNAME= seahorse
|
||||
PORTVERSION= 0.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR=sources/${PORTNAME}/0.8
|
||||
@ -19,7 +19,7 @@ COMMENT= A front end for GnuPG
|
||||
|
||||
BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
LIB_DEPENDS= gpgme.14:${PORTSDIR}/security/gpgme
|
||||
LIB_DEPENDS= gpgme.15:${PORTSDIR}/security/gpgme
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
Loading…
Reference in New Issue
Block a user