From owner-svn-ports-all@FreeBSD.ORG Sun Oct 7 11:31:55 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 93EB51065670; Sun, 7 Oct 2012 11:31:55 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 750AD8FC0A; Sun, 7 Oct 2012 11:31:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q97BVtRu089769; Sun, 7 Oct 2012 11:31:55 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q97BVtft089765; Sun, 7 Oct 2012 11:31:55 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201210071131.q97BVtft089765@svn.freebsd.org> From: Carlo Strub Date: Sun, 7 Oct 2012 11:31:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305460 - head/x11-toolkits/scintilla X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 07 Oct 2012 11:31:55 -0000 Author: cs Date: Sun Oct 7 11:31:54 2012 New Revision: 305460 URL: http://svn.freebsd.org/changeset/ports/305460 Log: - Update to 3.2.2 - Cleanup header of Makefile - Cleanup COMMENT and pkg-descr PR: ports/172442 Submitted by: Naram Qashat (maintainer) Modified: head/x11-toolkits/scintilla/Makefile head/x11-toolkits/scintilla/distinfo head/x11-toolkits/scintilla/pkg-descr Modified: head/x11-toolkits/scintilla/Makefile ============================================================================== --- head/x11-toolkits/scintilla/Makefile Sun Oct 7 11:29:24 2012 (r305459) +++ head/x11-toolkits/scintilla/Makefile Sun Oct 7 11:31:54 2012 (r305460) @@ -1,19 +1,15 @@ -# New ports collection makefile for: scintilla -# Date created: 27 November 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# $MCom: ports/x11-toolkits/scintilla/Makefile,v 1.3 2006/09/17 21:58:56 marcus Exp $ PORTNAME= scintilla -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz MAINTAINER= cyberbotx@cyberbotx.com -COMMENT= A full-featured free source code editing component for GTK+ +COMMENT= Full-featured free source code editing component for GTK+ WRKSRC= ${WRKDIR}/${PORTNAME}/gtk Modified: head/x11-toolkits/scintilla/distinfo ============================================================================== --- head/x11-toolkits/scintilla/distinfo Sun Oct 7 11:29:24 2012 (r305459) +++ head/x11-toolkits/scintilla/distinfo Sun Oct 7 11:31:54 2012 (r305460) @@ -1,2 +1,2 @@ -SHA256 (scite321.tgz) = f95c89074fd73a22b783b5582d3b23cdbd4b7eb38ab407721a702c4a1bcb678c -SIZE (scite321.tgz) = 2043490 +SHA256 (scite322.tgz) = 9f17fe2a5dc294bd1077bf64f713bb06733eec271bab770841e55474e6c781c8 +SIZE (scite322.tgz) = 2048866 Modified: head/x11-toolkits/scintilla/pkg-descr ============================================================================== --- head/x11-toolkits/scintilla/pkg-descr Sun Oct 7 11:29:24 2012 (r305459) +++ head/x11-toolkits/scintilla/pkg-descr Sun Oct 7 11:31:54 2012 (r305460) @@ -2,10 +2,10 @@ Scintilla is a free source code editing standard text editing components, Scintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips. The selection margin -can contain markers like those used in debuggers to indicate breakpoints and -the current line. Styling choices are more open than with many editors, -allowing the use of proportional fonts, bold and italics, multiple foreground -and background colours and multiple fonts. It comes with complete source code -and may be used in any free project or commercial product. +can contain markers like those used in debuggers to indicate breakpoints and the +current line. Styling choices are more open than with many editors, allowing the +use of proportional fonts, bold and italics, multiple foreground and background +colours and multiple fonts. It comes with complete source code and may be used +in any free project or commercial product. WWW: http://www.scintilla.org/