security/gpa: Update to 0.10.0
- Fix LICENSE - Remove check for gpgsm since security/gnupg always installs it now Changes: https://lists.gnupg.org/pipermail/gnupg-devel/2018-October/033993.html
This commit is contained in:
parent
3eebc51b4e
commit
a1e4f0b53e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483623
@ -2,14 +2,14 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= gpa
|
PORTNAME= gpa
|
||||||
PORTVERSION= 0.9.10
|
PORTVERSION= 0.10.0
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= GNUPG/gpa
|
MASTER_SITES= GNUPG/gpa
|
||||||
|
|
||||||
MAINTAINER= jhale@FreeBSD.org
|
MAINTAINER= jhale@FreeBSD.org
|
||||||
COMMENT= GTK2+ frontend for the GNU Privacy Guard
|
COMMENT= GTK2+ frontend for the GNU Privacy Guard
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
@ -18,7 +18,7 @@ LIB_DEPENDS= libassuan.so:security/libassuan \
|
|||||||
BUILD_DEPENDS= gpgv2:security/gnupg
|
BUILD_DEPENDS= gpgv2:security/gnupg
|
||||||
RUN_DEPENDS= gpgv2:security/gnupg
|
RUN_DEPENDS= gpgv2:security/gnupg
|
||||||
|
|
||||||
USES= gmake localbase pkgconfig tar:bzip2
|
USES= desktop-file-utils gmake gnome localbase pkgconfig tar:bzip2
|
||||||
USE_GNOME= gdkpixbuf2 gtk20
|
USE_GNOME= gdkpixbuf2 gtk20
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
@ -31,10 +31,4 @@ OPTIONS_SUB= yes
|
|||||||
NLS_USES= gettext
|
NLS_USES= gettext
|
||||||
NLS_CONFIGURE_ENABLE= nls
|
NLS_CONFIGURE_ENABLE= nls
|
||||||
|
|
||||||
pre-configure:
|
|
||||||
@(if [ ! -e ${LOCALBASE}/bin/gpgsm ] ; then \
|
|
||||||
${ECHO_MSG} "gpa requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON" ; \
|
|
||||||
exit 1; \
|
|
||||||
fi)
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1480106577
|
TIMESTAMP = 1540943941
|
||||||
SHA256 (gpa-0.9.10.tar.bz2) = c3b9cc36fd9916e83524930f99df13b1d5f601f4c0168cb9f5d81422e282b727
|
SHA256 (gpa-0.10.0.tar.bz2) = 95dbabe75fa5c8dc47e3acf2df7a51cee096051e5a842b4c9b6d61e40a6177b1
|
||||||
SIZE (gpa-0.9.10.tar.bz2) = 763239
|
SIZE (gpa-0.10.0.tar.bz2) = 782455
|
||||||
|
Loading…
Reference in New Issue
Block a user