Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2017 13:18:37 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455289 - head/net/rabbitmq-c-devel
Message-ID:  <201712011318.vB1DIb4n052522@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Dec  1 13:18:37 2017
New Revision: 455289
URL: https://svnweb.freebsd.org/changeset/ports/455289

Log:
  - Remove USES=tar:bzip2 (bogus with USE_GITHUB)
  - Add missing USES=ssl
  - Remove unnecessary flags
  
  Approved by:	portmgr blanket

Modified:
  head/net/rabbitmq-c-devel/Makefile

Modified: head/net/rabbitmq-c-devel/Makefile
==============================================================================
--- head/net/rabbitmq-c-devel/Makefile	Fri Dec  1 13:16:43 2017	(r455288)
+++ head/net/rabbitmq-c-devel/Makefile	Fri Dec  1 13:18:37 2017	(r455289)
@@ -4,6 +4,7 @@
 PORTNAME=	rabbitmq-c
 PORTVERSION=	0.8.0
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	net
 PKGNAMESUFFIX=	-devel
 
@@ -17,7 +18,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:
 
 CONFLICTS=	rabbitmq-c-[0-9]*
 
-USES=		cmake pathfix python tar:bzip2
+USES=		cmake pathfix python ssl
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 GH_ACCOUNT=	alanxz
@@ -26,7 +27,5 @@ OPTIONS_DEFINE=	POPT
 OPTIONS_SUB=	yes
 POPT_DESC=	Popt support in tools
 POPT_LIB_DEPENDS=	libpopt.so:devel/popt
-POPT_CFLAGS=	-I${LOCALBASE}/include
-POPT_LDFLAGS=	-L${LOCALBASE}/lib
 
 .include <bsd.port.mk>



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