From owner-svn-ports-all@freebsd.org Fri Dec 16 06:19:38 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 4EB9FC8254F; Fri, 16 Dec 2016 06:19:38 +0000 (UTC) (envelope-from antoine@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 07FC563B; Fri, 16 Dec 2016 06:19:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBG6Jbht027599; Fri, 16 Dec 2016 06:19:37 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBG6JbCc027597; Fri, 16 Dec 2016 06:19:37 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201612160619.uBG6JbCc027597@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 16 Dec 2016 06:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r428644 - in branches/2016Q4/emulators: linux-c6 linux-f10 X-SVN-Group: ports-branches 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: Fri, 16 Dec 2016 06:19:38 -0000 Author: antoine Date: Fri Dec 16 06:19:36 2016 New Revision: 428644 URL: https://svnweb.freebsd.org/changeset/ports/428644 Log: Unbreak INDEX in 2016Q4 Modified: branches/2016Q4/emulators/linux-c6/Makefile branches/2016Q4/emulators/linux-f10/Makefile Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/emulators/linux-c6/Makefile ============================================================================== --- branches/2016Q4/emulators/linux-c6/Makefile Fri Dec 16 05:59:37 2016 (r428643) +++ branches/2016Q4/emulators/linux-c6/Makefile Fri Dec 16 06:19:36 2016 (r428644) @@ -3,6 +3,7 @@ PORTNAME= linux-c6 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -51,7 +52,6 @@ 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-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 \ Modified: branches/2016Q4/emulators/linux-f10/Makefile ============================================================================== --- branches/2016Q4/emulators/linux-f10/Makefile Fri Dec 16 05:59:37 2016 (r428643) +++ branches/2016Q4/emulators/linux-f10/Makefile Fri Dec 16 06:19:36 2016 (r428644) @@ -3,6 +3,7 @@ PORTNAME= linux-f10 PORTVERSION= ${LINUX_DIST_VER} +PORTREVISION= 1 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org @@ -48,7 +49,6 @@ RUN_DEPENDS= linux-f10-libasyncns>0:dns/ linux-f10-alsa-lib>0:audio/linux-f10-alsa-lib \ linux-f10-libv4l>0:multimedia/linux-f10-libv4l \ linux-f10-libtheora>0:multimedia/linux-f10-libtheora \ - linux-f10-flashplugin>0:www/linux-f10-flashplugin11 \ linux-f10-nss>0:security/linux-f10-nss \ linux-f10-libtasn1>0:security/linux-f10-libtasn1 \ linux-f10-libgcrypt>0:security/linux-f10-libgcrypt \