notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/arduino18/Makefile

Number of commits found: 17

Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Tuesday, 4 Apr 2023
18:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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)
commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 commit hash: 4cda17ab14588e6e4fdac7f697e246554ce82af3 4cda17a
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 30 Apr 2022
15:33 Alexey Dokuchaev (danfe) search for other commits by this committer
devel/arduino18: unbreak the build when DOCS option is unset.

Reported by:	Sergey V. Dyatko
commit hash: 27cf624238e0f04e8b921c09856559626b1f381c commit hash: 27cf624238e0f04e8b921c09856559626b1f381c commit hash: 27cf624238e0f04e8b921c09856559626b1f381c commit hash: 27cf624238e0f04e8b921c09856559626b1f381c 27cf624
Friday, 29 Oct 2021
09:50 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-[0-9]*' from CONFLICTS

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".

Approved by:	portmgr (blanket)
commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a commit hash: 819f25b36d45b8ac5593ec8e6f470d9ad454b08a 819f25b
Thursday, 9 Sep 2021
04:02 Kyle Evans (kevans) search for other commits by this committer
devel/arduino18: restore GH_ACCOUNT to unbreak

The default GH_ACCOUNT is not functional here, because GH_TUPLE is used
to specify multiple projects to fetch.  Back out this part of
adb7b0687e25 ("Cleanup: for ports under d* categories, drop [...]") at
least for the time being to unbreak the fetch of arduino18.
commit hash: 4f32bd205f0411b40387a12477d4defdb30eec59 commit hash: 4f32bd205f0411b40387a12477d4defdb30eec59 commit hash: 4f32bd205f0411b40387a12477d4defdb30eec59 commit hash: 4f32bd205f0411b40387a12477d4defdb30eec59 4f32bd2
Sunday, 29 Aug 2021
14:54 Alexey Dokuchaev (danfe) search for other commits by this committer
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}.
commit hash: adb7b0687e256219563428386c0b082f7145c795 commit hash: adb7b0687e256219563428386c0b082f7145c795 commit hash: adb7b0687e256219563428386c0b082f7145c795 commit hash: adb7b0687e256219563428386c0b082f7145c795 adb7b06
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 15 Mar 2019
16:52 ler search for other commits by this committer
devel/arduino18: Update jssc depends

Submitted by:	kevans
Original commitRevision:495798 
Wednesday, 13 Mar 2019
03:03 ler search for other commits by this committer
comms/java-simple-serial-connector, devel/arduino18, devel/arduino-core: fix
serial communication for leonardo
   and re-rolled distribution for arduino-core.

PR:		232991
Submitted by:	kevans
Original commitRevision:495537 
Wednesday, 18 Jul 2018
11:43 cmt search for other commits by this committer
devel/arduino18: update to 1.8.5

Also update embedded libraries according to Arduino's build.xml:
  * Firmata: 2.5.6
  * Robot_Control: 1.0.4
  * Robot_Motor: 1.0.3
  * RobotIRremote: 2.0.0
  * Temboo: 1.2.1
and add external LiquidCrystal, as it has been removed from Arduino
itself.

PR:		229814
Approved by:	kevans@ (maintainer)
Original commitRevision:474855 
Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Monday, 7 Aug 2017
21:23 bsam search for other commits by this committer
devel/arduino18: Update to new version of devel/libastylej.

Submitted by:	bsam (me, by e-mail)
Approved by:	maintainer (by e-mail)
Original commitRevision:447518 
Thursday, 6 Jul 2017
01:39 ultima search for other commits by this committer
* Updated maintainer email address

PR:		220395
Submitted by:	kevans
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11497
Original commitRevision:445117 
Thursday, 20 Apr 2017
19:58 bsam search for other commits by this committer
devel/arduino18: Java 1.8+ is needed.

PR:		218770
Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
Reported by:	Kyle Evans <bsdports@kyle-evans.net> (maintainer))
Original commitRevision:438993 
Wednesday, 19 Apr 2017
20:40 bsam search for other commits by this committer
devel/arduino18: Update to Arduino 1.8.2, and:
* Firmata upgrade,  2.5.3 => 2.5.5
* Robot_Motor upgrade,  1.0.1 => 1.0.2
* Temboo upgrade,  1.1.7 => 1.1.8
* WiFi101-FirmwareUpdater-Plugin update,  0.8.0 => 0.9.0
* SD 1.1.1 and Servo 1.1.2 now also included
* (Port) indentation fixes
* (Port) Populate lib/version.txt to fix arduino-makefile usage))

PR:		218282
Submitted by:	Kyle Evans <bsdports@kyle-evans.net> (maintainer)
Original commitRevision:438914 

Number of commits found: 17