Date: Wed, 25 Jan 2017 16:16:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r432432 - branches/2017Q1/multimedia/pitivi Message-ID: <201701251616.v0PGGrKk089915@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jan 25 16:16:52 2017 New Revision: 432432 URL: https://svnweb.freebsd.org/changeset/ports/432432 Log: MFH: r432431 - Fix invalid shebang - Switch to USES=localbase - Add NO_ARCH - Add LICENSE Approved by: kwm@FreeBSD.org (maintainer) Approved by: ports-secteam (with hat) Modified: branches/2017Q1/multimedia/pitivi/Makefile Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/multimedia/pitivi/Makefile ============================================================================== --- branches/2017Q1/multimedia/pitivi/Makefile Wed Jan 25 16:15:49 2017 (r432431) +++ branches/2017Q1/multimedia/pitivi/Makefile Wed Jan 25 16:16:52 2017 (r432432) @@ -1,31 +1,28 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/multimedia/pitivi/Makefile,v 1.8 2006/04/26 19:31:01 ahze Exp $ PORTNAME= pitivi PORTVERSION= 0.13.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Gstreamer based non-linear audio/video editor +LICENSE= LGPL21+ + RUN_DEPENDS= py*-zope.interface>=0:devel/py-zope.interface \ ${PYTHON_SITELIBDIR}/goocanvasmodule.so:graphics/py-goocanvas -USES= gettext gmake pkgconfig python tar:bzip2 +USES= gettext gmake localbase pkgconfig python shebangfix tar:bzip2 +SHEBANG_FILES= bin/pitivi.in USE_GNOME= intltool pygtk2 USE_GSTREAMER= gnonlin python good INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var USE_LDCONFIG= yes - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/python|${LOCALBASE}/bin/python|g' \ - ${WRKSRC}/bin/pitivi.in +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701251616.v0PGGrKk089915>