svn commit: r478832 - head/multimedia/totem

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 2 23:57:14 UTC 2018


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


More information about the svn-ports-all mailing list