Date: Thu, 19 Feb 2026 14:40:10 +0000 From: =?utf-8?Q?=C3=84lven?= <alven@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 570748943d32 - main - devel/violet: Update 2.1.0 => 2.2.2, take maintainership Message-ID: <699720ca.20e10.4ebf50c7@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by alven: URL: https://cgit.FreeBSD.org/ports/commit/?id=570748943d328658a12b1fb8a19a519526527bb6 commit 570748943d328658a12b1fb8a19a519526527bb6 Author: Älven <alven@FreeBSD.org> AuthorDate: 2026-02-19 14:31:38 +0000 Commit: Älven <alven@FreeBSD.org> CommitDate: 2026-02-19 14:37:07 +0000 devel/violet: Update 2.1.0 => 2.2.2, take maintainership * Pet portclippy(1) and portfmt(1) Approved by: db@, yuri@ (Mentors, implicit) --- devel/violet/Makefile | 20 ++++++++++++-------- devel/violet/distinfo | 5 +++-- devel/violet/pkg-descr | 2 +- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/devel/violet/Makefile b/devel/violet/Makefile index b1e84f659167..c60db2a44c62 100644 --- a/devel/violet/Makefile +++ b/devel/violet/Makefile @@ -1,30 +1,34 @@ PORTNAME= violet -PORTVERSION= 2.1.0 +DISTVERSION= 2.2.2 CATEGORIES= devel editors java -MASTER_SITES= SF/${PORTNAME}/violetumleditor/${PORTVERSION} -DISTNAME= violetumleditor-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/violetumleditor/${DISTVERSION}-SNAPSHOT/ +DISTNAME= violetumleditor-${DISTVERSION}-SNAPSHOT EXTRACT_SUFX= .jar EXTRACT_ONLY= -MAINTAINER= ports@FreeBSD.org +MAINTAINER= alven@FreeBSD.org COMMENT= Easy to learn and use UML editor -WWW= https://horstmann.com/violet/ +WWW= https://horstmann.com/violet/ \ + https://sourceforge.net/projects/violet/ LICENSE= GPLv2 USES= java +NO_ARCH= YES NO_BUILD= YES -PLIST_FILES= %%JAVASHAREDIR%%/${PORTNAME}/violetumleditor.jar bin/${PORTNAME} +PLIST_FILES= ${JAVASHAREDIR}/${PORTNAME}/violetumleditor.jar bin/${PORTNAME} pre-install: ${ECHO} "#!/bin/sh" > ${WRKDIR}/violet.sh - ${ECHO} "${PREFIX}/bin/java -jar ${JAVASHAREDIR}/${PORTNAME}/violetumleditor.jar" >> ${WRKDIR}/violet.sh + ${ECHO} "${PREFIX}/bin/java -jar ${JAVASHAREDIR}/${PORTNAME}/violetumleditor.jar" \ + >> ${WRKDIR}/violet.sh do-install: ${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME} - ${INSTALL_DATA} ${DISTDIR}/violetumleditor-${PORTVERSION}.jar ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/violetumleditor.jar + ${INSTALL_DATA} ${DISTDIR}/violetumleditor-${DISTVERSION}-SNAPSHOT.jar \ + ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/violetumleditor.jar ${INSTALL_SCRIPT} ${WRKDIR}/violet.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include <bsd.port.mk> diff --git a/devel/violet/distinfo b/devel/violet/distinfo index 567f6b1fee37..c54423a74f9a 100644 --- a/devel/violet/distinfo +++ b/devel/violet/distinfo @@ -1,2 +1,3 @@ -SHA256 (violetumleditor-2.1.0.jar) = 973014dd775f82b53c0b09158c1b66e06cababdd2e244c208b9aa9f39e50cc9a -SIZE (violetumleditor-2.1.0.jar) = 3776719 +TIMESTAMP = 1771510447 +SHA256 (violetumleditor-2.2.2-SNAPSHOT.jar) = e3e7ed934d752c65d034150f612e5cdea6078ca9b531df7198c02ba7e2ab574d +SIZE (violetumleditor-2.2.2-SNAPSHOT.jar) = 6121420 diff --git a/devel/violet/pkg-descr b/devel/violet/pkg-descr index a8bc9058f0f5..0ee67c221d39 100644 --- a/devel/violet/pkg-descr +++ b/devel/violet/pkg-descr @@ -1,7 +1,7 @@ Violet is a UML editor with these benefits: * It is very easy to learn and use * It draws nice-looking class, sequence, state, object and use-case diagrams -* It is completely free (distributed under the GNU General Public License) +* It is completely Free (distributed under the GNU General Public License) * It is cross-platform Violet is intended for students, teachers, and authors who need to producehome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699720ca.20e10.4ebf50c7>
