Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2011 07:08:23 -0700 (PDT)
From:      Julien Laffaye <jlaffaye@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mitsururike@gmail.com
Subject:   ports/157740: [PATCH] lang/scala: use a static SCALA_HOME
Message-ID:  <4df22557.53cce30a.4414.ffff9d79@mx.google.com>
Resent-Message-ID: <201106101500.p5AF0JSX078308@freefall.freebsd.org>

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

>Number:         157740
>Category:       ports
>Synopsis:       [PATCH] lang/scala: use a static SCALA_HOME
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 10 15:00:18 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD chulak.jlaffaye.net 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
>Description:
Use a static SCALA_HOME, without the scala version. This is necessary for the
port scalatest to install its files in SCALA_HOME without the hack of
find_scala_home.sh
This patch also fixes ports/157731

Port maintainer (mitsururike@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- scala-2.9.0.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/scala/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	9 Jun 2011 13:29:58 -0000	1.6
+++ Makefile	10 Jun 2011 14:02:38 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	scala
 PORTVERSION=	2.9.0.1
+PORTREVISION=	1
 CATEGORIES=	lang java
 MASTER_SITES=	http://www.scala-lang.org/downloads/distrib/files/ \
 		LOCAL/glarkin
@@ -23,7 +24,7 @@
 
 MAN1=		fsc.1 sbaz.1 scala.1 scalac.1 scaladoc.1 scalap.1
 
-SCALA_HOME?=	${PREFIX}/share/${PORTNAME}-${PORTVERSION}
+SCALA_HOME=	${PREFIX}/share/${PORTNAME}
 SCALA_SHRDIRS=	lib meta misc
 SCALA_BINS=	fsc \
 		sbaz \
@@ -33,8 +34,6 @@
 		scaladoc \
 		scalap
 
-PLIST_SUB+=	PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION}
-
 .include <bsd.port.pre.mk>
 
 pre-patch:
@@ -52,7 +51,7 @@
 	@${INSTALL} -d ${SCALA_HOME}/bin
 .for f in ${SCALA_BINS}
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${SCALA_HOME}/bin/${f}
-	${LN} -s ${SCALA_HOME}/${f} ${PREFIX}/bin/${f}
+	${LN} -s ${SCALA_HOME}/bin/${f} ${PREFIX}/bin/${f}
 .endfor
 .for d in ${SCALA_SHRDIRS}
 	@cd ${WRKSRC}/${d} && ${COPYTREE_SHARE} . ${SCALA_HOME}/${d}
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/lang/scala/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	14 Sep 2010 11:52:05 -0000	1.2
+++ pkg-plist	10 Jun 2011 14:02:38 -0000
@@ -10,150 +10,150 @@
 bin/scalac
 bin/scaladoc
 bin/scalap
