Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2022 17:06:45 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 669a612d3e95 - main - textproc/pugixml: Adopt port
Message-ID:  <202206231706.25NH6j6l019589@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=669a612d3e95f1fd8d7bc41507bad24e1e7ae4f2

commit 669a612d3e95f1fd8d7bc41507bad24e1e7ae4f2
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-06-23 17:05:31 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-06-23 17:05:31 +0000

    textproc/pugixml: Adopt port
    
     - take maintainership
---
 textproc/pugixml/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/textproc/pugixml/Makefile b/textproc/pugixml/Makefile
index 32438dc6beb6..78b764b8a858 100644
--- a/textproc/pugixml/Makefile
+++ b/textproc/pugixml/Makefile
@@ -3,7 +3,7 @@ DISTVERSION=	1.12.1
 CATEGORIES=	textproc
 MASTER_SITES=	https://github.com/zeux/pugixml/releases/download/v${DISTVERSION}/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Light-weight, simple and fast XML parser for C++ with XPath support
 
 LICENSE=	MIT
@@ -13,9 +13,9 @@ USES=		cmake compiler:c++11-lang cpe
 CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-1.12
-
 CMAKE_ON=	BUILD_SHARED_LIBS
 CMAKE_OFF=	PUGIXML_BUILD_TESTS PUGIXML_USE_VERSIONED_LIBDIR
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-1.12
+
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206231706.25NH6j6l019589>