Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2008 10:32:32 -0400 (EDT)
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/121788: [MAINTAINER] editors/scite: update to 1.76
Message-ID:  <20080317143232.90A18C2D1@kirby.cyberbotx.com>
Resent-Message-ID: <200803171440.m2HEe3LT075653@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121788
>Category:       ports
>Synopsis:       [MAINTAINER] editors/scite: update to 1.76
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 17 14:40:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Naram Qashat
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD kirby.cyberbotx.com 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 23 16:14:04 EST 2008
>Description:
- Update to 1.76
- Moved the port's documentation to DOCSDIR instead of DATADIR
- Added a pkg-message to notify users of the above change

Added file(s):
- files/pkg-message.in

Generated with FreeBSD Port Tools 0.77

NOTE: This port relies on PR ports/121785 to be committed first.
>How-To-Repeat:
>Fix:

--- scite-1.76.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/editors/scite/Makefile /kirby/shared/ports/scite/Makefile
--- /usr/ports/editors/scite/Makefile	2007-12-17 10:54:40.000000000 -0500
+++ /kirby/shared/ports/scite/Makefile	2008-03-17 10:22:34.000000000 -0400
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scite
-PORTVERSION=	1.75
+PORTVERSION=	1.76
 CATEGORIES=	editors gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.scintilla.org/
@@ -26,6 +26,8 @@
 MAKEFILE=	makefile
 MAKE_ENV=	CC="${CC}" CXX="${CXX}"
 
+SUB_FILES=	pkg-message
+
 MAN1=		scite.1
 
 .if defined(PACKAGE_BUILDING)
@@ -53,9 +55,15 @@
 	${INSTALL_DATA} ${WRKSRC}/SciTE.desktop ${PREFIX}/share/applications
 	${INSTALL_DATA} ${WRKSRC}/Sci48M.png ${PREFIX}/share/pixmaps
 	@${MKDIR} ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/../doc/*.jpg ${DATADIR}
-	${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/../src/*.properties ${DATADIR}
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/../doc/*.jpg ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/../doc/*.png ${DOCSDIR}
+.endif
+
+post-install:
+	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/editors/scite/distinfo /kirby/shared/ports/scite/distinfo
--- /usr/ports/editors/scite/distinfo	2007-12-17 10:54:40.000000000 -0500
+++ /kirby/shared/ports/scite/distinfo	2008-03-17 10:15:02.000000000 -0400
@@ -1,3 +1,3 @@
-MD5 (scite175.tgz) = 18a4525c4962f1cdbd298a379cc865b7
-SHA256 (scite175.tgz) = 87498d73a18b75024771b74319b6e1a64be90e2a4d689b21f26997c0dba0cfc6
-SIZE (scite175.tgz) = 1489736
+MD5 (scite176.tgz) = c33461643c62c80420376de37125092b
+SHA256 (scite176.tgz) = cea1f932cea33e93f018ac6929f1d18edd6cfe8fdcac73b05da4e721987285a0
+SIZE (scite176.tgz) = 1497197
diff -ruN --exclude=CVS /usr/ports/editors/scite/files/pkg-message.in /kirby/shared/ports/scite/files/pkg-message.in
--- /usr/ports/editors/scite/files/pkg-message.in	1969-12-31 19:00:00.000000000 -0500
+++ /kirby/shared/ports/scite/files/pkg-message.in	2008-03-17 10:30:28.000000000 -0400
@@ -0,0 +1,9 @@
+
+===============================================================================
+Note: As of version 1.76 of this port, SciTE's documentation has been moved
+      from %%DATADIR%% to %%DOCSDIR%%.
+      This will cause the "SciTE Help" option in the help menu to point to the
+      wrong location.  You will need to manually edit your
+      SciTEGlobal.properties file if you still wish to utilize that option.
+===============================================================================
+
diff -ruN --exclude=CVS /usr/ports/editors/scite/pkg-plist /kirby/shared/ports/scite/pkg-plist
--- /usr/ports/editors/scite/pkg-plist	2007-12-17 10:54:40.000000000 -0500
+++ /kirby/shared/ports/scite/pkg-plist	2008-03-17 10:16:48.000000000 -0400
@@ -1,26 +1,27 @@
 bin/SciTE
 share/applications/SciTE.desktop
 share/pixmaps/Sci48M.png
-%%DATADIR%%/CommandValues.html
+%%PORTDOCS%%%%DOCSDIR%%/CommandValues.html
+%%PORTDOCS%%%%DOCSDIR%%/PrintHi.png
+%%PORTDOCS%%%%DOCSDIR%%/SciBreak2.jpg
+%%PORTDOCS%%%%DOCSDIR%%/SciTE.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTEDirector.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTEDoc.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTEDownload.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTEExtension.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTEExternalLexer.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTEExtras.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTEFAQ.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTEIco.png
+%%PORTDOCS%%%%DOCSDIR%%/SciTEImage.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTELexer.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTELua.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTERegEx.html
+%%PORTDOCS%%%%DOCSDIR%%/SciTEWord.jpg
+%%PORTDOCS%%%%DOCSDIR%%/demo.png
 %%DATADIR%%/Embedded.properties
-%%DATADIR%%/PrintHi.png
-%%DATADIR%%/SciBreak2.jpg
-%%DATADIR%%/SciTE.html
 %%DATADIR%%/SciTE.properties
-%%DATADIR%%/SciTEDirector.html
-%%DATADIR%%/SciTEDoc.html
-%%DATADIR%%/SciTEDownload.html
-%%DATADIR%%/SciTEExtension.html
-%%DATADIR%%/SciTEExternalLexer.html
-%%DATADIR%%/SciTEExtras.html
-%%DATADIR%%/SciTEFAQ.html
 %%DATADIR%%/SciTEGlobal.properties
-%%DATADIR%%/SciTEIco.png
-%%DATADIR%%/SciTEImage.html
-%%DATADIR%%/SciTELexer.html
-%%DATADIR%%/SciTELua.html
-%%DATADIR%%/SciTERegEx.html
-%%DATADIR%%/SciTEWord.jpg
 %%DATADIR%%/abaqus.properties
 %%DATADIR%%/abbrev.properties
 %%DATADIR%%/ada.properties
@@ -38,7 +39,6 @@
 %%DATADIR%%/csound.properties
 %%DATADIR%%/css.properties
 %%DATADIR%%/d.properties
-%%DATADIR%%/demo.png
 %%DATADIR%%/eiffel.properties
 %%DATADIR%%/erlang.properties
 %%DATADIR%%/escript.properties
@@ -65,6 +65,7 @@
 %%DATADIR%%/pascal.properties
 %%DATADIR%%/perl.properties
 %%DATADIR%%/pov.properties
+%%DATADIR%%/powershell.properties
 %%DATADIR%%/ps.properties
 %%DATADIR%%/purebasic.properties
 %%DATADIR%%/python.properties
@@ -83,4 +84,5 @@
 %%DATADIR%%/vhdl.properties
 %%DATADIR%%/yaml.properties
 @dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrmtry share/applications
--- scite-1.76.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080317143232.90A18C2D1>