forked from Lainports/freebsd-ports
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
This commit is contained in:
parent
fbddcce7d6
commit
b3dd9aeeac
1 changed files with 12 additions and 13 deletions
|
|
@ -1,24 +1,23 @@
|
||||||
PORTNAME= lifelines
|
PORTNAME= lifelines
|
||||||
PORTVERSION= 3.1.1
|
DISTVERSION= 3.1.1
|
||||||
PORTREVISION= 2
|
PORTREVISION= 2
|
||||||
CATEGORIES= misc
|
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
|
MAINTAINER= matt@gsicomp.on.ca
|
||||||
COMMENT= Advanced genealogical system
|
COMMENT= Advanced genealogical system
|
||||||
WWW= http://marcno.github.io/lifelines/
|
WWW= https://lifelines.github.io/lifelines/
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
USES= autoreconf bison gmake iconv ncurses
|
USES= autoreconf bison gmake iconv ncurses
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
||||||
CONFIGURE_ENV= YACC="bison -y"
|
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
|
# Lifelines always installs documenatation. This is contrary to the FreeBSD
|
||||||
# norm which uses --with-docs (aka DOCS) to do so. We patch the Makefiles
|
# norm which uses --with-docs (aka DOCS) to do so. We patch the Makefiles
|
||||||
|
|
@ -32,9 +31,9 @@ BUILDDOCS_DESC= Build documentation (requires docbook toolchain)
|
||||||
DOCS_DESC= Install documentation
|
DOCS_DESC= Install documentation
|
||||||
NLS_DESC= Build with NLS support
|
NLS_DESC= Build with NLS support
|
||||||
|
|
||||||
|
BUILDDOCS_BUILD_DEPENDS= dblatex:textproc/dblatex \
|
||||||
|
xmlto:textproc/xmlto
|
||||||
BUILDDOCS_CONFIGURE_WITH= docs
|
BUILDDOCS_CONFIGURE_WITH= docs
|
||||||
BUILDDOCS_BUILD_DEPENDS= xmlto:textproc/xmlto \
|
|
||||||
dblatex:textproc/dblatex
|
|
||||||
|
|
||||||
NLS_USES= gettext
|
NLS_USES= gettext
|
||||||
NLS_CONFIGURE_ENABLE= nls
|
NLS_CONFIGURE_ENABLE= nls
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue