Date: Mon, 17 Jan 2022 13:20:47 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: dfd0e4d833e7 - main - *: Clean up some things Message-ID: <202201171320.20HDKl29073113@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=dfd0e4d833e7c94e10af3c7614cbc20a4d3074a7 commit dfd0e4d833e7c94e10af3c7614cbc20a4d3074a7 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2022-01-17 13:02:38 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2022-01-17 13:20:25 +0000 *: Clean up some things - Fix typos - Fix overwritten variables Reported by: portscan --- biology/molden/Makefile | 2 +- science/cdf/Makefile | 1 - science/qmcpack/Makefile | 5 +++-- sysutils/rsyslog8/Makefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/biology/molden/Makefile b/biology/molden/Makefile index cc945bed3a96..5165abf7c0b3 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -46,7 +46,7 @@ post-extract: # remove pre-built executables @${RM} ${WRKSRC}/bin/* -xpost-configure: +post-configure: @${ECHO_MSG} "********************" @${ECHO_MSG} "** If you want to use a larger MOLDEN," @${ECHO_MSG} "** edit change_parameter.sh and run it," diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 2bbfcf72ba32..e6fefdb446b5 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -37,7 +37,6 @@ PORTDOCS= CDF_copyright.txt CHANGES.txt Release.notes Welcome.txt OPTIONS_DEFINE= DOCS EXAMPLES MAKE_ARGS+= OS=freebsd ENV=gnu all -TEST_TARGET= test post-patch: .for def in ${DEFS} diff --git a/science/qmcpack/Makefile b/science/qmcpack/Makefile index f37d479c8d2c..01eea1551dd0 100644 --- a/science/qmcpack/Makefile +++ b/science/qmcpack/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libopenblas.so:math/openblas \ libsz.so:science/szip -USES= cmake:testing compiler:c++17-lang fortran gnome localbase:ldflags pkgconfig python:build shebangfix +USES= cmake:testing compiler:c++17-lang fortran gnome localbase:ldflags pkgconfig shebangfix USE_GNOME= libxml2 USE_GITHUB= yes @@ -42,7 +42,8 @@ OPTIONS_SUB= yes NEXUS_DESC= Install Nexus (workflow utility) alongside QMCPACK NEXUS_CMAKE_BOOL= INSTALL_NEXUS -NEXUS_CMAKE_USES= python +NEXUS_USES= python +NEXUS_USES_OFF= python:build NEXUS_PY_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \ diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile index f35b0713a298..f8032a4ec8f3 100644 --- a/sysutils/rsyslog8/Makefile +++ b/sysutils/rsyslog8/Makefile @@ -1,6 +1,6 @@ PORTNAME= rsyslog PORTVERSION= 8.2112.0 -PRTREVISION= 1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201171320.20HDKl29073113>