From e5b6d385228eaecdc243d58a38032be8dc668471 Mon Sep 17 00:00:00 2001
From: madpilot <madpilot@FreeBSD.org>
Date: Thu, 25 Oct 2012 22:44:23 +0000
Subject: - Update scintilla and scite to 3.2.3

PR:		ports/173082, ports/173083
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe:	yes
---
 editors/scite/Makefile | 9 ++-------
 editors/scite/distinfo | 4 ++--
 2 files changed, 4 insertions(+), 9 deletions(-)

(limited to 'editors')

diff --git a/editors/scite/Makefile b/editors/scite/Makefile
index 8e5451a700e7..d2cba63436cc 100644
--- a/editors/scite/Makefile
+++ b/editors/scite/Makefile
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scite
-PORTVERSION=	3.2.2
+PORTVERSION=	3.2.3
 CATEGORIES=	editors gnome
 MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
@@ -25,15 +25,10 @@ MAKEFILE=	makefile
 MAKE_JOBS_SAFE=	yes
 
 MAN1=		scite.1
+PORTDOCS=	*
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
-PORTDOCS=	*
-.else
-PORTDOCS=
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|[(]CC[)]|(CXX)|g ; s|[(]CCOMP[)]|(CC)|g ; \
 		s| -Os||g' ${WRKSRC}/makefile
diff --git a/editors/scite/distinfo b/editors/scite/distinfo
index ede46b3a3476..70d81285fa11 100644
--- a/editors/scite/distinfo
+++ b/editors/scite/distinfo
@@ -1,2 +1,2 @@
-SHA256 (scite322.tgz) = 9f17fe2a5dc294bd1077bf64f713bb06733eec271bab770841e55474e6c781c8
-SIZE (scite322.tgz) = 2048866
+SHA256 (scite323.tgz) = d0d324a5e420ff96db6cd1c6eeac23b6f4c046e7545e73c4625ab2add90e4a65
+SIZE (scite323.tgz) = 2053250
-- 
cgit