From owner-svn-ports-head@freebsd.org Thu Oct 11 09:38:43 2018 Return-Path: Delivered-To: svn-ports-head@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 40A5210B3AC1; Thu, 11 Oct 2018 09:38:43 +0000 (UTC) (envelope-from amdmi3@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 5F3A8904BE; Thu, 11 Oct 2018 09:38:42 +0000 (UTC) (envelope-from amdmi3@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 D84FB6AE7; Thu, 11 Oct 2018 09:38:40 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9B9cePp066236; Thu, 11 Oct 2018 09:38:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9B9ceb0066234; Thu, 11 Oct 2018 09:38:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201810110938.w9B9ceb0066234@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 11 Oct 2018 09:38:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481803 - head/multimedia/openshot X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/multimedia/openshot X-SVN-Commit-Revision: 481803 X-SVN-Commit-Repository: ports 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.27 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: Thu, 11 Oct 2018 09:38:43 -0000 Author: amdmi3 Date: Thu Oct 11 09:38:40 2018 New Revision: 481803 URL: https://svnweb.freebsd.org/changeset/ports/481803 Log: - Fix LICENSE - Add LICENSE_FILE - Pet portlint - Add NO_ARCH - Simplify installation - Update WWW Modified: head/multimedia/openshot/Makefile head/multimedia/openshot/pkg-descr Modified: head/multimedia/openshot/Makefile ============================================================================== --- head/multimedia/openshot/Makefile Thu Oct 11 09:38:34 2018 (r481802) +++ head/multimedia/openshot/Makefile Thu Oct 11 09:38:40 2018 (r481803) @@ -10,7 +10,8 @@ MASTER_SITES= http://launchpad.net/openshot/${PORTVERS MAINTAINER= ports@FreeBSD.org COMMENT= Non-linear video editor -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ frei0r-plugins>=0:graphics/frei0r-plugins \ @@ -22,19 +23,20 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ scrollkeeper-install:textproc/rarian \ sox:audio/sox +USES= desktop-file-utils gettext python:2.7 shared-mime-info USE_GNOME= pygtk2 USE_PYTHON= distutils -USES= desktop-file-utils gettext python:2.7 shared-mime-info INSTALLS_OMF= yes +NO_ARCH= yes post-patch: @${FIND} ${WRKSRC}/docs/omf -name '*.omf' | ${XARGS} ${REINPLACE_CMD} -e \ 's|/usr/share|${PREFIX}/share|g' pre-install: - (${MKDIR} ${STAGEDIR}${PREFIX}/share/omf/${PORTNAME} && \ - cd ${WRKSRC}/docs/omf && ${COPYTREE_SHARE} \*.omf ${STAGEDIR}${PREFIX}/share/omf/${PORTNAME}) - (${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome/help/${PORTNAME} && \ - cd ${WRKSRC}/docs/gnome && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/share/gnome/help/${PORTNAME}) + @${MKDIR} ${STAGEDIR}${PREFIX}/share/omf/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/docs/omf/*.omf ${STAGEDIR}${PREFIX}/share/omf/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/gnome/help/${PORTNAME} + @cd ${WRKSRC}/docs/gnome && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/gnome/help/${PORTNAME} .include Modified: head/multimedia/openshot/pkg-descr ============================================================================== --- head/multimedia/openshot/pkg-descr Thu Oct 11 09:38:34 2018 (r481802) +++ head/multimedia/openshot/pkg-descr Thu Oct 11 09:38:40 2018 (r481803) @@ -9,4 +9,4 @@ be layered, mixed, and arranged in very creative ways. video clip edits (trimming, cutting, etc...) are non-destructive, meaning that the original video clips are never modified. -WWW: http://www.openshot.org/ +WWW: https://www.openshot.org/