svn commit: r351916 - in head: editors/scite x11-toolkits/scintilla

Guido Falsi madpilot at FreeBSD.org
Wed Apr 23 08:43:09 UTC 2014


Author: madpilot
Date: Wed Apr 23 08:43:07 2014
New Revision: 351916
URL: http://svnweb.freebsd.org/changeset/ports/351916
QAT: https://qat.redports.org/buildarchive/r351916/

Log:
  - 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 at cyberbotx.com> (maintainer)

Modified:
  head/editors/scite/Makefile
  head/editors/scite/distinfo
  head/x11-toolkits/scintilla/Makefile
  head/x11-toolkits/scintilla/distinfo

Modified: head/editors/scite/Makefile
==============================================================================
--- head/editors/scite/Makefile	Wed Apr 23 08:29:23 2014	(r351915)
+++ head/editors/scite/Makefile	Wed Apr 23 08:43:07 2014	(r351916)
@@ -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}

Modified: head/editors/scite/distinfo
==============================================================================
--- head/editors/scite/distinfo	Wed Apr 23 08:29:23 2014	(r351915)
+++ head/editors/scite/distinfo	Wed Apr 23 08:43:07 2014	(r351916)
@@ -1,2 +1,2 @@
-SHA256 (scite339.tgz) = cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775
-SIZE (scite339.tgz) = 2229269
+SHA256 (scite341.tgz) = ab2940ba6ad3f1c7c33aea233dd5b44efc75319062fe0b3625db04c747bf3341
+SIZE (scite341.tgz) = 2237159

Modified: head/x11-toolkits/scintilla/Makefile
==============================================================================
--- head/x11-toolkits/scintilla/Makefile	Wed Apr 23 08:29:23 2014	(r351915)
+++ head/x11-toolkits/scintilla/Makefile	Wed Apr 23 08:43:07 2014	(r351916)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	scintilla
-PORTVERSION=	3.3.9
+PORTVERSION=	3.4.1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF/scintilla/SciTE/${PORTVERSION}
 DISTNAME=	scite${PORTVERSION:S/.//g}
@@ -13,7 +13,7 @@ COMMENT=	Full-featured free source code 
 
 WRKSRC=		${WRKDIR}/${PORTNAME}/gtk
 
-USES=		gmake iconv pkgconfig
+USES=		compiler gmake iconv pkgconfig
 MAKEFILE=	makefile
 USE_LDCONFIG=	yes
 USE_GNOME=	gtk20
@@ -28,9 +28,7 @@ PICFLAG?=	-fPIC
 PICFLAG?=	-fpic
 .endif
 
-CCISCLANG!=     ${CC} --version
-
-.if empty(CCISCLANG:M*clang*)
+.if ! ${COMPILER_TYPE:Mclang}
 CPPSTDRE=	-e 's|--std=c++0x||'
 .else
 CPPSTDRE=	

Modified: head/x11-toolkits/scintilla/distinfo
==============================================================================
--- head/x11-toolkits/scintilla/distinfo	Wed Apr 23 08:29:23 2014	(r351915)
+++ head/x11-toolkits/scintilla/distinfo	Wed Apr 23 08:43:07 2014	(r351916)
@@ -1,2 +1,2 @@
-SHA256 (scite339.tgz) = cd7bdfdf8cd870893375519405510417145ec0a9790ed7209f21d552d36c0775
-SIZE (scite339.tgz) = 2229269
+SHA256 (scite341.tgz) = ab2940ba6ad3f1c7c33aea233dd5b44efc75319062fe0b3625db04c747bf3341
+SIZE (scite341.tgz) = 2237159


More information about the svn-ports-all mailing list