From owner-svn-ports-head@FreeBSD.ORG Wed Oct 8 19:49:50 2014 Return-Path: Delivered-To: svn-ports-head@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 8A6C6A22; Wed, 8 Oct 2014 19:49:50 +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 5D67C272; Wed, 8 Oct 2014 19:49:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s98Jnond074416; Wed, 8 Oct 2014 19:49:50 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s98JnneI074414; Wed, 8 Oct 2014 19:49:49 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201410081949.s98JnneI074414@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 8 Oct 2014 19:49:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370479 - head/german/tipp10 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.18-1 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: Wed, 08 Oct 2014 19:49:50 -0000 Author: antoine Date: Wed Oct 8 19:49:49 2014 New Revision: 370479 URL: https://svnweb.freebsd.org/changeset/ports/370479 QAT: https://qat.redports.org/buildarchive/r370479/ Log: - Allow staging as a regular user - Bump portrevision as directories were unsearchable Modified: head/german/tipp10/Makefile head/german/tipp10/pkg-plist Modified: head/german/tipp10/Makefile ============================================================================== --- head/german/tipp10/Makefile Wed Oct 8 19:36:31 2014 (r370478) +++ head/german/tipp10/Makefile Wed Oct 8 19:49:49 2014 (r370479) @@ -3,7 +3,7 @@ PORTNAME= tipp10 PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= german MASTER_SITES= http://www.tipp10.com/en/download/ DISTNAME= tipp10_source_v2-1-0 @@ -28,10 +28,10 @@ pre-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tipp10 ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} -d ${STAGEDIR}${DATADIR}/help/de/img - ${INSTALL_DATA} -d ${STAGEDIR}${DATADIR}/help/de/content - ${INSTALL_DATA} -d ${STAGEDIR}${DATADIR}/help/en/img - ${INSTALL_DATA} -d ${STAGEDIR}${DATADIR}/help/en/content + ${MKDIR} ${STAGEDIR}${DATADIR}/help/de/img + ${MKDIR} ${STAGEDIR}${DATADIR}/help/de/content + ${MKDIR} ${STAGEDIR}${DATADIR}/help/en/img + ${MKDIR} ${STAGEDIR}${DATADIR}/help/en/content ${INSTALL_DATA} ${WRKSRC}/release/tipp10v2.template ${WRKSRC}/metronome.wav ${WRKSRC}/error.wav ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/release/help/de/index.html ${STAGEDIR}${DATADIR}/help/de ${INSTALL_DATA} ${WRKSRC}/release/help/de/content/* ${STAGEDIR}${DATADIR}/help/de/content Modified: head/german/tipp10/pkg-plist ============================================================================== --- head/german/tipp10/pkg-plist Wed Oct 8 19:36:31 2014 (r370478) +++ head/german/tipp10/pkg-plist Wed Oct 8 19:49:49 2014 (r370479) @@ -101,11 +101,3 @@ share/tipp10/help/en/index.html share/tipp10/tipp10v2.template share/tipp10/metronome.wav share/tipp10/error.wav -@dirrm share/tipp10/help/de/img -@dirrm share/tipp10/help/de/content -@dirrm share/tipp10/help/de -@dirrm share/tipp10/help/en/img -@dirrm share/tipp10/help/en/content -@dirrm share/tipp10/help/en -@dirrm share/tipp10/help -@dirrm share/tipp10