From owner-svn-ports-all@FreeBSD.ORG Tue Dec 9 11:38:50 2014 Return-Path: Delivered-To: svn-ports-all@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 3E077927; Tue, 9 Dec 2014 11:38: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 2A93D7EB; Tue, 9 Dec 2014 11:38: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 sB9BcoGk005051; Tue, 9 Dec 2014 11:38:50 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB9BcoJE005050; Tue, 9 Dec 2014 11:38:50 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201412091138.sB9BcoJE005050@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Tue, 9 Dec 2014 11:38:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374369 - head/www/linux-c6-flashplugin11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 11:38:50 -0000 Author: xmj Date: Tue Dec 9 11:38:49 2014 New Revision: 374369 URL: https://svnweb.freebsd.org/changeset/ports/374369 QAT: https://qat.redports.org/buildarchive/r374369/ Log: www/linux-c6-flashplugin11: reintroduce gdkpixbuf2 dependency - reintroduce gdkpixbuf2 dependency fixes regression introduced in r373192. - bump PORTREVISION Spotted by: zaphod@berentweb.com Differential Revision: https://reviews.freebsd.org/D1268 Discussed on: emulation@ Approved by: koobs (mentor) Modified: head/www/linux-c6-flashplugin11/Makefile Modified: head/www/linux-c6-flashplugin11/Makefile ============================================================================== --- head/www/linux-c6-flashplugin11/Makefile Tue Dec 9 11:17:26 2014 (r374368) +++ head/www/linux-c6-flashplugin11/Makefile Tue Dec 9 11:38:49 2014 (r374369) @@ -3,7 +3,7 @@ PORTNAME= flashplugin PORTVERSION= 11.2r202.418 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:S/r/./}/:plugin \ LOCAL/nox:suplib @@ -16,7 +16,7 @@ COMMENT= Adobe Flash Player NPAPI Plugin ONLY_FOR_ARCHS= amd64 i386 USE_LINUX= c6 -USE_LINUX_APPS= curl cyrus-sasl2 gtk2 nspr nss # libssh2 openldap +USE_LINUX_APPS= curl cyrus-sasl2 gdkpixbuf2 gtk2 nspr nss # libssh2 openldap WANT_GNOME= yes RESTRICTED= Redistribution not allowed