-share/%%PORTNAME%%-%%PORTVERSION%%/bin/fsc
-share/%%PORTNAME%%-%%PORTVERSION%%/bin/sbaz
-share/%%PORTNAME%%-%%PORTVERSION%%/bin/sbaz-setup
-share/%%PORTNAME%%-%%PORTVERSION%%/bin/scala
-share/%%PORTNAME%%-%%PORTVERSION%%/bin/scalac
-share/%%PORTNAME%%-%%PORTVERSION%%/bin/scaladoc
-share/%%PORTNAME%%-%%PORTVERSION%%/bin/scalap
-share/%%PORTNAME%%-%%PORTVERSION%%/lib/jline.jar
-share/%%PORTNAME%%-%%PORTVERSION%%/lib/scala-compiler.jar
-share/%%PORTNAME%%-%%PORTVERSION%%/lib/scala-dbc.jar
-share/%%PORTNAME%%-%%PORTVERSION%%/lib/scala-library.jar
-share/%%PORTNAME%%-%%PORTVERSION%%/lib/scala-swing.jar
-share/%%PORTNAME%%-%%PORTVERSION%%/lib/scalap.jar
-share/%%PORTNAME%%-%%PORTVERSION%%/meta/available
-share/%%PORTNAME%%-%%PORTVERSION%%/meta/description
-share/%%PORTNAME%%-%%PORTVERSION%%/meta/installed
-share/%%PORTNAME%%-%%PORTVERSION%%/meta/universe
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz-testall/tests/sbaz
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz/config/sbaz.properties.example
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz/descriptors/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz/descriptors/lamp-rc
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz/descriptors/scala-dev
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz/sbaz-tests.jar
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz/scala-bazaars.jar
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-devel/plugins/continuations.jar
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/a2ps/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/a2ps/scala.ssh
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/bash-completion/scala_completion.sh
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/bluefish/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/bluefish/highlighting
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/AUTHORS
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/FUTURE
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/Makefile
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/contrib/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/contrib/dot-ctags
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-auto.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-constants.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-feature-electric.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-feature-speedbar.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-feature-tags.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-feature.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-fontlock.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-indent.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-inf.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-lib.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-navigation.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-ui.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode-variables.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/scala-mode.el
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/enscript/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/enscript/scala.st
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/gedit/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/gedit/scala.lang
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/geshi/scala-alt.php
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/geshi/scala.php
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/intellij/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/intellij/scala.xml
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/jedit/console/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/jedit/console/commando/scala.xml
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/jedit/console/commando/scalac.xml
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/jedit/modes/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/jedit/modes/scala.xml
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/kate/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/kate/scala.xml
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/latex/scaladefs.sty
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/latex/scaladoc.sty
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/latex/scalatex.scm
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/latex/tweaklist.sty
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/latex/verbfilterScala.java
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/notepad-plus/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/notepad-plus/userDefineLang.xml
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/scite/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/scite/scala.properties
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Documentation.webloc
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Info.plist
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/AutocompleteAdditions.txt
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/English.lproj/InfoPlist.strings
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/English.lproj/Localizable.strings
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/ModeSettings.xml
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/RegexSymbols.xml
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/Scripts/Rot13.scpt
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/SyntaxDefinition.xml
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/mytemplate.scala
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/artwork/SymbolM.psd
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/artwork/readme.txt
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/textmate/Bundles/Scala.tmbundle.zip
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/textwrangler/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/textwrangler/Scala_Configuration.plist
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/vim/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/vim/ftdetect/scala.vim
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/vim/indent/scala.vim
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/vim/plugin/31-create-scala.vim
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/vim/syntax/scala.vim
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/xcode/README
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/xcode/Specifications/Scala.pbfilespec
-share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/xcode/Specifications/Scala.pblangspec
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/xcode/Specifications
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/xcode
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/vim/syntax
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/vim/plugin
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/vim/indent
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/vim/ftdetect
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/vim
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/textwrangler
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/textmate/Bundles
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/textmate
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/artwork
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/Scripts
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/English.lproj
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode/Contents
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit/Scala.mode
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/subethaedit
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/scite
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/notepad-plus
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/latex
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/kate
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/jedit/modes
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/jedit/console/commando
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/jedit/console
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/jedit
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/intellij
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/geshi
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/gedit
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/enscript
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs/contrib
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/emacs
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/bluefish
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/bash-completion
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support/a2ps
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-tool-support
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-devel/plugins
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/scala-devel
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz/descriptors
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz/config
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz-testall/tests
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz-testall
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc/sbaz
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/misc
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/meta
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/lib
-@dirrm share/%%PORTNAME%%-%%PORTVERSION%%/bin
-@dirrmtry share/%%PORTNAME%%-%%PORTVERSION%%
+share/scala/bin/fsc
+share/scala/bin/sbaz
+share/scala/bin/sbaz-setup
+share/scala/bin/scala
+share/scala/bin/scalac
+share/scala/bin/scaladoc
+share/scala/bin/scalap
+share/scala/lib/jline.jar
+share/scala/lib/scala-compiler.jar
+share/scala/lib/scala-dbc.jar
+share/scala/lib/scala-library.jar
+share/scala/lib/scala-swing.jar
+share/scala/lib/scalap.jar
+share/scala/meta/available
+share/scala/meta/description
+share/scala/meta/installed
+share/scala/meta/universe
+share/scala/misc/sbaz-testall/tests/sbaz
+share/scala/misc/sbaz/config/sbaz.properties.example
+share/scala/misc/sbaz/descriptors/README
+share/scala/misc/sbaz/descriptors/lamp-rc
+share/scala/misc/sbaz/descriptors/scala-dev
+share/scala/misc/sbaz/sbaz-tests.jar
+share/scala/misc/sbaz/scala-bazaars.jar
+share/scala/misc/scala-devel/plugins/continuations.jar
+share/scala/misc/scala-tool-support/a2ps/README
+share/scala/misc/scala-tool-support/a2ps/scala.ssh
+share/scala/misc/scala-tool-support/bash-completion/scala_completion.sh
+share/scala/misc/scala-tool-support/bluefish/README
+share/scala/misc/scala-tool-support/bluefish/highlighting
+share/scala/misc/scala-tool-support/emacs/AUTHORS
+share/scala/misc/scala-tool-support/emacs/FUTURE
+share/scala/misc/scala-tool-support/emacs/Makefile
+share/scala/misc/scala-tool-support/emacs/README
+share/scala/misc/scala-tool-support/emacs/contrib/README
+share/scala/misc/scala-tool-support/emacs/contrib/dot-ctags
+share/scala/misc/scala-tool-support/emacs/scala-mode-auto.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-constants.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-feature-electric.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-feature-speedbar.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-feature-tags.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-feature.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-fontlock.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-indent.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-inf.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-lib.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-navigation.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-ui.el
+share/scala/misc/scala-tool-support/emacs/scala-mode-variables.el
+share/scala/misc/scala-tool-support/emacs/scala-mode.el
+share/scala/misc/scala-tool-support/enscript/README
+share/scala/misc/scala-tool-support/enscript/scala.st
+share/scala/misc/scala-tool-support/gedit/README
+share/scala/misc/scala-tool-support/gedit/scala.lang
+share/scala/misc/scala-tool-support/geshi/scala-alt.php
+share/scala/misc/scala-tool-support/geshi/scala.php
+share/scala/misc/scala-tool-support/intellij/README
+share/scala/misc/scala-tool-support/intellij/scala.xml
+share/scala/misc/scala-tool-support/jedit/console/README
+share/scala/misc/scala-tool-support/jedit/console/commando/scala.xml
+share/scala/misc/scala-tool-support/jedit/console/commando/scalac.xml
+share/scala/misc/scala-tool-support/jedit/modes/README
+share/scala/misc/scala-tool-support/jedit/modes/scala.xml
+share/scala/misc/scala-tool-support/kate/README
+share/scala/misc/scala-tool-support/kate/scala.xml
+share/scala/misc/scala-tool-support/latex/scaladefs.sty
+share/scala/misc/scala-tool-support/latex/scaladoc.sty
+share/scala/misc/scala-tool-support/latex/scalatex.scm
+share/scala/misc/scala-tool-support/latex/tweaklist.sty
+share/scala/misc/scala-tool-support/latex/verbfilterScala.java
+share/scala/misc/scala-tool-support/notepad-plus/README
+share/scala/misc/scala-tool-support/notepad-plus/userDefineLang.xml
+share/scala/misc/scala-tool-support/scite/README
+share/scala/misc/scala-tool-support/scite/scala.properties
+share/scala/misc/scala-tool-support/subethaedit/Documentation.webloc
+share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Info.plist
+share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/AutocompleteAdditions.txt
+share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/English.lproj/InfoPlist.strings
+share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/English.lproj/Localizable.strings
+share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/ModeSettings.xml
+share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/RegexSymbols.xml
+share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/Scripts/Rot13.scpt
+share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/SyntaxDefinition.xml
+share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/mytemplate.scala
+share/scala/misc/scala-tool-support/subethaedit/artwork/SymbolM.psd
+share/scala/misc/scala-tool-support/subethaedit/artwork/readme.txt
+share/scala/misc/scala-tool-support/textmate/Bundles/Scala.tmbundle.zip
+share/scala/misc/scala-tool-support/textwrangler/README
+share/scala/misc/scala-tool-support/textwrangler/Scala_Configuration.plist
+share/scala/misc/scala-tool-support/vim/README
+share/scala/misc/scala-tool-support/vim/ftdetect/scala.vim
+share/scala/misc/scala-tool-support/vim/indent/scala.vim
+share/scala/misc/scala-tool-support/vim/plugin/31-create-scala.vim
+share/scala/misc/scala-tool-support/vim/syntax/scala.vim
+share/scala/misc/scala-tool-support/xcode/README
+share/scala/misc/scala-tool-support/xcode/Specifications/Scala.pbfilespec
+share/scala/misc/scala-tool-support/xcode/Specifications/Scala.pblangspec
+@dirrm share/scala/misc/scala-tool-support/xcode/Specifications
+@dirrm share/scala/misc/scala-tool-support/xcode
+@dirrm share/scala/misc/scala-tool-support/vim/syntax
+@dirrm share/scala/misc/scala-tool-support/vim/plugin
+@dirrm share/scala/misc/scala-tool-support/vim/indent
+@dirrm share/scala/misc/scala-tool-support/vim/ftdetect
+@dirrm share/scala/misc/scala-tool-support/vim
+@dirrm share/scala/misc/scala-tool-support/textwrangler
+@dirrm share/scala/misc/scala-tool-support/textmate/Bundles
+@dirrm share/scala/misc/scala-tool-support/textmate
+@dirrm share/scala/misc/scala-tool-support/subethaedit/artwork
+@dirrm share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/Scripts
+@dirrm share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources/English.lproj
+@dirrm share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents/Resources
+@dirrm share/scala/misc/scala-tool-support/subethaedit/Scala.mode/Contents
+@dirrm share/scala/misc/scala-tool-support/subethaedit/Scala.mode
+@dirrm share/scala/misc/scala-tool-support/subethaedit
+@dirrm share/scala/misc/scala-tool-support/scite
+@dirrm share/scala/misc/scala-tool-support/notepad-plus
+@dirrm share/scala/misc/scala-tool-support/latex
+@dirrm share/scala/misc/scala-tool-support/kate
+@dirrm share/scala/misc/scala-tool-support/jedit/modes
+@dirrm share/scala/misc/scala-tool-support/jedit/console/commando
+@dirrm share/scala/misc/scala-tool-support/jedit/console
+@dirrm share/scala/misc/scala-tool-support/jedit
+@dirrm share/scala/misc/scala-tool-support/intellij
+@dirrm share/scala/misc/scala-tool-support/geshi
+@dirrm share/scala/misc/scala-tool-support/gedit
+@dirrm share/scala/misc/scala-tool-support/enscript
+@dirrm share/scala/misc/scala-tool-support/emacs/contrib
+@dirrm share/scala/misc/scala-tool-support/emacs
+@dirrm share/scala/misc/scala-tool-support/bluefish
+@dirrm share/scala/misc/scala-tool-support/bash-completion
+@dirrm share/scala/misc/scala-tool-support/a2ps
+@dirrm share/scala/misc/scala-tool-support
+@dirrm share/scala/misc/scala-devel/plugins
+@dirrm share/scala/misc/scala-devel
+@dirrm share/scala/misc/sbaz/descriptors
+@dirrm share/scala/misc/sbaz/config
+@dirrm share/scala/misc/sbaz-testall/tests
+@dirrm share/scala/misc/sbaz-testall
+@dirrm share/scala/misc/sbaz
+@dirrm share/scala/misc
+@dirrm share/scala/meta
+@dirrm share/scala/lib
+@dirrm share/scala/bin
+@dirrmtry share/scala
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/sbaz-setup
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/sbaz
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
--- scala-2.9.0.1_1.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?4df22557.53cce30a.4414.ffff9d79>