From owner-svn-ports-all@FreeBSD.ORG Mon Feb 17 00:09:55 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36EAFFCA; Mon, 17 Feb 2014 00:09:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 226EB1B9C; Mon, 17 Feb 2014 00:09:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1H09seY025513; Mon, 17 Feb 2014 00:09:54 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1H09sTc025512; Mon, 17 Feb 2014 00:09:54 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402170009.s1H09sTc025512@svn.freebsd.org> From: John Marino Date: Mon, 17 Feb 2014 00:09:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344638 - head/lang/gnat_util 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.17 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: Mon, 17 Feb 2014 00:09:55 -0000 Author: marino Date: Mon Feb 17 00:09:54 2014 New Revision: 344638 URL: http://svnweb.freebsd.org/changeset/ports/344638 QAT: https://qat.redports.org/buildarchive/r344638/ Log: lang/gnat_util: Fix licenses in PLIST The post-install target was overwriting the licenses which were already present in $TMPPLIST reported-by: antoine Modified: head/lang/gnat_util/Makefile Modified: head/lang/gnat_util/Makefile ============================================================================== --- head/lang/gnat_util/Makefile Sun Feb 16 22:41:10 2014 (r344637) +++ head/lang/gnat_util/Makefile Mon Feb 17 00:09:54 2014 (r344638) @@ -37,7 +37,7 @@ post-extract: post-install: @cd ${STAGEDIR}${PREFIX}; ${FIND} * \( -type f -or -type l \) | \ - ${SORT} > ${TMPPLIST} + ${SORT} >> ${TMPPLIST} @cd ${STAGEDIR}${PREFIX}; ${FIND} * -type d | ${AWK} '/\//' | \ ${SORT} -r | ${SED} -e '/lib\/gnat$$/d' -e 's/^/@dirrm /g' \ >> ${TMPPLIST}