ports/106539: update port: x11-toolkits/qscintilla

Max Brazhnikov makc at issp.ac.ru
Sat Dec 9 20:20:41 UTC 2006


>Number:         106539
>Category:       ports
>Synopsis:       update port: x11-toolkits/qscintilla
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 09 20:20:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
FreeBSD luna.zuzino.mipt.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Oct 28 18:43:15 MSD 2006     root at luna.zuzino.mipt.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
Update to the latest version.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/x11-toolkits/qscintilla/Makefile /home/makc/porting/ports/x11-toolkits/qscintilla/Makefile
--- /usr/ports/x11-toolkits/qscintilla/Makefile	Fri Sep  8 02:47:42 2006
+++ /home/makc/porting/ports/x11-toolkits/qscintilla/Makefile	Sat Dec  9 21:56:19 2006
@@ -5,12 +5,11 @@
 # $FreeBSD: ports/x11-toolkits/qscintilla/Makefile,v 1.14 2006/09/07 22:47:42 linimon Exp $
 
 PORTNAME=	qscintilla
-PORTVERSION=	1.6
-PORTREVISION=
+PORTVERSION=	1.7.1
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://www.riverbankcomputing.com/Downloads/QScintilla1/ \
 		http://freebsd.ricin.com/ports/distfiles/
-DISTNAME=	${PORTNAME}-${PORTVERSION}5-gpl-${PORTVERSION}
+DISTNAME=	QScintilla-1.71-gpl-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	QT port of the Scintilla C++ editor class
@@ -20,7 +19,7 @@
 USE_X_PREFIX=	yes
 USE_QT_VER=	3
 MAKE_ENV=	QTDIR="${X11BASE}"
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 OPTIONS=	DESIGNER_PLUGIN "Install plugin for Qt Designer" on \
 		DOCS "Install documentation" on \
