From owner-svn-ports-head@freebsd.org Wed Sep 2 13:56:20 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E5AF9C869E; Wed, 2 Sep 2015 13:56:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F272D35; Wed, 2 Sep 2015 13:56:20 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t82DuJXw032436; Wed, 2 Sep 2015 13:56:19 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t82DuJa0032435; Wed, 2 Sep 2015 13:56:19 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509021356.t82DuJa0032435@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 2 Sep 2015 13:56:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395838 - head/devel/mingw32-openssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2015 13:56:20 -0000 Author: amdmi3 Date: Wed Sep 2 13:56:19 2015 New Revision: 395838 URL: https://svnweb.freebsd.org/changeset/ports/395838 Log: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket) Modified: head/devel/mingw32-openssl/Makefile Modified: head/devel/mingw32-openssl/Makefile ============================================================================== --- head/devel/mingw32-openssl/Makefile Wed Sep 2 13:55:49 2015 (r395837) +++ head/devel/mingw32-openssl/Makefile Wed Sep 2 13:56:19 2015 (r395838) @@ -3,6 +3,7 @@ PORTNAME= openssl PORTVERSION= 1.0.2d +PORTREVISION= 1 CATEGORIES= devel security MASTER_SITES= http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ @@ -18,7 +19,8 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/de ${LOCALBASE}/mingw32/include/stdlib.h:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt \ ${LOCALBASE}/mingw32/lib/libz.a:${PORTSDIR}/devel/mingw32-zlib -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= apps/tsget USE_PERL5= build MAKE_JOBS_UNSAFE= yes CONFIGURE_PREFIX= ${PREFIX}/mingw32