pkgsrc-WIP-changes archive

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

devel/got-portable: update to version 0.71



Module Name:	pkgsrc-wip
Committed By:	Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By:	vms
Date:		Wed Jun 29 01:13:23 2022 +0200
Changeset:	5138a0d2856027052341bafdc755fa1ba1f6241c

Modified Files:
	got-portable/Makefile
	got-portable/distinfo

Log Message:
devel/got-portable: update to version 0.71

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

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

diffstat:
 got-portable/Makefile | 22 +++++++++++++++++-----
 got-portable/distinfo |  6 +++---
 2 files changed, 20 insertions(+), 8 deletions(-)

diffs:
diff --git a/got-portable/Makefile b/got-portable/Makefile
index 136ca094e9..3d6c866cfe 100644
--- a/got-portable/Makefile
+++ b/got-portable/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD$
 
-DISTNAME=	983d44d72ca4def1c26ef74f69543313e3176b31
+DISTNAME=	c22fe1e8698a5a1ce97cb4bd7624f73b0bd7aa6b
 PKGNAME=	got-portable-${PKGVER}
-PKGVER=		0.70
-PKGREVISION=	1
+PKGVER=		0.71
 CATEGORIES=	devel
 MASTER_SITES=	https://repo.or.cz/got-portable.git/snapshot/
 
@@ -14,11 +13,18 @@ LICENSE=	isc
 
 CONFLICTS+=		got-[0-9]*
 
+ONLY_FOR_PLATFORM+=	NetBSD-*-*
+ONLY_FOR_PLATFORM+=	Darwin-*-*
+ONLY_FOR_PLATFORM+=	Linux-*-*
+ONLY_FOR_PLATFORM+=	FreeBSD-*-*
+ONLY_FOR_PLATFORM+=	DragonFly-*-*
+
 USE_TOOLS+=		pkg-config autoconf automake autoreconf
 GNU_CONFIGURE=		yes
 INSTALLATION_DIRS=	bin libexec ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
-WRKSRC=	${WRKDIR}/got-portable-983d44d
+_short_dist=	"`echo ${DISTNAME} | cut -c 1-7`"
+WRKSRC=		${WRKDIR}/got-portable-${_short_dist}
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -37,10 +43,16 @@ post-patch:
 .include "../../wip/libmd/buildlink3.mk"
 .endif
 
+.if ${OPSYS} == "Darwin"
+# define uuid library to use
+.include "../../devel/ossp-uuid/buildlink3.mk"
+.else
+.include "../../devel/libuuid/buildlink3.mk"
+.endif
+
 # For set_panel_userptr(3)'s second argument and waddwstr(3).
 .include "../../devel/ncursesw/buildlink3.mk"
 
-.include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/got-portable/distinfo b/got-portable/distinfo
index 3c15d5d1b9..00eafb32d4 100644
--- a/got-portable/distinfo
+++ b/got-portable/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (983d44d72ca4def1c26ef74f69543313e3176b31.tar.gz) = d56224e77b87074a61611129c1fcb1583c9c2f2ce87f0cad5c9e31065b5735c4
-SHA512 (983d44d72ca4def1c26ef74f69543313e3176b31.tar.gz) = 1db0c75ae00bdd7f5594977fa5fe14001fb7c7ac2111dfb29dd9e048a826e8c05323026657e4a445584ffbdde713ed84c26fa33db70c6b57b1b6cdd60d7f02d8
-Size (983d44d72ca4def1c26ef74f69543313e3176b31.tar.gz) = 831890 bytes
+BLAKE2s (c22fe1e8698a5a1ce97cb4bd7624f73b0bd7aa6b.tar.gz) = ed70607c05fd152333b9844263667c397820ed56e574f711cfe96e1265612483
+SHA512 (c22fe1e8698a5a1ce97cb4bd7624f73b0bd7aa6b.tar.gz) = 2c8240c2834984eb065ab32bfeb5cac7724741ece60284c0b0b76d97a3fee9d3c46109a7efa2c296db0eefb3d058e1481b61390d4678a4b92c44072cf9270da2
+Size (c22fe1e8698a5a1ce97cb4bd7624f73b0bd7aa6b.tar.gz) = 848891 bytes


Home | Main Index | Thread Index | Old Index