svn commit: r398923 - in head/devel: android-tools-adb android-tools-adb-devel

Jan Beich jbeich at FreeBSD.org
Fri Oct 9 15:25:41 UTC 2015


Author: jbeich
Date: Fri Oct  9 15:25:40 2015
New Revision: 398923
URL: https://svnweb.freebsd.org/changeset/ports/398923

Log:
  devel/android-tools-adb: add missing USE_OPENSSL for -lcrypto
  
  Bump PORTREVISION for those who build everything against
  security/openssl or security/libressl.

Modified:
  head/devel/android-tools-adb-devel/Makefile   (contents, props changed)
  head/devel/android-tools-adb/Makefile   (contents, props changed)

Modified: head/devel/android-tools-adb-devel/Makefile
==============================================================================
--- head/devel/android-tools-adb-devel/Makefile	Fri Oct  9 15:25:30 2015	(r398922)
+++ head/devel/android-tools-adb-devel/Makefile	Fri Oct  9 15:25:40 2015	(r398923)
@@ -3,7 +3,7 @@
 # Hint: git describe --abbrev=12 --match android-m-preview
 DISTVERSION=	m-preview-1280
 DISTVERSIONSUFFIX=	-g659f5ade04a5
-PORTREVISION=	0
+PORTREVISION=	1
 PKGNAMESUFFIX=	-devel
 
 CONFLICTS_INSTALL=	${PORTNAME}-[0-9]*

Modified: head/devel/android-tools-adb/Makefile
==============================================================================
--- head/devel/android-tools-adb/Makefile	Fri Oct  9 15:25:30 2015	(r398922)
+++ head/devel/android-tools-adb/Makefile	Fri Oct  9 15:25:40 2015	(r398923)
@@ -3,7 +3,7 @@
 PORTNAME=	android-tools-adb
 DISTVERSIONPREFIX=	android-
 DISTVERSION?=	5.1.1_r4
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://anonscm.debian.org/cgit/android-tools/android-tools.git/plain/debian/:bashcomp
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
@@ -22,6 +22,7 @@ GH_PROJECT=	platform_system_core
 CONFLICTS_INSTALL?=	${PORTNAME}-devel-*
 
 USES+=		uidfix
+USE_OPENSSL=	yes
 .ifndef BUILD_WRKSRC
 WRKSRC_SUBDIR=	adb
 .endif


More information about the svn-ports-all mailing list