From owner-svn-ports-head@freebsd.org Mon Sep 14 21:45:50 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 ABB14A0401C; Mon, 14 Sep 2015 21:45:50 +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 9C96917C1; Mon, 14 Sep 2015 21:45:50 +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 t8ELjosL087939; Mon, 14 Sep 2015 21:45:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8ELjo0L087938; Mon, 14 Sep 2015 21:45:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509142145.t8ELjo0L087938@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 14 Sep 2015 21:45:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396936 - head/sysutils/condor 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: Mon, 14 Sep 2015 21:45:50 -0000 Author: amdmi3 Date: Mon Sep 14 21:45:49 2015 New Revision: 396936 URL: https://svnweb.freebsd.org/changeset/ports/396936 Log: - Add LICENSE_FILE - Drop 8.x support Approved by: portmgr blanket Modified: head/sysutils/condor/Makefile Modified: head/sysutils/condor/Makefile ============================================================================== --- head/sysutils/condor/Makefile Mon Sep 14 21:45:23 2015 (r396935) +++ head/sysutils/condor/Makefile Mon Sep 14 21:45:49 2015 (r396936) @@ -11,6 +11,7 @@ MAINTAINER= jwbacon@tds.net COMMENT= High-throughput computing on distributively owned resources LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt LIB_DEPENDS+= libkrb5support.so:${PORTSDIR}/security/krb5 \ libpcre.so:${PORTSDIR}/devel/pcre \ @@ -53,12 +54,6 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS EXAMPLES -.include - -.if ${OSVERSION} < 900000 -BROKEN= Fails to build on FreeBSD 8.x -.endif - pre-everything:: @( ${PRINTF} "\nWARNING: Condor needs approximately 3GB to build!"; \ ${PRINTF} " Please make sure your build environment has that much before continuing.\n" ) @@ -86,4 +81,4 @@ post-install: ${STAGEDIR}${PREFIX}/etc/condor_config.local.sample ${INSTALL_SCRIPT} ${WRKDIR}/condor-config ${STAGEDIR}${PREFIX}/sbin -.include +.include