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/gitolite2/Makefile

Number of commits found: 21

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
Tuesday, 14 Sep 2021
10:55 Bernhard Froehlich (decke) search for other commits by this committer
devel/gitolite2: Fix CPE information because current one is deprecated

Approved by:    portmgr (blanket)
commit hash: 631a4c74949d43105e90052785ba3c309c5d629a commit hash: 631a4c74949d43105e90052785ba3c309c5d629a commit hash: 631a4c74949d43105e90052785ba3c309c5d629a commit hash: 631a4c74949d43105e90052785ba3c309c5d629a 631a4c7
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
Tuesday, 30 May 2017
15:22 sunpoet search for other commits by this committer
Use DISTVERSIONPREFIX instead of GH_TAGNAME

- Remove MASTER_SITES
Original commitRevision:442086 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Sunday, 24 Jan 2016
20:01 amdmi3 search for other commits by this committer
- Add LICENSE_FILE
- Switch to options helpers
- Add CPE info
Original commitRevision:407173 
Wednesday, 20 Jan 2016
15:33 culot search for other commits by this committer
- Reassign milki@'s ports after his commit bit was taken in for safekeeping
Original commitRevision:406774 
Wednesday, 6 May 2015
15:16 mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385521 
Thursday, 19 Mar 2015
16:44 bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Original commitRevision:381618 
Tuesday, 10 Jun 2014
07:39 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
Original commitRevision:357277 
Monday, 2 Jun 2014
22:41 milki search for other commits by this committer
Add stagedir support to devel/gitolite2

- stagedir support
- milki local distfiles
- USES=shebangfix

Approved by:	swills (mentor)
Original commitRevision:356257 
Tuesday, 21 Jan 2014
05:12 milki search for other commits by this committer
Update maintainer email address

Approved by:    swills (mentor)
Original commitRevision:340549 
Thursday, 14 Nov 2013
17:59 swills search for other commits by this committer
- Update to 2.3.1_1
- Fix package name collision
- Use github master site

PR:		ports/183382
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
Original commitRevision:333780 
Monday, 14 Oct 2013
06:52 bapt search for other commits by this committer
Fix package name collision
Original commitRevision:330275 
Friday, 20 Sep 2013
17:04 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2)
Original commitRevision:327723 
Monday, 16 Sep 2013
08:39 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327371 
Wednesday, 24 Apr 2013
19:19 swills search for other commits by this committer
- Convert to OptionsNG
- Update master site

PR:		ports/177162
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
Original commitRevision:316472 
Thursday, 31 May 2012
19:16 sylvio search for other commits by this committer
- Update to 2.3.1

PR:             ports/168380
Submitted by:   Milki <milki@rescomp.berkeley.edu> (maintainer)
Original commit
Monday, 7 May 2012
16:52 crees search for other commits by this committer
- Connect legacy gitolite2 port to build

- Register CONFLICTS with latest gitolite port

PR:             ports/167440
Submitted by:   milki <milki@rescomp.berkeley.edu>
Original commit
15:42 crees search for other commits by this committer
Repocopied devel/gitolite --> devel/gitolite2

PR:             ports/167440
Repocopy by:    marcus
Original commit

Number of commits found: 21