@@ -109,9 +108,9 @@
 do-install:
 	( cd ${WRKSRC} && \
 		${INSTALL_DATA} qt/qextscintilla*.h ${PREFIX}/include && \
-		${INSTALL_DATA} qt/libqscintilla.so.6.0.0 \
-			${PREFIX}/lib/libqscintilla.so.6 && \
-		${LN} -sf ${PREFIX}/lib/libqscintilla.so.6 \
+		${INSTALL_DATA} qt/libqscintilla.so.7.0.1 \
+			${PREFIX}/lib/libqscintilla.so.7 && \
+		${LN} -sf ${PREFIX}/lib/libqscintilla.so.7 \
 			${PREFIX}/lib/libqscintilla.so )
 .if !defined(WITHOUT_DESIGNER_PLUGIN)
 	( cd ${WRKSRC} && \
@@ -130,7 +129,7 @@
 .endif
 .if !defined(WITHOUT_LANG_PTBR)
 	( cd ${WRKSRC} && \
-		${INSTALL_DATA} qt/qscintilla_ptbr.qm ${DATADIR}/translations )
+		${INSTALL_DATA} qt/qscintilla_pt_br.qm ${DATADIR}/translations )
 .endif
 .if !defined(WITHOUT_LANG_RU)
 	( cd ${WRKSRC} && \
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/qscintilla/distinfo /home/makc/porting/ports/x11-toolkits/qscintilla/distinfo
--- /usr/ports/x11-toolkits/qscintilla/distinfo	Mon Nov 14 03:06:45 2005
+++ /home/makc/porting/ports/x11-toolkits/qscintilla/distinfo	Sat Dec  9 21:08:43 2006
@@ -1,3 +1,3 @@
-MD5 (qscintilla-1.65-gpl-1.6.tar.gz) = 8dbebef07cd2c934fbec3ee1bdfecfa3
-SHA256 (qscintilla-1.65-gpl-1.6.tar.gz) = d236c73d95a906dfc516e1b51831288d711007c45caa06a7dc1c9e8e53127154
-SIZE (qscintilla-1.65-gpl-1.6.tar.gz) = 821730
+MD5 (QScintilla-1.71-gpl-1.7.1.tar.gz) = dfa047b45d4f09ae8d4a8a431ba88a5a
+SHA256 (QScintilla-1.71-gpl-1.7.1.tar.gz) = 437e5fc6e5905f9aa7d0f4ea8eb41c96fcddf7ce3cb9b786066a315c5b9ff70c
+SIZE (QScintilla-1.71-gpl-1.7.1.tar.gz) = 1060119
diff -ruN --exclude=CVS /usr/ports/x11-toolkits/qscintilla/pkg-plist /home/makc/porting/ports/x11-toolkits/qscintilla/pkg-plist
--- /usr/ports/x11-toolkits/qscintilla/pkg-plist	Mon Sep  5 20:53:17 2005
+++ /home/makc/porting/ports/x11-toolkits/qscintilla/pkg-plist	Sat Dec  9 21:49:31 2006
@@ -28,12 +28,13 @@
 include/qextscintillamacro.h
 include/qextscintillaprinter.h
 lib/libqscintilla.so
-lib/libqscintilla.so.6
+lib/libqscintilla.so.7
 %%DESIGNER_PLUGIN%%lib/plugins/designer/libqscintillaplugin.so
 %%DOCS%%%%DOCSDIR%%/ChangeLog
 %%DOCS%%%%DOCSDIR%%/NEWS
 %%DOCS%%%%DOCSDIR%%/README
 %%DOCS%%%%DOCSDIR%%/Scintilla/Design.html
+%%DOCS%%%%DOCSDIR%%/Scintilla/Icons.html
 %%DOCS%%%%DOCSDIR%%/Scintilla/Lexer.txt
 %%DOCS%%%%DOCSDIR%%/Scintilla/License.txt
 %%DOCS%%%%DOCSDIR%%/Scintilla/SciBreak.jpg
@@ -106,16 +107,89 @@
 %%DOCS%%%%DOCSDIR%%/html/classQextScintillaMacro.html
 %%DOCS%%%%DOCSDIR%%/html/classQextScintillaPrinter-members.html
 %%DOCS%%%%DOCSDIR%%/html/classQextScintillaPrinter.html
-%%DOCS%%%%DOCSDIR%%/html/dir_000000.html
-%%DOCS%%%%DOCSDIR%%/html/dirs.html
+%%DOCS%%%%DOCSDIR%%/html/deprecated.html
 %%DOCS%%%%DOCSDIR%%/html/doxygen.css
 %%DOCS%%%%DOCSDIR%%/html/doxygen.png
 %%DOCS%%%%DOCSDIR%%/html/functions.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x62.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x63.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x64.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x65.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x66.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x67.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x68.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x69.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x6a.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x6b.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x6c.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x6d.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x6e.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x6f.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x70.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x71.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x72.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x73.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x74.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x75.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x76.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x77.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x78.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x7a.html
+%%DOCS%%%%DOCSDIR%%/html/functions_0x7e.html
 %%DOCS%%%%DOCSDIR%%/html/functions_enum.html
 %%DOCS%%%%DOCSDIR%%/html/functions_eval.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x62.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x63.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x64.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x65.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x66.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x67.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x68.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x69.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6a.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6b.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6c.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6d.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6e.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x6f.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x70.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x71.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x72.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x73.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x74.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x75.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x76.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x77.html
+%%DOCS%%%%DOCSDIR%%/html/functions_eval_0x78.html
 %%DOCS%%%%DOCSDIR%%/html/functions_func.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x62.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x63.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x64.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x65.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x66.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x67.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x68.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x69.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x6b.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x6c.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x6d.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x70.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x71.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x72.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x73.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x74.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x75.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x76.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x77.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x7a.html
+%%DOCS%%%%DOCSDIR%%/html/functions_func_0x7e.html
 %%DOCS%%%%DOCSDIR%%/html/hierarchy.html
 %%DOCS%%%%DOCSDIR%%/html/index.html
+%%DOCS%%%%DOCSDIR%%/html/pages.html
+%%DOCS%%%%DOCSDIR%%/html/tab_b.gif
+%%DOCS%%%%DOCSDIR%%/html/tab_l.gif
+%%DOCS%%%%DOCSDIR%%/html/tab_r.gif
+%%DOCS%%%%DOCSDIR%%/html/tabs.css
 %%DOCS%%%%DOCSDIR%%/qscintilla.dxy
 %%EXAMPLES%%%%EXAMPLESDIR%%/License.txt
 %%EXAMPLES%%%%EXAMPLESDIR%%/README
@@ -128,7 +202,7 @@
 %%EXAMPLES%%%%EXAMPLESDIR%%/main.cpp
 %%LANG_DE%%%%DATADIR%%/translations/qscintilla_de.qm
 %%LANG_FR%%%%DATADIR%%/translations/qscintilla_fr.qm
-%%LANG_PTBR%%%%DATADIR%%/translations/qscintilla_ptbr.qm
+%%LANG_PTBR%%%%DATADIR%%/translations/qscintilla_pt_br.qm
 %%LANG_RU%%%%DATADIR%%/translations/qscintilla_ru.qm
 %%DOCS%%@dirrm %%DOCSDIR%%/Scintilla
 %%DOCS%%@dirrm %%DOCSDIR%%/html


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list