diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-23 15:46:00 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-23 15:46:00 +0800 |
commit | 5a9cc51b0152be07517ac2ee7abfbf771acb1227 (patch) | |
tree | 4eb7d2a4affbd5f28419e4ccaac514cc79008536 /editors | |
parent | a4cfb6ec8e0f6936dde4570f1af09c5b03a26426 (diff) | |
download | freebsd-ports-gnome-5a9cc51b0152be07517ac2ee7abfbf771acb1227.tar.gz freebsd-ports-gnome-5a9cc51b0152be07517ac2ee7abfbf771acb1227.tar.zst freebsd-ports-gnome-5a9cc51b0152be07517ac2ee7abfbf771acb1227.zip |
x11-toolkits/scintilla editors/scite: Update to 4.0.2
Also changed to DISTVERSION.
PR: 225221
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/scite/Makefile | 5 | ||||
-rw-r--r-- | editors/scite/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 6ce52bd43355..ae6bd6bb4218 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scite -PORTVERSION= 3.7.5 -PORTREVISION= 1 +DISTVERSION= 4.0.2 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} @@ -23,7 +22,7 @@ OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/${PORTNAME}/gtk -USES= compiler:c++11-lib desktop-file-utils gmake pkgconfig tar:tgz +USES= compiler:c++14-lang desktop-file-utils gmake pkgconfig tar:tgz USE_GNOME= cairo gdkpixbuf2 gtk20 MAKEFILE= makefile diff --git a/editors/scite/distinfo b/editors/scite/distinfo index af6c00949d84..90bd2149ffa8 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495751226 -SHA256 (scite375.tgz) = 51e6861284077268d4929bb2ff9c516e2ca8914b2bd0ac315d177befe24aef86 -SIZE (scite375.tgz) = 2380823 +TIMESTAMP = 1516108933 +SHA256 (scite402.tgz) = 1f9bb8eccbaed77c110c30c0e6dbaac04b3f62b751a930192b133a7b6f0f29fb +SIZE (scite402.tgz) = 2424648 |