Bug 172442 - [MAINTAINER] x11-toolkits/scintilla: update to 3.2.2
Summary: [MAINTAINER] x11-toolkits/scintilla: update to 3.2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-07 08:20 UTC by Naram Qashat
Modified: 2012-10-07 12:40 UTC (History)
0 users

See Also:


Attachments
scintilla-3.2.2.patch (1.22 KB, patch)
2012-10-07 08:20 UTC, Naram Qashat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Naram Qashat 2012-10-07 08:20:01 UTC
- Update to 3.2.2

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Carlo Strub freebsd_committer freebsd_triage 2012-10-07 10:24:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-10-07 12:32:04 UTC
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@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@FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax@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@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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Carlo Strub freebsd_committer freebsd_triage 2012-10-07 12:32:07 UTC
State Changed
From-To: open->closed

Committed. Thank you very much.