non port: games/wipeclean/Makefile |
SVNWeb
|
Number of commits found: 9 |
Mon, 30 Jan 2023
|
[ 14:20 Po-Chuan Hsieh (sunpoet) ] fa93fdc (Only the first 10 of 85 ports in this commit are shown above. )
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) ] 07edc4e
games/wipeclean: Add NO_ARCH
Approved by: portmgr (blanket)
|
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) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
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 )
|
Thu, 31 Mar 2022
|
[ 18:02 Emanuel Haupt (ehaupt) ] 22ba8fc
games/wipeclean: Update to 1.1.2
|
Sun, 27 Feb 2022
|
[ 20:47 Emanuel Haupt (ehaupt) ] 87413da
games/wipeclean: Update to 1.1.0
|
[ 08:43 Emanuel Haupt (ehaupt) ] 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) ] f1736b3
games/wipeclean: Update to 1.1.0
|
Thu, 24 Feb 2022
|
[ 20:32 Emanuel Haupt (ehaupt) ] 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 |