Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 19:05:11 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388383 - head/editors/scite
Message-ID:  <201506021905.t52J5BrA090589@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  2 19:05:10 2015
New Revision: 388383
URL: https://svnweb.freebsd.org/changeset/ports/388383

Log:
  - Update to 3.5.6
  
  PR:		200531
  Submitted by:	cyberbotx@cyberbotx.com (maintainer)

Modified:
  head/editors/scite/Makefile
  head/editors/scite/distinfo

Modified: head/editors/scite/Makefile
==============================================================================
--- head/editors/scite/Makefile	Tue Jun  2 19:05:05 2015	(r388382)
+++ head/editors/scite/Makefile	Tue Jun  2 19:05:10 2015	(r388383)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scite
-PORTVERSION=	3.5.5
+PORTVERSION=	3.5.6
 CATEGORIES=	editors gnome
 MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
 DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
@@ -18,8 +18,7 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 LIB_DEPENDS=	libscintilla.so:${PORTSDIR}/x11-toolkits/scintilla
 RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
 
-OPTIONS_DEFINE=	DOCS FULL_BUFFER_MENU
-FULL_BUFFER_MENU_DESC=	Show all files in buffer menu
+OPTIONS_DEFINE=	DOCS
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/gtk
 
@@ -30,13 +29,8 @@ MAKEFILE=	makefile
 PORTDATA=	*.properties
 PORTDOCS=	*.html *.jpg *.png
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's| -Os||g' ${WRKSRC}/makefile
-.if ${PORT_OPTIONS:MFULL_BUFFER_MENU}
-	@${REINPLACE_CMD} -e 's|30, "/Buffers|props.GetInt("buffers") > 30 ? props.GetInt("buffers") - 10 : 30, "/Buffers|g' ${WRKSRC}/SciTEGTK.cxx
-.endif
 	@${REINPLACE_CMD} -e 's|$$(SciteDefaultHome)|${DOCSDIR}|' \
 		${WRKSRC}/../src/SciTEGlobal.properties
 

Modified: head/editors/scite/distinfo
==============================================================================
--- head/editors/scite/distinfo	Tue Jun  2 19:05:05 2015	(r388382)
+++ head/editors/scite/distinfo	Tue Jun  2 19:05:10 2015	(r388383)
@@ -1,2 +1,2 @@
-SHA256 (scite355.tgz) = 20515597ac986f1727c97bda2c27d88487ddb79cfe330b0b890b5e25330b7d9f
-SIZE (scite355.tgz) = 2302137
+SHA256 (scite356.tgz) = 9864d61d7c60b6423c82ec7b937a8b566c725d9880df8378467025bc997d58a6
+SIZE (scite356.tgz) = 2305443



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021905.t52J5BrA090589>