Re: git: 4ef37cf5a335 - main - devel/qbs: Resurrect port and update to 2.6.0
- In reply to: Daniel Engberg : "Re: git: 4ef37cf5a335 - main - devel/qbs: Resurrect port and update to 2.6.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Mar 2025 01:52:29 UTC
On Thu, Mar 20, 2025 at 3:46 PM Daniel Engberg <diizzy@freebsd.org> wrote: > > On 2025-03-20 20:25, Jason E. Hale wrote: > > The branch main has been updated by jhale: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=4ef37cf5a3352d24e3f30d08f6f94bf554aa49bc > > commit 4ef37cf5a3352d24e3f30d08f6f94bf554aa49bc > Author: Jason E. Hale <jhale@FreeBSD.org> > AuthorDate: 2025-03-20 19:20:14 +0000 > Commit: Jason E. Hale <jhale@FreeBSD.org> > CommitDate: 2025-03-20 19:25:24 +0000 > > devel/qbs: Resurrect port and update to 2.6.0 > > Qbs is a tool that helps simplify the build process for developing > projects across multiple platforms. Qbs can be used for any software > project, regardless of programming language, toolkit, or libraries used. > > Qbs is an all-in-one tool that generates a build graph from a high-level > project description (like qmake or CMake) and additionally undertakes the > task of executing the commands in the low-level build graph (like make). > --- > MOVED | 1 - > devel/Makefile | 1 + > devel/qbs/Makefile | 33 + > devel/qbs/distinfo | 3 + > .../files/patch-src_app_qbs-setup-qt_setupqt.cpp | 11 + > devel/qbs/pkg-descr | 7 + > devel/qbs/pkg-plist | 891 +++++++++++++++++++++ > 7 files changed, 946 insertions(+), 1 deletion(-) > > ... > > Guess you can drop DIST_SUBDIR as upstream uses a sane distname? > > Best regards, > > Daniel kde@ port distfiles are generally organized this way and this was how the qbs distfiles were organized before it was removed. We do the same for devel/qtcreator. I think it's nicer this way and not hurting anything. -Jason