Date: Sun, 26 Aug 2012 10:30:35 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303184 - head/multimedia/linux-huludesktop Message-ID: <201208261030.q7QAUZq7007286@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Aug 26 10:30:35 2012 New Revision: 303184 URL: http://svn.freebsd.org/changeset/ports/303184 Log: - Unbreak INDEX, by depending on www/linux-f10-flashplugin11 - Bump PORTREVISION Submitted by: portsnap builder via cperciva Modified: head/multimedia/linux-huludesktop/Makefile Modified: head/multimedia/linux-huludesktop/Makefile ============================================================================== --- head/multimedia/linux-huludesktop/Makefile Sun Aug 26 09:51:03 2012 (r303183) +++ head/multimedia/linux-huludesktop/Makefile Sun Aug 26 10:30:35 2012 (r303184) @@ -7,7 +7,7 @@ PORTNAME= huludesktop PORTVERSION= 0.9.8 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= multimedia linux MASTER_SITES= http://download.hulu.com/ PKGNAMEPREFIX= linux- @@ -28,7 +28,7 @@ RPM2CPIO?= ${LOCALBASE}/bin/rpm2cpio FLASHPLUGIN= linux-${USE_LINUX}-flashplugin FLASHPATH= ${LOCALBASE}/lib/npapi/${FLASHPLUGIN}/libflashplayer.so EXTRACT_DEPENDS+= ${RPM2CPIO}:${PORTSDIR}/archivers/rpm -RUN_DEPENDS+= ${FLASHPATH}:${PORTSDIR}/www/${FLASHPLUGIN}10 +RUN_DEPENDS+= ${FLASHPATH}:${PORTSDIR}/www/${FLASHPLUGIN}11 RESTRICTED= Non-redistributable, non-commercial, export controlled
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208261030.q7QAUZq7007286>