svn commit: r305460 - head/x11-toolkits/scintilla

Carlo Strub cs at FreeBSD.org
Sun Oct 7 11:31:55 UTC 2012


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 <cyberbotx at cyberbotx.com> (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 <sobomax at FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax at FreeBSD.org>
 # $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 at 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/



More information about the svn-ports-all mailing list