Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Dec 2018 16:30:20 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488101 - head/devel/upnp
Message-ID:  <201812221630.wBMGUKsp044310@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Dec 22 16:30:19 2018
New Revision: 488101
URL: https://svnweb.freebsd.org/changeset/ports/488101

Log:
  devel/upnp: submitter becomes maintainer, reorder lines to silence portlint
  
  - Sets MAINTAINER to submitter e-mail address.
  - Reorders USES and USE_LDCONFIG lines consistently with the standard
    ordering.
  - Transforms OPT_CONFIGURE_ON/OFF into OPT_CONFIGURE_ENABLE
    or OPT_CONFIGURE_WITH.
  
  PR:		233700
  Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>

Modified:
  head/devel/upnp/Makefile

Modified: head/devel/upnp/Makefile
==============================================================================
--- head/devel/upnp/Makefile	Sat Dec 22 16:25:23 2018	(r488100)
+++ head/devel/upnp/Makefile	Sat Dec 22 16:30:19 2018	(r488101)
@@ -8,31 +8,31 @@ CATEGORIES=	devel
 MASTER_SITES=	SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION}
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	phascolarctos@protonmail.ch
 COMMENT=	Universal Plug and Play Software Development Kit
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		cpe libtool pathfix tar:bzip2
+USE_LDCONFIG=	yes
+
 PORTSCOUT=	skipv:1.8.3	# released on 2017-11-14; older than 1.6.25
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
-USES=		cpe libtool pathfix tar:bzip2
 CPE_VENDOR=	libupnp_project
 CPE_PRODUCT=	libupnp
-USE_LDCONFIG=	yes
 
 PORTDOCS=	ixml/*.html upnp/*.html
 
 OPTIONS_DEFINE=	DEBUG DOCS IPV6
 OPTIONS_SUB=	yes
 
-DEBUG_CONFIGURE_ON=	--enable-debug
-DOCS_CONFIGURE_ON=	--with-documentation=${DOCSDIR}
-DOCS_CONFIGURE_OFF=	--without-documentation
-IPV6_CONFIGURE_ON=	--enable-ipv6
+DEBUG_CONFIGURE_ENABLE=	debug
+DOCS_CONFIGURE_WITH=	documentation=${DOCSDIR}
+IPV6_CONFIGURE_ENABLE=	ipv6
 
 pre-configure:
 	${REINPLACE_CMD} -e '386s,docs/dist,,' ${WRKSRC}/Makefile.in



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