svn commit: r566769 - head/graphics/cbonsai
Lewis Cook
lcook at FreeBSD.org
Sun Feb 28 14:40:39 UTC 2021
Author: lcook
Date: Sun Feb 28 14:40:38 2021
New Revision: 566769
URL: https://svnweb.freebsd.org/changeset/ports/566769
Log:
graphics/cbonsai: Update to 1.0.0
Changes: https://gitlab.com/jallbrit/cbonsai/-/tags/v1.0.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28971
Modified:
head/graphics/cbonsai/Makefile
head/graphics/cbonsai/distinfo
Modified: head/graphics/cbonsai/Makefile
==============================================================================
--- head/graphics/cbonsai/Makefile Sun Feb 28 14:12:14 2021 (r566768)
+++ head/graphics/cbonsai/Makefile Sun Feb 28 14:40:38 2021 (r566769)
@@ -1,19 +1,19 @@
# $FreeBSD$
PORTNAME= cbonsai
-DISTVERSION= g20210115
+DISTVERSION= 1.0.0
CATEGORIES= graphics
MAINTAINER= lcook at FreeBSD.org
COMMENT= Bonsai tree generator, written in C using ncurses
-LICENSE= GPLv1
+LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c11 ncurses
USE_GITLAB= yes
GL_ACCOUNT= jallbrit
-GL_COMMIT= e1070054e5bf5c30056cd31f01e8ecc8df8f02cd
+GL_COMMIT= 41fdd6ec4c4f5b14cc33d0c3de5756b4bb0ea798
MAKE_ARGS= LDLIBS="${LDFLAGS} -lncurses -lpanel"
ALL_TARGET= ${PORTNAME}
Modified: head/graphics/cbonsai/distinfo
==============================================================================
--- head/graphics/cbonsai/distinfo Sun Feb 28 14:12:14 2021 (r566768)
+++ head/graphics/cbonsai/distinfo Sun Feb 28 14:40:38 2021 (r566769)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1612645610
-SHA256 (jallbrit-cbonsai-e1070054e5bf5c30056cd31f01e8ecc8df8f02cd_GL0.tar.gz) = 24d07b3338cec48a7882b5b6d4ee00b254e1209058713457ce89ee2462aedda6
-SIZE (jallbrit-cbonsai-e1070054e5bf5c30056cd31f01e8ecc8df8f02cd_GL0.tar.gz) = 19807
+TIMESTAMP = 1614447537
+SHA256 (jallbrit-cbonsai-41fdd6ec4c4f5b14cc33d0c3de5756b4bb0ea798_GL0.tar.gz) = 31654bef763a99d234d98faf06f2ca1c5841222910b462b0960e96739181ca12
+SIZE (jallbrit-cbonsai-41fdd6ec4c4f5b14cc33d0c3de5756b4bb0ea798_GL0.tar.gz) = 19931
More information about the svn-ports-head
mailing list