diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-04-23 16:43:07 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-04-23 16:43:07 +0800 |
commit | 53ba025e610484c7a9a01ce6b6d7431feacd5f6c (patch) | |
tree | 2cf08089427e6424ef64f34ad08b438012f2ca8c /editors | |
parent | 14d6956b0279167a57e5bdd36071b3d5a62974c0 (diff) | |
download | freebsd-ports-gnome-53ba025e610484c7a9a01ce6b6d7431feacd5f6c.tar.gz freebsd-ports-gnome-53ba025e610484c7a9a01ce6b6d7431feacd5f6c.tar.zst freebsd-ports-gnome-53ba025e610484c7a9a01ce6b6d7431feacd5f6c.zip |
- Update to 3.4.1
- in x11-toolkits/scintilla, leverage USES=compiler to check if
we're on clang or gcc
PR: ports/188782, ports/188783
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/scite/Makefile | 2 | ||||
-rw-r--r-- | editors/scite/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index edcd2e55c2a7..68915ca2c27c 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= scite -PORTVERSION= 3.3.9 +PORTVERSION= 3.4.1 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff --git a/editors/scite/distinfo b/editors/scite/distinfo index 9a66d570bc23..1c0edc2a254a 100644 --- a/editors/scite/distinfo +++ b/editors/scite/distinfo @@ -1,2 +1,2 @@ -SHA256 (scite339.tgz) = cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775 -SIZE (scite339.tgz) = 2229269 +SHA256 (scite341.tgz) = ab2940ba6ad3f1c7c33aea233dd5b44efc75319062fe0b3625db04c747bf3341 +SIZE (scite341.tgz) = 2237159 |