From owner-svn-ports-all@freebsd.org Tue Dec 13 18:37:50 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEED9C76099; Tue, 13 Dec 2016 18:37:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 9B23DB19; Tue, 13 Dec 2016 18:37:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBDIbnsN067024; Tue, 13 Dec 2016 18:37:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBDIbn1J067023; Tue, 13 Dec 2016 18:37:49 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612131837.uBDIbn1J067023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 13 Dec 2016 18:37:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428523 - head/emulators/linux-c6 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.23 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, 13 Dec 2016 18:37:50 -0000 Author: sunpoet Date: Tue Dec 13 18:37:49 2016 New Revision: 428523 URL: https://svnweb.freebsd.org/changeset/ports/428523 Log: - Fix INDEX: change from removed linux-c6-flashplugin11 to linux-c6-flashplugin24 - Bump PORTREVISION for dependency change Notified by: Portsnap buildbox Approved by: portmgr (blanket) Modified: head/emulators/linux-c6/Makefile Modified: head/emulators/linux-c6/Makefile ============================================================================== --- head/emulators/linux-c6/Makefile Tue Dec 13 17:51:14 2016 (r428522) +++ head/emulators/linux-c6/Makefile Tue Dec 13 18:37:49 2016 (r428523) @@ -3,7 +3,7 @@ PORTNAME= linux-c6 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -52,7 +52,7 @@ RUN_DEPENDS= linux-c6-libasyncns>0:dns/l linux-c6-libtheora>0:multimedia/linux-c6-libtheora \ linux-c6-libv4l>0:multimedia/linux-c6-libv4l \ linux-c6-qt47-webkit>0:www/linux-c6-qt47-webkit \ - linux-c6-flashplugin>0:www/linux-c6-flashplugin11 \ + linux-c6-flashplugin>0:www/linux-c6-flashplugin24 \ linux-c6-cyrus-sasl2>0:security/linux-c6-cyrus-sasl2 \ linux-c6-libssh2>0:security/linux-c6-libssh2 \ linux-c6-openssl-compat>0:security/linux-c6-openssl-compat \