Date: Sun, 27 Oct 2024 06:31:24 GMT From: Zsolt Udvari <uzsolt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b3dd9aeeac0d - main - misc/lifelines: Update MASTER_SITES and WWW Message-ID: <202410270631.49R6VOtL021161@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=b3dd9aeeac0df30d2f8c3eab41bb3935e560ced8 commit b3dd9aeeac0df30d2f8c3eab41bb3935e560ced8 Author: matt <matt@gsicomp.on.ca> AuthorDate: 2024-10-27 06:29:04 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2024-10-27 06:30:17 +0000 misc/lifelines: Update MASTER_SITES and WWW While I'm here pet portclippy, portfmt and swith to DISTVERSION. PR: 282040 Approved by: submitter is maintainer --- misc/lifelines/Makefile | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index 57895e31f827..5e31de237797 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -1,24 +1,23 @@ PORTNAME= lifelines -PORTVERSION= 3.1.1 +DISTVERSION= 3.1.1 PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= https://github.com/MarcNo/lifelines/releases/download/${PORTVERSION}/ +MASTER_SITES= https://github.com/lifelines/lifelines/releases/download/${DISTVERSION}/ MAINTAINER= matt@gsicomp.on.ca COMMENT= Advanced genealogical system -WWW= http://marcno.github.io/lifelines/ +WWW= https://lifelines.github.io/lifelines/ LICENSE= MIT USES= autoreconf bison gmake iconv ncurses GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= YACC="bison -y" -CONFLICTS_INSTALL= atheme-services # bin/dbverify +MAKE_JOBS_UNSAFE= yes -MAKE_JOBS_UNSAFE=yes +CONFLICTS_INSTALL= atheme-services # bin/dbverify # Lifelines always installs documenatation. This is contrary to the FreeBSD # norm which uses --with-docs (aka DOCS) to do so. We patch the Makefiles @@ -26,15 +25,15 @@ MAKE_JOBS_UNSAFE=yes # Lifelines uses --with-docs to indicate that the full XML docbook toolcahin # needs to be installed to build the docs. We use BUILDDOCS for that purpose. -OPTIONS_DEFINE= BUILDDOCS DOCS NLS -OPTIONS_SUB= yes -BUILDDOCS_DESC= Build documentation (requires docbook toolchain) -DOCS_DESC= Install documentation -NLS_DESC= Build with NLS support +OPTIONS_DEFINE= BUILDDOCS DOCS NLS +OPTIONS_SUB= yes +BUILDDOCS_DESC= Build documentation (requires docbook toolchain) +DOCS_DESC= Install documentation +NLS_DESC= Build with NLS support +BUILDDOCS_BUILD_DEPENDS= dblatex:textproc/dblatex \ + xmlto:textproc/xmlto BUILDDOCS_CONFIGURE_WITH= docs -BUILDDOCS_BUILD_DEPENDS= xmlto:textproc/xmlto \ - dblatex:textproc/dblatex NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410270631.49R6VOtL021161>