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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: games/el-data/Makefile

Number of commits found: 24

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, 31 Jul 2021
04:18 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
games/el: update to 1.9.5.9

ChangeLog at:	https://github.com/raduprv/Eternal-Lands/releases/tag/1.9.5.9-1
Many other smaller changes, bug fixes and improvements including a fix for
region sounds on maps.
commit hash: 8ca6d1e17e28cdd48921205e5a9bd6eab6d83ee6 commit hash: 8ca6d1e17e28cdd48921205e5a9bd6eab6d83ee6 commit hash: 8ca6d1e17e28cdd48921205e5a9bd6eab6d83ee6 commit hash: 8ca6d1e17e28cdd48921205e5a9bd6eab6d83ee6 8ca6d1e
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
Monday, 11 May 2020
18:07 acm search for other commits by this committer
- Update to 1.9.5.7
Original commitRevision:534925 
Tuesday, 31 Dec 2019
19:52 acm search for other commits by this committer
- Update to 1.9.5.4
Original commitRevision:521652 
Saturday, 28 Jul 2018
07:51 acm search for other commits by this committer
- Update to 1.9.5
Original commitRevision:475509 
Thursday, 11 May 2017
21:54 acm search for other commits by this committer
- Update to 1.9.4
- Bump PORTEPOCH
Original commitRevision:440671 
Thursday, 27 Nov 2014
19:13 amdmi3 search for other commits by this committer
- Simplify installation and plist generation
- Fix tab after WWW:
- Remove unused variables

PR:		195358
Submitted by:	amdmi3
Approved by:	bapt
Original commitRevision:373516 
Monday, 10 Mar 2014
22:57 antoine search for other commits by this committer
Unbreak
Original commitRevision:347816 
14:49 bapt search for other commits by this committer
Convert g* to USES=zip
Original commitRevision:347760 
Monday, 6 Jan 2014
15:17 rene search for other commits by this committer
- Update to version 193 (*)
- Stagify
- Mark as architecture-independent
- Remove NO_PACKAGE (pkg will show the package size upon installation)

(*) Version 192 is not accepted by the servers any longer, version 193
allows me to connect to the servers, create an account, and wander around.

Approved by:	acm (implicit)
Original commitRevision:338896 
11:40 rene search for other commits by this committer
Fix fetching, undeprecate.
While here convert to USES=dos2unix

PR:		ports/185113 (related)
Submitted by:	rene
Approved by:	maintainer timeout (acm, 15 days)
Original commitRevision:338863 
Friday, 22 Nov 2013
08:24 bapt search for other commits by this committer
Deprecated ports broken for more than 6 month
Original commitRevision:334555 
Friday, 20 Sep 2013
17:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Original commitRevision:327730 
Friday, 3 May 2013
23:53 bapt search for other commits by this committer
Mark ELSOUND option as broken (distfile unfetchable)
While here convert to new options framework
Original commitRevision:317294 
Saturday, 28 Jul 2012
15:57 cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Original commit
Thursday, 20 Oct 2011
17:47 acm search for other commits by this committer
- Update to 1.9.2
- Add ELSOUND and ELMUSIC options. It installs additional sound and music files
- Remove Makefile.linux patch file
- Re-add Makefile.bsd patch file
- Respect CC/CXX/LINK [1]
- Few others modifications

PR:     161561
Submitted by:   Nali Toja <nalitoja __ at __ gmail.com> [1]
Original commit
Tuesday, 20 Jan 2009
07:43 acm search for other commits by this committer
- Update to 180
Original commit
Monday, 20 Aug 2007
07:18 acm search for other commits by this committer
- Update to 140
- Remove el-data/pkg-plist file
- Remove BROKEN
- Add new el source code mastersite
Original commit
Thursday, 1 Feb 2007
20:26 acm search for other commits by this committer
- Update to 133
- Remove obsolete patch file
Original commit
Thursday, 28 Sep 2006
18:58 acm search for other commits by this committer
- Update the distinfo file. One file was rerolled because it needs a server
  section update on el.ini file
- Bump PORTREVISION

Reported by:    kris
Obtained from:  el team (via email)
Original commit
Friday, 1 Sep 2006
15:51 acm search for other commits by this committer
- Update to 132
- Fix installation process on games/el [1]

Reported by:    kris [1]
Approved by:    garga (mentor)
Original commit
Monday, 21 Aug 2006
20:18 acm search for other commits by this committer
- Add some missing things to patch-openal.c
- Fixes problems with empty directories on games/el-data

Approved by:    garga (mentor)
Original commit
Sunday, 20 Aug 2006
14:29 acm search for other commits by this committer
New port: games/el-data

The Eternal Lands data and sound files.

WWW:    http://www.eternal-lands.com/

Approved by:    garga (mentor)
Original commit

Number of commits found: 24