From owner-svn-ports-head@FreeBSD.ORG Mon Feb 17 08:52:44 2014 Return-Path: Delivered-To: svn-ports-head@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 5D4BA2DE; Mon, 17 Feb 2014 08:52:44 +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 496B31542; Mon, 17 Feb 2014 08:52:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1H8qiEd049944; Mon, 17 Feb 2014 08:52:44 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1H8qiPY049943; Mon, 17 Feb 2014 08:52:44 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402170852.s1H8qiPY049943@svn.freebsd.org> From: John Marino Date: Mon, 17 Feb 2014 08:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344711 - head/lang/asis 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.17 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, 17 Feb 2014 08:52:44 -0000 Author: marino Date: Mon Feb 17 08:52:43 2014 New Revision: 344711 URL: http://svnweb.freebsd.org/changeset/ports/344711 QAT: https://qat.redports.org/buildarchive/r344711/ Log: lang/asis: Fix licenses in PLIST The post-install target was overwriting the licenses which were already present in $TMPPLIST reported-by: antoine Modified: head/lang/asis/Makefile Modified: head/lang/asis/Makefile ============================================================================== --- head/lang/asis/Makefile Mon Feb 17 08:24:36 2014 (r344710) +++ head/lang/asis/Makefile Mon Feb 17 08:52:43 2014 (r344711) @@ -3,7 +3,7 @@ PORTNAME= asis PORTVERSION= 2011 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://downloads.dragonlace.net/src/ DISTNAME= ${PORTNAME}-gpl-${PORTVERSION}-src @@ -35,7 +35,7 @@ do-build: 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 '/share\/doc$$/d' \ -e '/share\/gps$$/d' -e '/share\/gps\/plug-ins$$/d' \