svn commit: r372685 - head/www/linux-f10-flashplugin11

Jung-uk Kim jkim at FreeBSD.org
Mon Nov 17 20:35:42 UTC 2014


Author: jkim
Date: Mon Nov 17 20:35:41 2014
New Revision: 372685
URL: https://svnweb.freebsd.org/changeset/ports/372685
QAT: https://qat.redports.org/buildarchive/r372685/

Log:
  Revert r372458 for www/linux-f10-flashplugin11.  I incorrectly presumed
  libgdk_pixbuf-2.0.so.0 is installed by graphics/linux-f10-gdk-pixbuf.
  
  PR:		195103
  Pointy hat to:	jkim

Modified:
  head/www/linux-f10-flashplugin11/Makefile

Modified: head/www/linux-f10-flashplugin11/Makefile
==============================================================================
--- head/www/linux-f10-flashplugin11/Makefile	Mon Nov 17 20:31:56 2014	(r372684)
+++ head/www/linux-f10-flashplugin11/Makefile	Mon Nov 17 20:35:41 2014	(r372685)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flashplugin
 PORTVERSION=	11.2r202.418
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www multimedia linux
 MASTER_SITES=	http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \
 		LOCAL/nox:suplib
@@ -17,7 +17,7 @@ COMMENT=	Adobe Flash Player NPAPI Plugin
 
 ONLY_FOR_ARCHS=	amd64 i386
 USE_LINUX=	f10
-USE_LINUX_APPS=	curl cyrus-sasl2 gdkpixbuf gtk2 libssh2 nspr nss openldap openssl
+USE_LINUX_APPS=	curl cyrus-sasl2 gtk2 libssh2 nspr nss openldap openssl
 WANT_GNOME=	yes
 
 RESTRICTED=	Redistribution not allowed


More information about the svn-ports-all mailing list