diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-10-26 06:44:23 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-10-26 06:44:23 +0800 |
commit | e5b6d385228eaecdc243d58a38032be8dc668471 (patch) | |
tree | 310957335dc5524e92408fc3c42bcfb143e3aa2c /editors | |
parent | 7b324e10c231c95fff82532854a96b74e4cfa1ac (diff) | |
download | freebsd-ports-gnome-e5b6d385228eaecdc243d58a38032be8dc668471.tar.gz freebsd-ports-gnome-e5b6d385228eaecdc243d58a38032be8dc668471.tar.zst freebsd-ports-gnome-e5b6d385228eaecdc243d58a38032be8dc668471.zip |
- Update scintilla and scite to 3.2.3
PR: ports/173082, ports/173083
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Feature safe: yes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/scite/Makefile | 9 | ||||
-rw-r--r-- | editors/scite/distinfo | 4 |
2 files changed, 4 insertions, 9 deletions
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 |