mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Update scintilla and scite to 3.2.3
PR: ports/173082, ports/173083 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Feature safe: yes
This commit is contained in:
parent
f8f5b30acd
commit
3de6bd722e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306409
4 changed files with 7 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= scite
|
PORTNAME= scite
|
||||||
PORTVERSION= 3.2.2
|
PORTVERSION= 3.2.3
|
||||||
CATEGORIES= editors gnome
|
CATEGORIES= editors gnome
|
||||||
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
|
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
|
||||||
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
|
||||||
|
@ -25,15 +25,10 @@ MAKEFILE= makefile
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
MAN1= scite.1
|
MAN1= scite.1
|
||||||
|
PORTDOCS= *
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MDOCS}
|
|
||||||
PORTDOCS= *
|
|
||||||
.else
|
|
||||||
PORTDOCS=
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|[(]CC[)]|(CXX)|g ; s|[(]CCOMP[)]|(CC)|g ; \
|
@${REINPLACE_CMD} -e 's|[(]CC[)]|(CXX)|g ; s|[(]CCOMP[)]|(CC)|g ; \
|
||||||
s| -Os||g' ${WRKSRC}/makefile
|
s| -Os||g' ${WRKSRC}/makefile
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (scite322.tgz) = 9f17fe2a5dc294bd1077bf64f713bb06733eec271bab770841e55474e6c781c8
|
SHA256 (scite323.tgz) = d0d324a5e420ff96db6cd1c6eeac23b6f4c046e7545e73c4625ab2add90e4a65
|
||||||
SIZE (scite322.tgz) = 2048866
|
SIZE (scite323.tgz) = 2053250
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= scintilla
|
PORTNAME= scintilla
|
||||||
PORTVERSION= 3.2.2
|
PORTVERSION= 3.2.3
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
|
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
|
||||||
DISTNAME= scite${PORTVERSION:S/.//g}
|
DISTNAME= scite${PORTVERSION:S/.//g}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (scite322.tgz) = 9f17fe2a5dc294bd1077bf64f713bb06733eec271bab770841e55474e6c781c8
|
SHA256 (scite323.tgz) = d0d324a5e420ff96db6cd1c6eeac23b6f4c046e7545e73c4625ab2add90e4a65
|
||||||
SIZE (scite322.tgz) = 2048866
|
SIZE (scite323.tgz) = 2053250
|
||||||
|
|
Loading…
Add table
Reference in a new issue