Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2018 23:57:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478832 - head/multimedia/totem
Message-ID:  <201809022357.w82NvAxj018865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep  2 23:57:10 2018
New Revision: 478832
URL: https://svnweb.freebsd.org/changeset/ports/478832

Log:
  Change RUN_DEPENDS from pylint to pylint1
  
  - Bump PORTREVISION for dependency change

Modified:
  head/multimedia/totem/Makefile

Modified: head/multimedia/totem/Makefile
==============================================================================
--- head/multimedia/totem/Makefile	Sun Sep  2 23:57:05 2018	(r478831)
+++ head/multimedia/totem/Makefile	Sun Sep  2 23:57:10 2018	(r478832)
@@ -3,7 +3,7 @@
 
 PORTNAME=	totem
 PORTVERSION=	3.18.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	multimedia gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -13,7 +13,7 @@ COMMENT=	Gstreamer-based video player for the GNOME 3 
 
 BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes \
 		${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:misc/gnome-icon-theme \
-		pylint:devel/pylint \
+		pylint:devel/pylint1 \
 		appstream-glib>=0:devel/appstream-glib \
 		itstool:textproc/itstool \
 		grilo-plugins2>=0:net/grilo-plugins2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809022357.w82NvAxj018865>