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

Number of commits found: 26

Friday, 29 Mar 2024
08:04 Yasuhiro Kimura (yasu) search for other commits by this committer
devel/icmake: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: c4da186786a670cdb3ea6ded356c916bbe2e4b32 commit hash: c4da186786a670cdb3ea6ded356c916bbe2e4b32 commit hash: c4da186786a670cdb3ea6ded356c916bbe2e4b32 commit hash: c4da186786a670cdb3ea6ded356c916bbe2e4b32 c4da186
Wednesday, 12 Jul 2023
18:56 Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c 7d1faa7
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
Friday, 4 Jun 2021
11:13 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/icmake: Update version 9.02.08=>9.03.01

- Make proper use of SHEBANG_ instead of REINPLACE
- portlint housekeeping
- Update WWW

Relnotes: https://gitlab.com/fbb-git/icmake/-/tags/9.03.01
commit hash: 6e26f683ee5161bf03ebbdd0eaaeceb2e274ba3d commit hash: 6e26f683ee5161bf03ebbdd0eaaeceb2e274ba3d commit hash: 6e26f683ee5161bf03ebbdd0eaaeceb2e274ba3d commit hash: 6e26f683ee5161bf03ebbdd0eaaeceb2e274ba3d 6e26f68
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
Sunday, 23 Sep 2018
22:06 antoine search for other commits by this committer
Do not include bsd.port.mk twice
Original commitRevision:480536 
Tuesday, 18 Sep 2018
08:14 linimon search for other commits by this committer
More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.

Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:479990 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Sunday, 22 Jul 2018
02:56 bofh search for other commits by this committer
devel/icmake: Update version 9.02.07=>9.02.08

- Change MASTER_SITE to GITLAB

Relnotes:	https://gitlab.com/fbb-git/icmake/blob/master/icmake/changelog
Original commitRevision:475081 
Wednesday, 25 Apr 2018
01:48 bofh search for other commits by this committer
devel/icmake: Update version 9.02.04=>9.02.07

- Fix build on MIPS64 [1]

PR:		227667 [1]
Submitted by:	loader [1]
Relnotes:	https://github.com/fbb-git/icmake/releases/tag/9.02.07
Original commitRevision:468256 
Sunday, 7 Jan 2018
23:00 bofh search for other commits by this committer
devel/icmake: Update version 7.22.01=>9.02.04

- Update MASTERSITES to GITHUB
- Update Homepage to GITHUB Page
- Remove LICENSE_FILE
Original commitRevision:458390 
Wednesday, 18 May 2016
13:18 amdmi3 search for other commits by this committer
- Simplify MASTER_SITES
- Add LICENSE_FILE
- Remove unneeded bsd.port.options.mk inclusion

Approved by:	portmgr blanket
Original commitRevision:415442 
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 
Monday, 25 May 2015
20:05 bofh search for other commits by this committer
devel/icmake: Update version 7.22.00=>7.22.01

- Convert patch files to 'make makepatch' compatible
Original commitRevision:387428 
Thursday, 22 Jan 2015
21:06 bofh search for other commits by this committer
devel/icmake: Update version 7.21.01=>7.22.00

Differential Revision:	https://reviews.freebsd.org/D1603
Approved by:		marino(mentor)
Original commitRevision:377697 
Tuesday, 20 Jan 2015
14:00 bofh search for other commits by this committer
devel/icmake: Update version 7.21.00=>7.21.01

- Take Maintainership

Differential Revision:	https://reviews.freebsd.org/D1564
Approved by:		marino(mentor)
Original commitRevision:377519 
Thursday, 28 Nov 2013
07:13 pgj search for other commits by this committer
- Update to 7.21.00
- Add support for staging, use shebangfix
- Give up maintainership
Original commitRevision:335077 
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 
Tuesday, 4 Dec 2012
18:50 pgj search for other commits by this committer
- Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
- Use a single space after "WWW:" in port descriptions

Requested by:	jhale, danfe, bapt
Feature safe:	yes
Original commitRevision:308261 
12:16 pgj search for other commits by this committer
- Implement suggestions of jhale

Feature safe:	yes
Original commitRevision:308235 
09:13 pgj search for other commits by this committer
 r307972@csupor:  pgj | 2012-12-04 09:41:39 +0100
 - Update to 7.19.00
 - Trim Makefile header
 - Set license
 - Teach more about how to respect CC and CFLAGS

 Feature safe:	yes
Original commitRevision:308217 
Tuesday, 6 Apr 2010
22:04 pgj search for other commits by this committer
- Update to 7.12.5
- Add link for home page
Original commit
Tuesday, 17 Nov 2009
13:05 pgj search for other commits by this committer
- Add a missing .ifdef for NO_INSTALL_MANPAGES
Original commit
12:31 pgj search for other commits by this committer
- Update to 7.12.3
Original commit
Monday, 9 Mar 2009
16:15 pgj search for other commits by this committer
Icmake is a hybrid between a 'make' utility and a 'shell script'
language.  Originally, it was concocted to provide a useful tool for
automatic program maintenance and system administrative tasks on MS-DOS
platforms.  Later on, Icmake was eventually ported to Unix platforms
(SCO and Linux).  By now Icmake also runs on a HP-Unix platform.

Approved by:    tabthorpe
Original commit

Number of commits found: 26