non port: devel/mill/Makefile |
SVNWeb
|
Number of commits found: 33 |
Tue, 4 Apr 2023
|
[ 18:10 Muhammad Moinur Rahman (bofh) ] 4cda17a (Only the first 10 of 57 ports in this commit are shown above. )
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket)
|
Sun, 29 Jan 2023
|
[ 14:43 Nuno Teixeira (eduardo) Author: Jens Grassel ] 9e91b6d
devel/mill: Update to 0.10.11
ChangeLog: https://github.com/com-lihaoyi/mill#0-10-11-2023-01-24
PR: 269183
|
Thu, 29 Dec 2022
|
[ 14:55 Li-Wen Hsu (lwhsu) Author: Jens Grassel ] 3fdcc80
devel/mill: Update to 0.10.10
PR: 268636
|
Tue, 22 Nov 2022
|
[ 06:23 Fernando Apesteguía (fernape) Author: Jens Grassel ] bbf3fa9
devel/mill: Update to 0.10.9
ChangeLog: https://github.com/com-lihaoyi/mill/releases
* Fix regular expression in docs
* Use latest Mill version and extend Mima checks
* Update Scala to 2.13.10
* Remove jetty dependencies from Scala.js worker
* Update transitive dependencies
* Switched to external mill-moduledefs dependency
* Don't loose moduleDeps from super traits in PublishModule
* Reformatted sources
* Avoid calling sbt deprecated methods, stop using log4j
* Share all play (test) versions from main builds
* Add actual Mill cli as sysprop and use it in BSP config
* Add JMH contrib module
* GenIdea: Infer more values for Scala language-level
* Catch even more coursier concurrency glitches, some consolidations
* Harden GAV handling in Dep and Artifact
PR: 267852
Reported by: freebsd-ports@jan0sch.de
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Apr 2022
|
[ 13:48 Mikael Urankar (mikael) Author: Jens Grassel ] 098f6fe
devel/mill: Update to 0.10.3
- Fixed `import $file` for files with hyphens and other symbols in its name
- Fixed an issues with truncated output just before Mill finishes
- Mill commands now support arguments of type `Task[T]`, which can improve
writing re-usable commands, especially, they can be called from othe
tasks more easily
- `JavaModule`: Improved correctness and performance of `compileClasspath`
and `bspCompileClasspath` targets. This fixes an issue with BSP for large
projects. Also, compile-time dependencies no longer sneak into the
classpath transitively.
- `JavaModule`: Added `docJarUseArgsFile` target and fix issue with Windows
command length restrictions in `docJar`
- `BSP` and `Bloop`: Better detect foreign modules
- Various internal API refinements and improvements
- Reorganized integration test suite and build setup
PR: 263314
|
Mon, 21 Mar 2022
|
[ 23:05 Neel Chauhan (nc) Author: Jens Grassel ] e5ae0fb
devel/mill: Update to 0.10.2
PR: 262696
|
Tue, 8 Mar 2022
|
[ 23:45 Guangyuan Yang (ygy) Author: Jens Grassel ] f5f68ed
devel/mill: Update to 0.10.1
Changelog: https://github.com/com-lihaoyi/mill/releases/tag/0.10.1
PR: 262418
|
Wed, 12 Jan 2022
|
[ 12:00 Fernando Apesteguía (fernape) Author: Jens Grassel ] 8f467b3
devel/mill: Update to 0.9.12 (log4j security fix)
PR: 261120
Reported by: freebsd-ports@jan0sch.de (maintainer)
MFH: 2022Q1 (security fix)
|
Sat, 25 Dec 2021
|
[ 09:44 Li-Wen Hsu (lwhsu) Author: Jens Grassel ] 66134d1
devel/mill: Update to 0.9.11
Changelog
---------
- BSP: Fixed/improved source item for root project
- Bloop: Prevent compilation during bloop config generation
- GenIdea: Fix content path of root project (mill-build)
- Various version bumps
- Some feature backports from mill 0.10
- New + separator to provide multiple targets (with parameters) via cmdline
- New --import cmdline option to run ad-hoc plugins without editing of build.sc
- import $ivy support $MILL_BIN_PLATFORM variable and a new sort notations for
external plugins
- zinc worker: Updated log4j2 to 2.16.0 to fix Log4Shell (CVE-2021-44228)
vulnerability
PR: 260634
|
Tue, 1 Jun 2021
|
[ 14:01 Li-Wen Hsu (lwhsu) Author: Jens Grassel ] b05e429
devel/mill: Update to 0.9.8
PR: 256299
|
Mon, 17 May 2021
|
[ 02:52 Neel Chauhan (nc) Author: Jens Grassel ] c534e1e
devel/mill: Update to 0.9.7
PR: 255896
|
Fri, 16 Apr 2021
|
[ 05:48 Fernando Apesteguía (fernape) ] 1192592
devel/mill Update to 0.9.6
Changelog:
* repl and console targets now support forkArgs and forkEnv
* Support for Scala 3 release candidates and new Scaladoc 3 tool
* Support for Scala.js on Scala 3
* Scala Native improvements
* Test runner now uses an args file to support running tests on Windows
* GenIdea: better supports source jars, full config contributions and
provided/runtime dependencies
* Various dependency updates
* Documentation site reworked to support multiple release versions
* Improved CI setup to better test mill on Windows
PR: 254886
Reported by: freebsd-ports@jan0sch.de (maintainer)
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 31 Jan 2021
|
[ 04:39 yuri ]
devel/mill: Update 0.9.3 -> 0.9.5
PR: 253041
Submitted by: freebsd-ports@jan0sch.de (maintainer)
|
Thu, 26 Nov 2020
|
[ 14:08 fernape ]
devel/mill: Update to 0.9.3
PR: 251394
Submitted by: freebsd-ports@jan0sch.de (maintainer)
|
Fri, 4 Sep 2020
|
[ 12:18 swills ]
devel/mill: Update to 0.8.0
PR: 248769
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
|
Mon, 6 Jul 2020
|
[ 07:10 lwhsu ]
Update to 0.7.4
PR: 247785
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
|
Thu, 28 May 2020
|
[ 11:48 fernape ]
devel/mill Update to 0.7.3
ChangeLog: https://github.com/lihaoyi/mill/releases/tag/0.7.3
PR: 246799
Submitted by: freebsd-ports@jan0sch.de (maintainer)
|
Wed, 27 May 2020
|
[ 13:43 danfe ] (Only the first 10 of 42 ports in this commit are shown above. )
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).
|
Sun, 24 May 2020
|
[ 07:11 tagattie ]
- Update to 0.7.2
- Make portclippy happy
Changelog:
- BSP fixes and workaround for cross projects
- update Bloop
- Fix fail `scalareformat` task execution when config file not exists
PR: 246565
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Approved by: ehaupt (mentor)
MFH: 2020Q2
|
Mon, 18 May 2020
|
[ 13:51 fernape ]
devel/mill: Update to 0.7.1
* GenIdea: Use new content element for each source path
* Respect `skipIdea` in more places
* Fix generator for ivy.xml when using extra publish artifacts
* Fix Sonatype requests retrying too fast
* Made scoverage more robust and better configurable
* Added .mill-version file
* Scala 2.13.2
* Disable client daemon mode in WSL
* Avoid duplicate target with __ and fix resolve __
* try to avoid weird 'Cleaner terminated abnormally' error
* Upgrade coursier
* fix the lineCount task to use correct os methods
* Align JNA API/platform version (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Apr 2020
|
[ 07:14 tagattie ]
Update to 0.6.2
PR: 243366
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Approved by: ehaupt (mentor)
Changelog: https://github.com/lihaoyi/mill#062---2020-04-22
|
Wed, 8 Jan 2020
|
[ 10:38 joneum ]
Update to 0.5.7
PR: 242958
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Sponsored by: Netzkommune GmbH
|
Sun, 27 Oct 2019
|
[ 16:32 rakuco ]
Update to 0.5.2.
PR: 241425
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
|
Thu, 5 Sep 2019
|
[ 18:29 fernape ]
devel/mill: update to 0.5.1
For ChangeLog, see PR
PR: 240351
Submitted by: freebsd-ports@jan0sch.de (maintainer)
|
Fri, 23 Aug 2019
|
[ 19:42 tobik ]
devel/mill: Update to 0.5.0
Changelog:
- several bug fixes
- ease declaration of optional dependencies
- use binary version of compiler bridge if available
- add ability to define jar manifest
PR: 239943
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
|
Sat, 6 Jul 2019
|
[ 18:03 swills ]
devel/mill: update to 0.4.2
PR: 239005
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
|
Sun, 30 Jun 2019
|
[ 20:15 swills ]
devel/mill: update to 0.4.1
PR: 238600
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
|
Thu, 23 May 2019
|
[ 10:59 joneum ]
Update to 0.4.0
Changelog:
- Publish compileIvyDeps as provided scope
- Added contrib modules to integrate Bloop, Flyway, Play Framework, Scoverage
- Allow configuration of GPG key names when publishing
- Bump Ammonite version to 1.6.7, making Requests-Scala available to use in your
build.sc
- Support for Scala 2.13.0-RC2
- ScalaFmt support now uses the version specified in .scalafmt.conf
PR: 237993
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de> (maintainer)
Sponsored by: Netzkommune GmbH
|
Sat, 23 Feb 2019
|
[ 14:30 tobik ]
New port: devel/mill
Mill is your shiny new Java/Scala build tool! Scared of SBT?
Melancholy over Maven? Grumbling about Gradle? Baffled by Bazel?
Give Mill a try!
Mill aims for simplicity by re-using concepts you are already
familiar with, borrowing ideas from modern tools like Bazel, to let
you build your projects in a way that's simple, fast, and predictable.
Mill has built in support for the Scala programming language, and
can serve as a replacement for SBT, but can also be extended to
support any other language or platform via modules (written in Java
or Scala) or through external subprocesses.
WWW: https://www.lihaoyi.com/mill/
PR: 235861
Submitted by: Jens Grassel <freebsd-ports@jan0sch.de>
|
Number of commits found: 33 |