pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gcr: update to 3.20.0.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun Mar 11 23:17:33 2018 +0100
Changeset:	153bd918c19b67fcd6d68036ccca716f1180b140

Modified Files:
	gcr/Makefile
	gcr/distinfo

Log Message:
gcr: update to 3.20.0.

gcr 3.20.0:
- Build fixes [#763488 #766301
- Updated translations

gcr 3.19.4:
- Build fixes [#756235 #755873]
- Updated translations

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=153bd918c19b67fcd6d68036ccca716f1180b140

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gcr/Makefile | 31 ++++++++++++++-----------------
 gcr/distinfo |  8 ++++----
 2 files changed, 18 insertions(+), 21 deletions(-)

diffs:
diff --git a/gcr/Makefile b/gcr/Makefile
index 9ae0db71a8..f7a116c7c6 100644
--- a/gcr/Makefile
+++ b/gcr/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD: Makefile,v 1.67 2015/12/05 21:26:08 adam Exp $
 
-DISTNAME=		gcr-3.18.0
+DISTNAME=		gcr-3.20.0
 CATEGORIES=		security
-MASTER_SITES=		${MASTER_SITE_GNOME:=sources/gcr/3.18/}
+MASTER_SITES=		${MASTER_SITE_GNOME:=sources/gcr/3.20/}
 EXTRACT_SUFX=		.tar.xz
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
@@ -11,27 +11,24 @@ COMMENT=		Library for crypto UI and related tasks
 LICENSE=		gnu-gpl-v2
 
 BUILD_DEPENDS+=		gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
+BUILD_DEPENDS+=		gettext-m4-[0-9]*:../../devel/gettext-m4
+BUILD_DEPENDS+=		vala-[0-9]*:../../lang/vala
 
-GNU_CONFIGURE=		YES
-USE_PKGLOCALEDIR=	YES
-USE_TOOLS+=		gmake intltool msgfmt perl pkg-config \
-			aclocal autoconf autoheader automake
+GNU_CONFIGURE=		yes
+USE_LIBTOOL=		yes
+USE_TOOLS+=		gmake intltool msgfmt perl pkg-config
+USE_TOOLS+=		autoreconf autoconf automake
 
-USE_LIBTOOL=		YES
-
-PKGCONFIG_OVERRIDE+=	gck-1.pc.in    	 \
-			gcr-base-3.pc.in \
-			gcr-ui.pc.in  	 \
-			gcr-3.pc.in
+PKGCONFIG_OVERRIDE+=	gck-1.pc.in
+PKGCONFIG_OVERRIDE+=	gcr-base-3.pc.in
+PKGCONFIG_OVERRIDE+=	gcr-ui.pc.in
+PKGCONFIG_OVERRIDE+=	gcr-3.pc.in
 
 post-patch:
-		cp ${FILESDIR}/memrchr.c ${WRKSRC}/egg/
+	cp ${FILESDIR}/memrchr.c ${WRKSRC}/egg/
 
 pre-configure:
-	${RUN} cd ${WRKSRC} &&	\
-		autoconf &&	\
-		autoheader &&	\
-		automake
+	${RUN} cd ${WRKSRC} &&autoreconf
 
 .include "../../security/libgcrypt/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff --git a/gcr/distinfo b/gcr/distinfo
index 30c7d644c3..b21751d59f 100644
--- a/gcr/distinfo
+++ b/gcr/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.21 2015/11/04 03:28:30 agc Exp $
 
-SHA1 (gcr-3.18.0.tar.xz) = 993ba9263cb4554b8710ab6df6abd0576878f8b3
-RMD160 (gcr-3.18.0.tar.xz) = 4a31fc41abd22fcb399c546b13ac1a3bf90dc95d
-SHA512 (gcr-3.18.0.tar.xz) = 3733a462c23b0cf1d3579ea4b0b6eea9b5e3eb98e81e7c0e0364e540ec60a7a7bc567d1d159c674df280fb20c305cbaef796dffef73801ece4f4474352786e6b
-Size (gcr-3.18.0.tar.xz) = 1311368 bytes
+SHA1 (gcr-3.20.0.tar.xz) = 4556e4c752520320baee8fd608d82164d34c13d6
+RMD160 (gcr-3.20.0.tar.xz) = 7ece08c6fa1545ff498c4225171f505324ae65ff
+SHA512 (gcr-3.20.0.tar.xz) = 0acd0fb085a38507b1cc895ac773f91c6f4e14d2ea7e27b8e74c85ef78426597b6ea08ebee696452b0651939ec4a0d8a4a2523c41b3a8a0bd1b0d7b338b1d9c7
+Size (gcr-3.20.0.tar.xz) = 1324216 bytes
 SHA1 (patch-configure.ac) = 3f09919dc392e00d88555d4949fe920e2daa25a3
 SHA1 (patch-egg_egg-armor.c) = 19f79aad00dbad9f89305d29433d5cd7bbeb3e9e
 SHA1 (patch-egg_egg-asn1x.h) = a172af2a79febc165d9585566068b0975412deb0


Home | Main Index | Thread Index | Old Index