Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2021 11:03:18 +0000 (UTC)
From:      Lewis Cook <lcook@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564612 - head/graphics/cbonsai
Message-ID:  <202102071103.117B3INB071113@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lcook
Date: Sun Feb  7 11:03:17 2021
New Revision: 564612
URL: https://svnweb.freebsd.org/changeset/ports/564612

Log:
  graphics/cbonsai: Update to latest commit
  
  Whilst here, remove the do-build target and cleanup a little.
  
  Changes: 			https://gitlab.com/jallbrit/cbonsai/-/commit/e1070054e5bf5c30056cd31f01e8ecc8df8f02cd
  Approved by:			tcberner (mentor)
  Differential Revision:		https://reviews.freebsd.org/D28517

Modified:
  head/graphics/cbonsai/Makefile
  head/graphics/cbonsai/distinfo

Modified: head/graphics/cbonsai/Makefile
==============================================================================
--- head/graphics/cbonsai/Makefile	Sun Feb  7 10:38:02 2021	(r564611)
+++ head/graphics/cbonsai/Makefile	Sun Feb  7 11:03:17 2021	(r564612)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cbonsai
-DISTVERSION=	g20210105
+DISTVERSION=	g20210115
 CATEGORIES=	graphics
 
 MAINTAINER=	lcook@FreeBSD.org
@@ -10,20 +10,18 @@ COMMENT=	Bonsai tree generator, written in C using ncu
 LICENSE=	GPLv1
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c11 localbase ncurses
+USES=		compiler:c11 ncurses
 USE_GITLAB=	yes
 GL_ACCOUNT=	jallbrit
-GL_COMMIT=	9fe79e955b5d8f6dd7bdc85cbc4ac255934625d1
+GL_COMMIT=	e1070054e5bf5c30056cd31f01e8ecc8df8f02cd
 
-LDFLAGS+=	-lncurses -lpanel
+MAKE_ARGS=	LDLIBS="${LDFLAGS} -lncurses -lpanel"
+ALL_TARGET=	${PORTNAME}
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDOCS=	README.md
 
 OPTIONS_DEFINE=	DOCS
-
-do-build:
-		${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
 
 do-install:
 		${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

Modified: head/graphics/cbonsai/distinfo
==============================================================================
--- head/graphics/cbonsai/distinfo	Sun Feb  7 10:38:02 2021	(r564611)
+++ head/graphics/cbonsai/distinfo	Sun Feb  7 11:03:17 2021	(r564612)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610047634
-SHA256 (jallbrit-cbonsai-9fe79e955b5d8f6dd7bdc85cbc4ac255934625d1_GL0.tar.gz) = face063f1f3e13f12b6c6310621c48ec03bc90647f57813c4e98af2da9768dd2
-SIZE (jallbrit-cbonsai-9fe79e955b5d8f6dd7bdc85cbc4ac255934625d1_GL0.tar.gz) = 19767
+TIMESTAMP = 1612645610
+SHA256 (jallbrit-cbonsai-e1070054e5bf5c30056cd31f01e8ecc8df8f02cd_GL0.tar.gz) = 24d07b3338cec48a7882b5b6d4ee00b254e1209058713457ce89ee2462aedda6
+SIZE (jallbrit-cbonsai-e1070054e5bf5c30056cd31f01e8ecc8df8f02cd_GL0.tar.gz) = 19807



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