Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 2015 03:58:06 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403176 - head/devel/cgit
Message-ID:  <201512070358.tB73w6Gw079145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Dec  7 03:58:06 2015
New Revision: 403176
URL: https://svnweb.freebsd.org/changeset/ports/403176

Log:
  cgit will link against libcrypto in ${LOCALBASE} if it exists, so
  add USE_OPENSSL to acknowledge the dependency.
  
  PR:		204995
  Approved by:	Kevin Zheng (maintainer)

Modified:
  head/devel/cgit/Makefile

Modified: head/devel/cgit/Makefile
==============================================================================
--- head/devel/cgit/Makefile	Mon Dec  7 03:25:29 2015	(r403175)
+++ head/devel/cgit/Makefile	Mon Dec  7 03:58:06 2015	(r403176)
@@ -2,6 +2,7 @@
 
 PORTNAME=	cgit
 PORTVERSION=	0.11.2
+PORTREVISION=	1
 CATEGORIES=	devel www
 MASTER_SITES=	http://git.zx2c4.com/cgit/snapshot/:cgit \
 		https://www.kernel.org/pub/software/scm/git/:git
@@ -17,6 +18,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 PROJECTHOST=	git-core
 GIT_VERSION=	2.3.3
 USES=		cpe gmake iconv shebangfix tar:xz
+USE_OPENSSL=	yes
 CPE_VENDOR=	lars_hjemli
 SHEBANG_FILES=	filters/html-converters/resources/markdown.pl
 



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