Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 15:03:17 GMT
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: af1e1e49c105 - main - x11/xob: Update to 0.3
Message-ID:  <202109101503.18AF3Hp6011387@gitrepo.freebsd.org>

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

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

commit af1e1e49c105c6d2282f4be851388ecb86030213
Author:     Lewis Cook <lcook@FreeBSD.org>
AuthorDate: 2021-09-10 15:02:50 +0000
Commit:     Lewis Cook <lcook@FreeBSD.org>
CommitDate: 2021-09-10 15:02:50 +0000

    x11/xob: Update to 0.3
    
    Changes:        https://github.com/florentc/xob/releases/tag/v0.3
---
 x11/xob/Makefile | 15 +++++++--------
 x11/xob/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/x11/xob/Makefile b/x11/xob/Makefile
index 016ca6c94ff4..6c11979e47b6 100644
--- a/x11/xob/Makefile
+++ b/x11/xob/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	xob
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2
-PORTREVISION=	1
+DISTVERSION=	0.3
 CATEGORIES=	x11
 
 MAINTAINER=	lcook@FreeBSD.org
@@ -15,18 +14,18 @@ LIB_DEPENDS=	libconfig.so:devel/libconfig
 USES=		compiler:c11 gmake pkgconfig xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	florentc
-USE_XORG=	x11
+USE_XORG=	x11 xrender
 
+PLIST_FILES=	"@sample ${ETCDIR}/styles.cfg.sample" \
+		bin/${PORTNAME} \
+		share/man/man1/${PORTNAME}.1.gz
 PORTDOCS=	CHANGELOG.md CONTRIBUTING.md README.md
 
 OPTIONS_DEFINE=	DOCS
 
-PLIST_FILES=	bin/xob \
-		"@sample ${ETCDIR}/styles.cfg.sample" \
-		share/man/man1/xob.1.gz
-
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} \
+		${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>
diff --git a/x11/xob/distinfo b/x11/xob/distinfo
index 0ea8861d70d0..7a5bdd2259ba 100644
--- a/x11/xob/distinfo
+++ b/x11/xob/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595542913
-SHA256 (florentc-xob-v0.2_GH0.tar.gz) = 06fb0d9a081546b6b9d1785f6d6fa36f905516eec5df3a567b5d22bd1f8df33a
-SIZE (florentc-xob-v0.2_GH0.tar.gz) = 510814
+TIMESTAMP = 1631285816
+SHA256 (florentc-xob-v0.3_GH0.tar.gz) = ab96717cff59cd0d3b42cbbc293cbd12f94d975584c47111717607779c155122
+SIZE (florentc-xob-v0.3_GH0.tar.gz) = 516433



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