git: 1759a59b2017 - main - devel/shards: Bump PORTREVISION after lang/crystal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Jul 2026 09:28:19 UTC
The branch main has been updated by dch:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1759a59b2017844e17d5b3cc7513ba2a311d9c4d
commit 1759a59b2017844e17d5b3cc7513ba2a311d9c4d
Author: Dave Cottlehuber <dch@FreeBSD.org>
AuthorDate: 2026-07-06 09:27:50 +0000
Commit: Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2026-07-06 09:27:50 +0000
devel/shards: Bump PORTREVISION after lang/crystal
Sponsored by: SkunkWerks, GmbH
---
devel/shards/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/shards/Makefile b/devel/shards/Makefile
index 1a4478605ddf..a9c65eccec9a 100644
--- a/devel/shards/Makefile
+++ b/devel/shards/Makefile
@@ -1,6 +1,7 @@
PORTNAME= shards
DISTVERSIONPREFIX= v
DISTVERSION= 0.20.0
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= dch@FreeBSD.org
@@ -31,6 +32,6 @@ PLIST_FILES= bin/shards \
share/man/man5/shard.yml.5.gz
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/shards
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/shards
.include <bsd.port.mk>