From owner-svn-ports-all@FreeBSD.ORG Wed Nov 12 20:11:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAB65BD4; Wed, 12 Nov 2014 20:11:16 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D3A2154; Wed, 12 Nov 2014 20:11:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sACKBGsL069946; Wed, 12 Nov 2014 20:11:16 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sACKBFFs069943; Wed, 12 Nov 2014 20:11:15 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411122011.sACKBFFs069943@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 12 Nov 2014 20:11:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372501 - in head/math: octave octave-forge-base 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.18-1 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: Wed, 12 Nov 2014 20:11:16 -0000 Author: antoine Date: Wed Nov 12 20:11:15 2014 New Revision: 372501 URL: https://svnweb.freebsd.org/changeset/ports/372501 QAT: https://qat.redports.org/buildarchive/r372501/ Log: Cleanup plist Modified: head/math/octave-forge-base/pkg-plist head/math/octave/Makefile head/math/octave/pkg-plist Modified: head/math/octave-forge-base/pkg-plist ============================================================================== --- head/math/octave-forge-base/pkg-plist Wed Nov 12 18:48:53 2014 (r372500) +++ head/math/octave-forge-base/pkg-plist Wed Nov 12 20:11:15 2014 (r372501) @@ -1,5 +1,4 @@ @unexec %D/libexec/octave/load-octave-pkg || true libexec/octave/load-octave-pkg -@exec mkdir -p %D/share/octave/tarballs @exec %D/libexec/octave/load-octave-pkg -@dirrmtry share/octave/tarballs +@dir share/octave/tarballs Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Wed Nov 12 18:48:53 2014 (r372500) +++ head/math/octave/Makefile Wed Nov 12 20:11:15 2014 (r372501) @@ -112,20 +112,14 @@ post-install: @${FIND} -s ${STAGEDIR}$d -not -type d -not -name '*.la' | \ ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${WRKDIR}/PLIST @${FIND} -s ${STAGEDIR}$d -type d -empty | \ - ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@exec ${MKDIR} %D/,' \ - -e 's,$$, 2>/dev/null || true,' >> ${WRKDIR}/PLIST - @${FIND} -s ${STAGEDIR}$d -type d -depth | \ - ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${WRKDIR}/PLIST + ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@dir ,' \ + >> ${WRKDIR}/PLIST .endfor .for d in ${PREFIX}/libexec/octave/api-v49+ ${PREFIX}/libexec/octave/site ${PREFIX}/lib/octave/site @${FIND} -s ${STAGEDIR}$d -type d -empty | \ - ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@exec ${MKDIR} %D/,' \ - -e 's,$$, 2>/dev/null || true,' >> ${WRKDIR}/PLIST - @${FIND} -s ${STAGEDIR}$d -type d -depth | \ - ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${WRKDIR}/PLIST + ${SED} -e 's,^${STAGEDIR}${PREFIX}/,@dir ,' \ + >> ${WRKDIR}/PLIST .endfor - ${ECHO_CMD} @dirrm libexec/octave >> ${WRKDIR}/PLIST - ${ECHO_CMD} @dirrm share/octave >> ${WRKDIR}/PLIST cd ${WRKDIR} ; ${SED} -i.bak -e "/PLIST/ r PLIST" ${TMPPLIST} check regression-test: build Modified: head/math/octave/pkg-plist ============================================================================== --- head/math/octave/pkg-plist Wed Nov 12 18:48:53 2014 (r372500) +++ head/math/octave/pkg-plist Wed Nov 12 20:11:15 2014 (r372501) @@ -16,6 +16,4 @@ share/applications/www.octave.org-octave %%PORTDOCS%%%%DOCSDIR%%/refcard-legal.ps %%PORTDOCS%%%%DOCSDIR%%/refcard-letter.ps %%PORTDOCS%%%%DOCSDIR%%/octave.ps -%%PORTDOCS%%@dirrm %%DOCSDIR%% @comment Insert PLIST here -@dirrm lib/octave