From owner-svn-ports-head@freebsd.org Sat Aug 29 16:42:33 2015 Return-Path: Delivered-To: svn-ports-head@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 4B0019C546B; Sat, 29 Aug 2015 16:42:33 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 2B883C47; Sat, 29 Aug 2015 16:42:33 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7TGgXvV011314; Sat, 29 Aug 2015 16:42:33 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7TGgVeQ011309; Sat, 29 Aug 2015 16:42:31 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201508291642.t7TGgVeQ011309@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 29 Aug 2015 16:42:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395561 - in head: editors/scite x11-toolkits/scintilla X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Aug 2015 16:42:33 -0000 Author: madpilot Date: Sat Aug 29 16:42:31 2015 New Revision: 395561 URL: https://svnweb.freebsd.org/changeset/ports/395561 Log: Update to 3.6.0 PR: 202377 Submitted by: Naram Qashat Modified: head/editors/scite/Makefile head/editors/scite/distinfo head/x11-toolkits/scintilla/Makefile head/x11-toolkits/scintilla/distinfo head/x11-toolkits/scintilla/pkg-plist Modified: head/editors/scite/Makefile ============================================================================== --- head/editors/scite/Makefile Sat Aug 29 15:59:40 2015 (r395560) +++ head/editors/scite/Makefile Sat Aug 29 16:42:31 2015 (r395561) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scite -PORTVERSION= 3.5.7 +PORTVERSION= 3.6.0 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} Modified: head/editors/scite/distinfo ============================================================================== --- head/editors/scite/distinfo Sat Aug 29 15:59:40 2015 (r395560) +++ head/editors/scite/distinfo Sat Aug 29 16:42:31 2015 (r395561) @@ -1,2 +1,2 @@ -SHA256 (scite357.tgz) = 11d22385e7c47e3ef8393dcb915e4a61b7b29d5998bbdfbd7f276a5c145348fb -SIZE (scite357.tgz) = 2309809 +SHA256 (scite360.tgz) = cb2ccde384504cb5f4f2ec98f0c4982fb9f04f341786f2129b54af997aad4170 +SIZE (scite360.tgz) = 2323368 Modified: head/x11-toolkits/scintilla/Makefile ============================================================================== --- head/x11-toolkits/scintilla/Makefile Sat Aug 29 15:59:40 2015 (r395560) +++ head/x11-toolkits/scintilla/Makefile Sat Aug 29 16:42:31 2015 (r395561) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scintilla -PORTVERSION= 3.5.7 +PORTVERSION= 3.6.0 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} Modified: head/x11-toolkits/scintilla/distinfo ============================================================================== --- head/x11-toolkits/scintilla/distinfo Sat Aug 29 15:59:40 2015 (r395560) +++ head/x11-toolkits/scintilla/distinfo Sat Aug 29 16:42:31 2015 (r395561) @@ -1,2 +1,2 @@ -SHA256 (scite357.tgz) = 11d22385e7c47e3ef8393dcb915e4a61b7b29d5998bbdfbd7f276a5c145348fb -SIZE (scite357.tgz) = 2309809 +SHA256 (scite360.tgz) = cb2ccde384504cb5f4f2ec98f0c4982fb9f04f341786f2129b54af997aad4170 +SIZE (scite360.tgz) = 2323368 Modified: head/x11-toolkits/scintilla/pkg-plist ============================================================================== --- head/x11-toolkits/scintilla/pkg-plist Sat Aug 29 15:59:40 2015 (r395560) +++ head/x11-toolkits/scintilla/pkg-plist Sat Aug 29 16:42:31 2015 (r395561) @@ -1,5 +1,6 @@ include/scintilla/ILexer.h include/scintilla/Platform.h +include/scintilla/Sci_Position.h include/scintilla/SciLexer.h include/scintilla/Scintilla.h include/scintilla/ScintillaWidget.h