From owner-svn-ports-all@freebsd.org Sun Jul 29 19:21:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8296B105FFF0; Sun, 29 Jul 2018 19:21:43 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51817727B6; Sun, 29 Jul 2018 19:21:41 +0000 (UTC) (envelope-from dbaio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8509919F45; Sun, 29 Jul 2018 19:21:41 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6TJLfDV055259; Sun, 29 Jul 2018 19:21:41 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6TJLfSJ055258; Sun, 29 Jul 2018 19:21:41 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201807291921.w6TJLfSJ055258@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 29 Jul 2018 19:21:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475790 - head/devel/elftoaout X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/elftoaout X-SVN-Commit-Revision: 475790 X-SVN-Commit-Repository: ports 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.27 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: Sun, 29 Jul 2018 19:21:43 -0000 Author: dbaio Date: Sun Jul 29 19:21:41 2018 New Revision: 475790 URL: https://svnweb.freebsd.org/changeset/ports/475790 Log: devel/elftoaout: Add LICENSE Approved by: portmgr (blanket) Modified: head/devel/elftoaout/Makefile Modified: head/devel/elftoaout/Makefile ============================================================================== --- head/devel/elftoaout/Makefile Sun Jul 29 19:21:40 2018 (r475789) +++ head/devel/elftoaout/Makefile Sun Jul 29 19:21:41 2018 (r475790) @@ -10,6 +10,9 @@ DISTNAME= sparc-utils_1.9.orig MAINTAINER= ports@FreeBSD.org COMMENT= ELF to a.out conversion tool by Jakub Jelinek and Pete Zaitcev +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + WRKSRC= ${WRKDIR}/sparc-utils-1.9.orig/elftoaout-2.3 MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PLIST_FILES= bin/elftoaout \