From owner-svn-ports-all@freebsd.org Fri Feb 3 09:49:33 2017 Return-Path: Delivered-To: svn-ports-all@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 ADAB2CCC848; Fri, 3 Feb 2017 09:49:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6DEB41E39; Fri, 3 Feb 2017 09:49:33 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v139nWmE001580; Fri, 3 Feb 2017 09:49:32 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v139nWI9001579; Fri, 3 Feb 2017 09:49:32 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201702030949.v139nWI9001579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 3 Feb 2017 09:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433217 - head/sysutils/dtc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 09:49:33 -0000 Author: antoine Date: Fri Feb 3 09:49:32 2017 New Revision: 433217 URL: https://svnweb.freebsd.org/changeset/ports/433217 Log: - shebangfix dtdiff - Add missing USE_LDCONFIG Modified: head/sysutils/dtc/Makefile Modified: head/sysutils/dtc/Makefile ============================================================================== --- head/sysutils/dtc/Makefile Fri Feb 3 09:36:46 2017 (r433216) +++ head/sysutils/dtc/Makefile Fri Feb 3 09:49:32 2017 (r433217) @@ -1,11 +1,9 @@ # $FreeBSD$ -# -# Device Tree Compiler, tweaked for FreeBSD -# PORTNAME= dtc PORTVERSION= 1.4.2 -DISTVERSIONPREFIX= ports-v +DISTVERSIONPREFIX= ports-v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org @@ -13,7 +11,9 @@ COMMENT= Device Tree Compiler LICENSE= GPLv2 -USES= bison gmake +USES= bison gmake shebangfix +USE_LDCONFIG= yes +SHEBANG_FILES= dtdiff USE_GITHUB= yes GH_ACCOUNT= bsdimp