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: games/wipeclean/Makefile
SVNWeb

Number of commits found: 9

Mon, 30 Jan 2023
[ 14:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:fa93fdc383c190569821ae224413c848c19d9a7c  commit hash:fa93fdc383c190569821ae224413c848c19d9a7c  commit hash:fa93fdc383c190569821ae224413c848c19d9a7c  fa93fdc  (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Framework: Rewrite nodejs.mk and reorganize www/{node,npm,yarn}

The current USES=nodejs has the following issues:
- www/node is not the default version while www/node16 is.
- It also means inconsistent naming of node ports.
- www/npm duplicates with www/npm-node16.
- www/yarn duplicates with www/yarn-node16.

The notable changes are introduced to fix the above issues:
- Rewrite Mk/Uses/nodejs.mk.
- Add new LTS version of nodejs (www/noe18).
- Add new current version of nodejs (www/node19).
- Change default nodejs version from 16 to 18 (latest LTS).
- Use consistent naming for all supported node versions.
- Convert www/node, www/npm and www/yarn to meta ports.

After this commit:
- All supported node versions are named as node{14,16,18,19}
- www/node is a meta port which depends on the default version (e.g. www/node18)
- www/npm is a meta port which depends on the default version (e.g.
www/npm-node18)
- www/yarn is a meta port which depends on the default version (e.g.
www/yarn-node18)
- Bump PORTREVISION of dependent ports for dependency change (from www/node16 to
www/node18)

Discussed with:	jrm, otis, pizzamig
[ 13:02 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:07edc4ebad7abd806cd194e6442c9ad72958fdf0  commit hash:07edc4ebad7abd806cd194e6442c9ad72958fdf0  commit hash:07edc4ebad7abd806cd194e6442c9ad72958fdf0  07edc4e 
games/wipeclean: Add NO_ARCH

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)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
games: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <benlutz@datacomm.ch>
  *  <janos.mohacsi@bsd.hu>
  *  Aaron Baugher
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron VonderHaar <avh4@usa.net>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Kranzel (adam@alameda.edu)
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 31 Mar 2022
[ 18:02 Emanuel Haupt (ehaupt) search for other commits by this committer ]    commit hash:22ba8fcb0d68be31ddf23839b0192156c8b68543  commit hash:22ba8fcb0d68be31ddf23839b0192156c8b68543  commit hash:22ba8fcb0d68be31ddf23839b0192156c8b68543  22ba8fc 
games/wipeclean: Update to 1.1.2
Sun, 27 Feb 2022
[ 20:47 Emanuel Haupt (ehaupt) search for other commits by this committer ]    commit hash:87413da11b35ec9b47d66775ed5bc332f78ffd22  commit hash:87413da11b35ec9b47d66775ed5bc332f78ffd22  commit hash:87413da11b35ec9b47d66775ed5bc332f78ffd22  87413da 
games/wipeclean: Update to 1.1.0
[ 08:43 Emanuel Haupt (ehaupt) search for other commits by this committer ]    commit hash:a74ec6c5ad23697648285eb68289e770df55849b  commit hash:a74ec6c5ad23697648285eb68289e770df55849b  commit hash:a74ec6c5ad23697648285eb68289e770df55849b  a74ec6c 
games/wipeclean: Revert previous commit to unbreak

With the previous update a new npm dependency was introduced that
breaks this port. This went unnoticed because in a local test
environment the dependency was installed via npm.

Revert to previous working version of this port until a solution
is found.
Sat, 26 Feb 2022
[ 19:50 Emanuel Haupt (ehaupt) search for other commits by this committer ]    commit hash:f1736b31236bf0f1c53a518d9ddd8e23b96253d5  commit hash:f1736b31236bf0f1c53a518d9ddd8e23b96253d5  commit hash:f1736b31236bf0f1c53a518d9ddd8e23b96253d5  f1736b3 
games/wipeclean: Update to 1.1.0
Thu, 24 Feb 2022
[ 20:32 Emanuel Haupt (ehaupt) search for other commits by this committer ]    commit hash:e2d01ce334b02902e35b0688c607181048472b0c  commit hash:e2d01ce334b02902e35b0688c607181048472b0c  commit hash:e2d01ce334b02902e35b0688c607181048472b0c  e2d01ce 
games/wipeclean: Add new port

Are you tired of the old and unintresting clear command? Do you want
your error messages to be slowly wiped away? Then try wipeclean!

Number of commits found: 9