Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.11.1 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
2.11.1 04 Feb 2024 17:44:38
    |
Fernando Apesteguía (fernape)  Author: Nicolas Herry |
devel/leiningen: Update to 2.11.1, update MAINTAINER
Update devel/leiningen to latest 2.11.1 and update MAINTAINER, taking ownership.
This update introduces a patch, as the main script for leiningen (bin/lein-pkg,
installed as $PREFIX/bin/lein) has changed significantly, adding more
bash-specific constructs. Handling them in a succession of sed commands was
getting more delicate than necessary; a patch seemed the better option here.
New maintainer already maintaining some ports.
PR: 276751
Reported by: beastieboy@beastieboy.net |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.9.10_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
2.9.10_1 15 Aug 2022 16:47:07
    |
Fernando Apesteguía (fernape)  |
devel/leiningen: Move to codeberg
Reported by: bapt@ |
2.9.10 12 Aug 2022 18:00:13
    |
Fernando Apesteguía (fernape)  |
devel/leiningen: update to 2.9.10
ChangeLog: https://github.com/technomancy/leiningen/releases/
2.9.10
* Fix a bug where dev-resources could leak into jars/uberjars.
* Avoid illegal reflective access doing XML parsing in uberjar/search.
2.9.9
* Migrate the repository from Github to Codeberg.
* Fix a bug in new where template group-ids could be ignored.
* Work around a change in Java 9 which broke template listing.
* Fix a bug in pedantic checks which resulted in infinite loops.
* Prevent module-info.class files from being included in uberjars.
* Prevent duplicate warnings in resource-paths when creating jars.
* Fix an issue with check where AOT would shadow reflection warnings.
* Allow change to edit dependency versions.
* Fix a bug where composite profiles would leak dependencies downstream.
* Allow repl to bind to filesystem sockets via :headless :socket PATH
Reported by: portscout |
2.9.8 22 Nov 2021 20:34:18
    |
Neel Chauhan (nc)  |
devel/leningen: Update to 2.9.8 |
2.9.7 08 Nov 2021 20:10:09
    |
Jan Beich (jbeich)  Author: Filipe da Silva Santos |
devel/leiningen: update to 2.9.7
Changes: https://github.com/technomancy/leiningen/releases/tag/2.9.7 |
2.9.6 29 Apr 2021 17:38:54
    |
Neel Chauhan (nc)  |
devel/leiningen: Update to 2.9.6
Changes: https://github.com/technomancy/leiningen/releases/tag/2.9.6 |
2.9.4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.9.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.9.4 28 Sep 2020 05:05:25
  |
tobik  |
Reset MAINTAINER |
2.9.4 10 Jul 2020 16:32:48
  |
tobik  |
devel/leiningen: Update to 2.9.4
- Clean up a little while here
Changes: https://github.com/technomancy/leiningen/releases/tag/2.9.4 |
2.9.3 17 Mar 2020 22:39:03
  |
tobik  |
devel/leiningen: Update to 2.9.3
Changes: https://github.com/technomancy/leiningen/releases/tag/2.9.3 |
2.9.2 01 Mar 2020 11:10:23
  |
tobik  |
devel/leiningen: Update to 2.9.2
Changes: https://github.com/technomancy/leiningen/releases/tag/2.9.2 |
2.9.1 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
2.9.1 27 Feb 2019 06:38:46
  |
tobik  |
devel/leiningen: Update to 2.9.1
Changes: https://github.com/technomancy/leiningen/blob/2.9.1/NEWS.md |
2.9.0 11 Feb 2019 09:13:52
  |
tobik  |
devel/leiningen: Update to 2.9.0
Changes: https://github.com/technomancy/leiningen/blob/2.9.0/NEWS.md |
2.8.3 15 Dec 2018 07:54:12
  |
tobik  |
devel/leiningen: Update to 2.8.3
Changes: https://github.com/technomancy/leiningen/blob/2.8.3/NEWS.md |
2.8.1 07 Nov 2017 13:55:35
  |
tobik  |
devel/leiningen: Update to 2.8.1
Changes: https://github.com/technomancy/leiningen/releases/tag/2.8.1 |
2.8.0 18 Oct 2017 15:02:13
  |
tobik  |
devel/leiningen: Update to 2.8.0
Changes: https://github.com/technomancy/leiningen/releases/tag/2.8.0 |
2.7.1_1 06 Sep 2017 11:39:37
  |
tobik  |
devel/leiningen: Fix build on CURRENT
post-patch fails with
sed: 1: "s|function (.*) {|\1() {|
": RE error: repetition-operator operand invalid |
2.7.1_1 29 Jun 2017 16:44:01
  |
tobik  |
- Debashify with a little bit of dark magic and use /bin/sh for lein
- Remove pkg-message with outdated advice
- Add LICENSE_FILE
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11405 |
2.7.1 15 Feb 2017 12:28:29
  |
tobik  |
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610 |
2.7.1 01 Feb 2017 14:44:32
  |
amdmi3  |
- Update to 2.7.1
- Add NO_ARCH
- Cosmetic fixes
- Pass maintainership to submitter
PR: 212213
Submitted by: t@tobik.me (maintainer) |
2.6.1 31 Dec 2016 20:47:35
  |
rpaulo  |
Relinquish maintainership of most of my ports. |
2.6.1 01 Apr 2016 16:56:54
  |
pi  |
devel/leiningen: 2.5.3 -> 2.6.1
Changes:
https://github.com/technomancy/leiningen/releases
PR: 207913
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: rpaulo (maintainer timeout) |
2.5.3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.5.3 04 Oct 2015 18:25:28
  |
rpaulo  |
Update leiningen to 2.5.3 and install bash/zsh completions and the man page.
PR: 203535
Submitted by: tobias.kortkamp@gmail.com |
2.5.2 15 Sep 2015 06:39:03
  |
rpaulo  |
Update devel/leiningen to 2.5.2.
This update includes Clojure 1.7. |
2.5.1 06 May 2015 15:16:54
  |
mat  |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.5.1 19 Mar 2015 16:44:59
  |
bdrewery  |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
2.5.1 04 Feb 2015 20:55:28
  |
rpaulo  |
Update leinigen to 2.5.1.
The .jar file is now a .zip file but they are the same thing, so we
just install it as a .jar file.
ChangeLog: https://github.com/technomancy/leiningen/releases/tag/2.5.1
Differential Revision: https://reviews.freebsd.org/D1771
Reviewed by: bapt
Approved by: bapt |
2.5.0 16 Oct 2014 22:24:01
  |
rpaulo  |
Update leiningen to 2.5.0.
Differential Revision: https://reviews.freebsd.org/D956
Reviewed by: bapt
Approved by: bapt (mentor) |
2.4.3 19 Aug 2014 01:50:21
  |
rpaulo  |
Update leiningen to 2.3.4 and add a pkg-message explaining how to
install the exec plugin.
This update brings an important bug fix: now packages are downloaded
via HTTPS.
Reviewed by: swills
Approved by: swills |
2.4.2 21 Jul 2014 03:59:23
  |
rpaulo  |
Update leiningen to 2.4.2.
Most notably there's a new release command and several bug fixes.
https://github.com/technomancy/leiningen/releases
Reviewed by: bapt
Approved by: bapt (mentor) |
2.3.4 02 May 2014 23:45:10
  |
rpaulo  |
Add a port for Leiningen: Clojure project automation.
Reviewed by: bdrewery
Approved by: bdrewery |