Date: Sun, 7 May 2023 16:13:02 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f68a5540354 - main - devel/log4cpp: Update WWW Message-ID: <202305071613.347GD2jx039906@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f68a55403545cab54a04a3be37f189cacf576cb commit 9f68a55403545cab54a04a3be37f189cacf576cb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-07 16:03:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-07 16:03:12 +0000 devel/log4cpp: Update WWW - Cosmetic change - Take maintainership --- devel/log4cpp/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile index 4f0cf44456d5..f88245ad757b 100644 --- a/devel/log4cpp/Makefile +++ b/devel/log4cpp/Makefile @@ -1,22 +1,22 @@ PORTNAME= log4cpp PORTVERSION= 1.1.4 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}.x%20%28new%29/${PORTNAME}-${PORTVERSION:R} +MASTER_SITES= SF/log4cpp/log4cpp-1.1.x%20%28new%29/log4cpp-1.1 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library of C++ classes for flexible logging -WWW= http://log4cpp.sourceforge.net/ +WWW= https://log4cpp.sourceforge.net/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang gmake libtool pathfix -USE_LDCONFIG= yes + +CONFIGURE_ARGS= --disable-dot --disable-doxygen --disable-html-docs --disable-latex-docs GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-html-docs INSTALL_TARGET= install-strip - -WRKSRC= ${WRKDIR}/${PORTNAME} +USE_LDCONFIG= yes +WRKSRC= ${WRKDIR}/log4cpp OPTIONS_DEFINE= DOXYGEN OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305071613.347GD2jx039906>