View | Details | Raw Unified | Return to bug 200531 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	scite
4
PORTNAME=	scite
5
PORTVERSION=	3.5.5
5
PORTVERSION=	3.5.6
6
CATEGORIES=	editors gnome
6
CATEGORIES=	editors gnome
7
MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
7
MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
8
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
8
DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}
Lines 18-25 Link Here
18
LIB_DEPENDS=	libscintilla.so:${PORTSDIR}/x11-toolkits/scintilla
18
LIB_DEPENDS=	libscintilla.so:${PORTSDIR}/x11-toolkits/scintilla
19
RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
19
RUN_DEPENDS=	xdg-open:${PORTSDIR}/devel/xdg-utils
20
20
21
OPTIONS_DEFINE=	DOCS FULL_BUFFER_MENU
21
OPTIONS_DEFINE=	DOCS
22
FULL_BUFFER_MENU_DESC=	Show all files in buffer menu
23
22
24
WRKSRC=		${WRKDIR}/${PORTNAME}/gtk
23
WRKSRC=		${WRKDIR}/${PORTNAME}/gtk
25
24
Lines 34-42 Link Here
34
33
35
post-patch:
34
post-patch:
36
	@${REINPLACE_CMD} -e 's| -Os||g' ${WRKSRC}/makefile
35
	@${REINPLACE_CMD} -e 's| -Os||g' ${WRKSRC}/makefile
37
.if ${PORT_OPTIONS:MFULL_BUFFER_MENU}
38
	@${REINPLACE_CMD} -e 's|30, "/Buffers|props.GetInt("buffers") > 30 ? props.GetInt("buffers") - 10 : 30, "/Buffers|g' ${WRKSRC}/SciTEGTK.cxx
39
.endif
40
	@${REINPLACE_CMD} -e 's|$$(SciteDefaultHome)|${DOCSDIR}|' \
36
	@${REINPLACE_CMD} -e 's|$$(SciteDefaultHome)|${DOCSDIR}|' \
41
		${WRKSRC}/../src/SciTEGlobal.properties
37
		${WRKSRC}/../src/SciTEGlobal.properties
42
38
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (scite355.tgz) = 20515597ac986f1727c97bda2c27d88487ddb79cfe330b0b890b5e25330b7d9f
1
SHA256 (scite356.tgz) = 9864d61d7c60b6423c82ec7b937a8b566c725d9880df8378467025bc997d58a6
2
SIZE (scite355.tgz) = 2302137
2
SIZE (scite356.tgz) = 2305443

Return to bug 200531