notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: misc/openhab2/Makefile
SVNWeb

Number of commits found: 27

Tue, 4 Apr 2023
[ 18:10 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:4cda17ab14588e6e4fdac7f697e246554ce82af3  commit hash:4cda17ab14588e6e4fdac7f697e246554ce82af3  commit hash:4cda17ab14588e6e4fdac7f697e246554ce82af3  4cda17a  (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
*/*: 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)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 6 Sep 2021
[ 19:27 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:91e9ee8c70bc1d2309df300916da6442b6987050  commit hash:91e9ee8c70bc1d2309df300916da6442b6987050  commit hash:91e9ee8c70bc1d2309df300916da6442b6987050  91e9ee8  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
*: Clean up some things

- Fix typos
- Remove nop or unreferenced variables
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
Thu, 2 Sep 2021
[ 15:19 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:5a6695ac6e58d0dc52ce73e227da5b39437cedd8  commit hash:5a6695ac6e58d0dc52ce73e227da5b39437cedd8  commit hash:5a6695ac6e58d0dc52ce73e227da5b39437cedd8  5a6695a 
misc/openhab2: Add CPE information

Approved by:    portmgr (blanket)
Sun, 20 Jun 2021
[ 09:06 Alexander Leidinger (netchild) search for other commits by this committer ]    commit hash:942a4d428e389e5abc61b5957fc37c4f758ff919  commit hash:942a4d428e389e5abc61b5957fc37c4f758ff919  commit hash:942a4d428e389e5abc61b5957fc37c4f758ff919  942a4d4 
misc/openhab2*: switch to new download location, specify JAVA_VERSION

- switch to new download location (and zip instead of tgz)
- set JAVA_VERSION in the start script, to allow coexistence with
  the upcoming v3 port
- while I'm here, please portlint a little bit in maintainer specifc parts
Mon, 19 Apr 2021
[ 08:00 Tobias Kortkamp (tobik) search for other commits by this committer ]    commit hash:1bf865fed5a69877b34d01b873ccac59a8ab9476  commit hash:1bf865fed5a69877b34d01b873ccac59a8ab9476  commit hash:1bf865fed5a69877b34d01b873ccac59a8ab9476  1bf865f  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Clean up all commented PORTREVISION and PORTEPOCH lines

No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines.  Instead of implementing
that just clean up the 51 ports that do this.

PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 14 Dec 2020
[ 08:31 netchild search for other commits by this committer ] Original commit   Revision:558079
Update to 2.5.11.
Tue, 3 Nov 2020
[ 08:51 netchild search for other commits by this committer ] Original commit   Revision:553970
Update to 2.5.10.
Mon, 21 Sep 2020
[ 12:58 netchild search for other commits by this committer ] Original commit   Revision:549443
Update to 2.5.9.
Wed, 9 Sep 2020
[ 11:34 netchild search for other commits by this committer ] Original commit   Revision:548079
Add %%DATADIR%%/etc/org.apache.karaf.features.xml to plist [1]
by autogenerating all of the plist instead of just a part.

Noticed by:	mfechner	[1]
PR:		249167		[1]
Tue, 25 Aug 2020
[ 11:06 netchild search for other commits by this committer ] Original commit   Revision:546154
Update to 2.5.8.
Wed, 19 Aug 2020
[ 11:19 netchild search for other commits by this committer ] Original commit   Revision:545315
Update to 2.5.7.
Mon, 6 Jul 2020
[ 07:32 netchild search for other commits by this committer ] Original commit   Revision:541322
- cleanup rc script
- wait for PID on stop, there are situations where the stop may take
  a while [1]

Submitted by:	Rafal Lukawiecki <raf@rafal.net>	[1]
Fri, 26 Jun 2020
[ 07:51 netchild search for other commits by this committer ] Original commit   Revision:540423
Update to 2.5.6.
Changelog:	https://github.com/openhab/openhab-distro/releases/tag/2.5.6
Mon, 18 May 2020
[ 14:22 netchild search for other commits by this committer ] Original commit   Revision:535741
Update to 2.5.5.
Mon, 20 Apr 2020
[ 11:58 netchild search for other commits by this committer ] Original commit   Revision:532197
Update to 2.5.4.
Thu, 2 Apr 2020
[ 11:02 netchild search for other commits by this committer ] Original commit   Revision:530269
- Update to 2.5.3. [1]
- Set sun.nio.fs.watchservice to polling to let openhab
  detect changes to some files. [2]
- Set the charset to UTF-8 (via LC_ALL), to make more symbols work
  out of the box.

Submitted by:	Ivo van Geel <ivo@lanis.nl>	[1]
Suggested by:	Ivo van Geel <ivo@lanis.nl>	[2]
Sat, 18 Jan 2020
[ 12:34 netchild search for other commits by this committer ] Original commit   Revision:523417
Update to 2.5.1.
Sun, 22 Dec 2019
[ 11:54 netchild search for other commits by this committer ] Original commit   Revision:520613
Update to 2.5.0.
Tue, 18 Dec 2018
[ 21:01 netchild search for other commits by this committer ] Original commit   Revision:487772
Update openhab2 to 2.4.0
Sat, 8 Dec 2018
[ 16:24 netchild search for other commits by this committer ] Original commit   Revision:486962
Update openhab2 to 2.3.0.
Tue, 15 May 2018
[ 16:07 yuri search for other commits by this committer ] Original commit   Revision:470032
misc/openhab2 comms/gammu: Bump

I didn't bump them in r469511 and r469512 because they were previously broken
such that they couldn't be installed.

Reported by:	mat
Thu, 10 May 2018
[ 07:13 yuri search for other commits by this committer ] Original commit   Revision:469512
misc/openhab2: Unbreak: add missing file in pkg-plist

Also add missing NO_ARCH=yes.
Also order USExx section.

Approved by:	portmgr (port compliance, infrastructure)
Wed, 18 Apr 2018
[ 19:53 netchild search for other commits by this committer ] Original commit   Revision:467732
Fix plist in terms of owner for ETCDIR (@dir needs to added
explicitely).

Owner for ETCDIR is needed as the server wants to write to
ETCDIR when installing add-ons.
Fri, 13 Apr 2018
[ 15:35 netchild search for other commits by this committer ] Original commit   Revision:467244
Add info about not working serial ports, and a workaround
for the multicat error message.

Submitted by:	lme
[ 09:25 netchild search for other commits by this committer ] Original commit   Revision:467221
Add openHAB2 (smart-home software).

Number of commits found: 27