svn commit: r403176 - head/devel/cgit

Adam Weinberger adamw at FreeBSD.org
Mon Dec 7 03:58:07 UTC 2015


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
 


More information about the svn-ports-all mailing list