git: 02c1848e3e32 - main - net/nanomsg: reduce horizontal whitespace, drop redundant GH_ACCOUNT.

Alexey Dokuchaev danfe at FreeBSD.org
Tue Aug 31 03:48:04 UTC 2021


The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02c1848e3e32c0cb78eb0b11217216499cf81d32

commit 02c1848e3e32c0cb78eb0b11217216499cf81d32
Author:     Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-08-31 03:47:12 +0000
Commit:     Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-08-31 03:47:15 +0000

    net/nanomsg: reduce horizontal whitespace, drop redundant GH_ACCOUNT.
---
 net/nanomsg/Makefile | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/net/nanomsg/Makefile b/net/nanomsg/Makefile
index b2f5e3a56ba8..b4de02ee7bc4 100644
--- a/net/nanomsg/Makefile
+++ b/net/nanomsg/Makefile
@@ -1,27 +1,26 @@
-PORTNAME=			nanomsg
-PORTVERSION=			1.1.5
-PORTREVISION=			1
-CATEGORIES=			net
+PORTNAME=	nanomsg
+PORTVERSION=	1.1.5
+PORTREVISION=	1
+CATEGORIES=	net
 
-MAINTAINER=			crest at bultmann.eu
-COMMENT=			Socket library that provides several common communication patterns
+MAINTAINER=	crest at bultmann.eu
+COMMENT=	Socket library that provides several common communication patterns
 
-LICENSE=			MIT
-LICENSE_FILE=			${WRKSRC}/COPYING
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=				cmake pathfix
-USE_LDCONFIG=			yes
-USE_GITHUB=			yes
-GH_ACCOUNT=			nanomsg
+USES=		cmake pathfix
+USE_LDCONFIG=	yes
+USE_GITHUB=	yes
 
-OPTIONS_DEFINE=			DOCS
-OPTIONS_SUB=			yes
+PORTDOCS=	*
 
-DOCS_DESC=			Build and/or install HTML and manpages
+OPTIONS_DEFINE=	DOCS
+OPTIONS_SUB=	yes
 
-DOCS_BUILD_DEPENDS=		asciidoctor:textproc/rubygem-asciidoctor
-DOCS_CMAKE_BOOL=		NN_ENABLE_DOC
+DOCS_DESC=	Build and/or install HTML and manpages
 
-PORTDOCS=			*
+DOCS_BUILD_DEPENDS=	asciidoctor:textproc/rubygem-asciidoctor
+DOCS_CMAKE_BOOL=	NN_ENABLE_DOC
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-main mailing list