aboutsummaryrefslogtreecommitdiff
path: root/graphics/cbonsai
diff options
context:
space:
mode:
authorLewis Cook <lcook@FreeBSD.org>2021-02-07 11:03:17 +0000
committerLewis Cook <lcook@FreeBSD.org>2021-02-07 11:03:17 +0000
commit8be4fd04cc3bc701ac6d50912076cafdf15b38ab (patch)
treeedaa3a4a9472934f3ebd92d19d1f72079132f04c /graphics/cbonsai
parent81bf95d1a87f608a7141333209ce2af4eeae56ee (diff)
downloadports-8be4fd04cc3bc701ac6d50912076cafdf15b38ab.tar.gz
ports-8be4fd04cc3bc701ac6d50912076cafdf15b38ab.zip
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
Notes
Notes: svn path=/head/; revision=564612
Diffstat (limited to 'graphics/cbonsai')
-rw-r--r--graphics/cbonsai/Makefile12
-rw-r--r--graphics/cbonsai/distinfo6
2 files changed, 8 insertions, 10 deletions
diff --git a/graphics/cbonsai/Makefile b/graphics/cbonsai/Makefile
index 5d8d22b86b20..fedf1179efcd 100644
--- a/graphics/cbonsai/Makefile
+++ b/graphics/cbonsai/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cbonsai
-DISTVERSION= g20210105
+DISTVERSION= g20210115
CATEGORIES= graphics
MAINTAINER= lcook@FreeBSD.org
@@ -10,21 +10,19 @@ COMMENT= Bonsai tree generator, written in C using ncurses
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
diff --git a/graphics/cbonsai/distinfo b/graphics/cbonsai/distinfo
index dc3dad6842c2..4f042b4eba0e 100644
--- a/graphics/cbonsai/distinfo
+++ b/graphics/cbonsai/distinfo
@@ -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