Skip to content

Commit e37e3f5

Browse files
committed
security/gpgme: Update to 2.1.2
Remove CFLAGS cruft that was only meant for Qt before the split. Update pre-build-TEST-on target with the current tests subdirs. Changes: https://dev.gnupg.org/T8269
1 parent 9ab7b70 commit e37e3f5

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

security/gpgme/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= gpgme
2-
PORTVERSION= 2.1.0
2+
PORTVERSION= 2.1.2
33
CATEGORIES?= security
44
MASTER_SITES= GNUPG/gpgme
55

@@ -19,7 +19,6 @@ CPE_VENDOR= gnu
1919

2020
GNU_CONFIGURE= yes
2121
CONFIGURE_ARGS+=--enable-languages="cl"
22-
CFLAGS+= -Wno-suggest-override -Wno-unknown-warning-option
2322
INSTALL_TARGET= install-strip
2423
TEST_TARGET= check
2524

@@ -58,15 +57,15 @@ post-patch:
5857
pre-build-TEST-on:
5958
@if [ ! -d "/var/run/user/${UID}" ]; then \
6059
SOCKETS="dirmngr gpg-agent gpg-agent.browser gpg-agent.extra gpg-agent.ssh scdaemon uiserver"; \
61-
TESTSUBDIRS="lang/python/tests lang/qt/tests tests/gpg tests/gpgsm"; \
60+
TESTSUBDIRS="tests/gpg tests/gpgsm tests/json tests/opassuan"; \
6261
TMPSOCKETDIR=$$(${MKTEMP} -d -t gpgmetest); \
6362
${ECHO_CMD} "$${TMPSOCKETDIR}" > ${WRKDIR}/.tmpsocketdir; \
6463
trap "${RM} -r $${TMPSOCKETDIR}; exit 1" 1 2 3 5 10 13 15; \
6564
for sock in $${SOCKETS}; do \
6665
for subdir in $${TESTSUBDIRS}; do \
6766
${PRINTF} "%%Assuan%%\nsocket=$${TMPSOCKETDIR}/S.$${sock}\n" > ${WRKSRC}/$${subdir}/S.$${sock}; \
6867
done; \
69-
done; \
68+
done; \
7069
fi
7170

7271
post-build-TEST-on:

security/gpgme/distinfo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
TIMESTAMP = 1779692478
2-
SHA256 (gpgme-2.1.0.tar.bz2) = 841c5ea53fc26259f4fbf0e8bde982dea1b8a1ca0cb77e681c82b050566bf92b
3-
SIZE (gpgme-2.1.0.tar.bz2) = 1418236
1+
TIMESTAMP = 1782899845
2+
SHA256 (gpgme-2.1.2.tar.bz2) = 0687a95b299871c4141f507c0f740de6b429c9ac067d0fa4e062e3264df5fb77
3+
SIZE (gpgme-2.1.2.tar.bz2) = 1420275

security/gpgme/pkg-plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lib/common-lisp/gpgme/gpgme.asd
99
lib/common-lisp/gpgme/gpgme.lisp
1010
lib/libgpgme.so
1111
lib/libgpgme.so.45
12-
lib/libgpgme.so.45.1.0
12+
lib/libgpgme.so.45.1.2
1313
libdata/pkgconfig/gpgme-glib.pc
1414
libdata/pkgconfig/gpgme.pc
1515
share/aclocal/gpgme.m4

0 commit comments

Comments
 (0)