Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Oct 2022 11:35:59 GMT
From:      Dmitri Goutnik <dmgk@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 010ed265403a - main - devel/shards: Update to 0.17.1
Message-ID:  <202210121135.29CBZxS8019468@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dmgk:

URL: https://cgit.FreeBSD.org/ports/commit/?id=010ed265403a0eab43c13f9e151ae2fa3dbf4a58

commit 010ed265403a0eab43c13f9e151ae2fa3dbf4a58
Author:     Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2022-10-12 11:18:53 +0000
Commit:     Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2022-10-12 11:33:03 +0000

    devel/shards: Update to 0.17.1
    
    Changes:        https://github.com/crystal-lang/shards/releases/tag/v0.17.1
---
 devel/shards/Makefile | 21 +++++++++++++--------
 devel/shards/distinfo | 10 +++++-----
 2 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/devel/shards/Makefile b/devel/shards/Makefile
index 59eed7955506..3749fd5f38f6 100644
--- a/devel/shards/Makefile
+++ b/devel/shards/Makefile
@@ -1,32 +1,37 @@
-PORTNAME=		shards
+PORTNAME=	shards
 DISTVERSIONPREFIX=	v
-DISTVERSION=		0.17.0
-CATEGORIES=		devel
+DISTVERSION=	0.17.1
+CATEGORIES=	devel
 
 MAINTAINER=	dmgk@FreeBSD.org
 COMMENT=	Dependency manager for the Crystal programming language
 WWW=		https://github.com/crystal-lang/shards
 
 LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	crystal:lang/crystal
-LIB_DEPENDS=	libyaml.so:textproc/libyaml \
-		libpcre.so:devel/pcre \
+LIB_DEPENDS=	libevent.so:devel/libevent \
 		libgc-threaded.so:devel/boehm-gc-threaded \
-		libevent.so:devel/libevent
+		libpcre.so:devel/pcre \
+		libyaml.so:textproc/libyaml
 RUN_DEPENDS=	git:devel/git
 
 USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	crystal-lang
-GH_TUPLE=	crystal-lang:crystal-molinillo:e61b200edb735d5676e11cbe56e8353c8b2ced0b:molinillo/lib/molinillo
+GH_TUPLE=	crystal-lang:crystal-molinillo:v0.2.0:molinillo/lib/molinillo
 
 MAKE_ARGS+=	CRYSTAL="${LOCALBASE}/bin/crystal" \
 		FLAGS="--release --no-debug" \
-		MANDIR="${STAGEDIR}${PREFIX}/man"
+		MANDIR="${STAGEDIR}${PREFIX}/man" \
+		SHARDS_CONFIG_BUILD_COMMIT="9d17faf6a7e8"
 
 PLIST_FILES=	bin/shards \
 		man/man1/shards.1.gz \
 		man/man5/shard.yml.5.gz
 
+post-install:
+		@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/shards
+
 .include <bsd.port.mk>
diff --git a/devel/shards/distinfo b/devel/shards/distinfo
index a37ae8b1a62a..c5105f79fa59 100644
--- a/devel/shards/distinfo
+++ b/devel/shards/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1651119626
-SHA256 (crystal-lang-shards-v0.17.0_GH0.tar.gz) = b3f0a2261437b21b3e2465b7755edf0c33f0305a112bd9a36e1b3ec74f96b098
-SIZE (crystal-lang-shards-v0.17.0_GH0.tar.gz) = 71264
-SHA256 (crystal-lang-crystal-molinillo-e61b200edb735d5676e11cbe56e8353c8b2ced0b_GH0.tar.gz) = fd9e4f66eaf00b1aa05f6c762de9379e8a9573bfd52ba6af978dd4d69b5edbaf
-SIZE (crystal-lang-crystal-molinillo-e61b200edb735d5676e11cbe56e8353c8b2ced0b_GH0.tar.gz) = 23955
+TIMESTAMP = 1665448002
+SHA256 (crystal-lang-shards-v0.17.1_GH0.tar.gz) = cfae162980ef9260120f00ba530273fc2e1b595906b6d39db0cd41323f936e03
+SIZE (crystal-lang-shards-v0.17.1_GH0.tar.gz) = 71618
+SHA256 (crystal-lang-crystal-molinillo-v0.2.0_GH0.tar.gz) = e231cf2411a6a11a1538983c7fb52b19e650acc3338bd3cdf6fdb13d6463861a
+SIZE (crystal-lang-crystal-molinillo-v0.2.0_GH0.tar.gz) = 23959



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210121135.29CBZxS8019468>