svn commit: r374369 - head/www/linux-c6-flashplugin11

Johannes Jost Meixner xmj at FreeBSD.org
Tue Dec 9 11:38:50 UTC 2014


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 at 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


More information about the svn-ports-head mailing list