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: vietnamese/vietunicode-web1/Makefile

Number of commits found: 17

Wednesday, 1 Nov 2023
22:11 Rodrigo Osorio (rodrigo) search for other commits by this committer
*/*: Update WWW to use HTTPS for sourceforge.net projects

Homepage link is permanent redirected to its HTTPS counterpart
commit hash: 05f0f44a557a53913001d6debf17965dfb799288 commit hash: 05f0f44a557a53913001d6debf17965dfb799288 commit hash: 05f0f44a557a53913001d6debf17965dfb799288 commit hash: 05f0f44a557a53913001d6debf17965dfb799288 05f0f44
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
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
vietnamese: remove 'Created by' lines

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

  *  Alexander Yerenkow <yerenkow@gmail.com>
  *  David O'Brien (obrien@NUXI.com)
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  David O'Brien <obrien@NUXI.com>
  *  Thierry Thomas <thierry@pompo.net>
  *  chinsan

With hat:	portmgr
commit hash: d1ec75b6247a33b30df46dd01c6285a663057a73 commit hash: d1ec75b6247a33b30df46dd01c6285a663057a73 commit hash: d1ec75b6247a33b30df46dd01c6285a663057a73 commit hash: d1ec75b6247a33b30df46dd01c6285a663057a73 d1ec75b
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 Mar 2019
21:25 zeising search for other commits by this committer
x11-fonts/mkfontscale: Update to 1.2.0

Update x11-fonts/mkfontscale to 1.2.0
Remove x11-fonts/mkfontdir, which has been merged into mkfontscale.
Update dependencies and bump portrevisions.
Add an entry to UPDATING and MOVES

Changelog:
https://lists.x.org/archives/xorg/2019-March/059633.html

Thanks to Antoine for the exp-run!

PR:		236336 (exp-run)
Obtained from:	FreeBSD Graphics Team dev repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale
Sponsored by:	B3 Init
Original commitRevision:495395 
Friday, 29 Jul 2016
10:53 se search for other commits by this committer
Remove spurious ${STAGEDIR} from @exec and @unexec lines added to the plist
by chinese/ttfm/Makefile.ttf and bump PORTREVISION in all dependent ports.

Approved by:	antoine (mentor)
Original commitRevision:419236 
Monday, 25 Jul 2016
21:10 jbeich search for other commits by this committer
chinese/ttfm: don't touch user font cache on install

This matches USES=fonts (@fc, @fcfontsdir) behavior.

PR:		207263
MFH:		2016Q3
Original commitRevision:419066 
Sunday, 17 Jan 2016
12:53 marino search for other commits by this committer
vietnames/vietunicode-*: Unbreak index

Now I see why <pre>/<post> was used.  It was a hack to work around using
${PORTSDIR} instead of ${.CURDIR} in the include statement.

Convert to .CURDIR to unbreak index (hopefully)
Original commitRevision:406313 
12:39 marino search for other commits by this committer
vietnamese/vietunicode-*: Fix options (3 ports)

The -hannom, -web1, and -trichlor ports all had their options mis-set
by the unnecessary use of <pre> and <post>.  They sandwhiched a third
makefile that pulled in <options> which is sufficient.  Remove <pre>
and <post> inclusions to restore option functionality of these ports.
Bump to be on the safe side.
Original commitRevision:406308 
Thursday, 7 Aug 2014
15:38 pawel search for other commits by this committer
Add staging support
Original commitRevision:364291 
Monday, 10 Mar 2014
17:30 bapt search for other commits by this committer
Convert u* and v* to USES=zip
Original commitRevision:347787 
Friday, 20 Sep 2013
23:20 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
vietnamese)
Original commitRevision:327775 
Wednesday, 19 Jun 2013
16:03 rafan search for other commits by this committer
- Fix ttfm's xttfm module to really update fonts.{dir,scale} to reflect
  the fonts installed
- Bump PORTREVISION for all ports using chinese/ttfm/Makefile.ttf

PR:             ports/179608
Reported by:    Antoine Brodin (antoine@)
Tested by:      Antoine Brodin (antoine@)
Original commitRevision:321284 
Friday, 28 Aug 2009
17:37 linimon search for other commits by this committer
Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and no
response to email.

Hat:            portmgr
Original commit
Saturday, 22 Aug 2009
00:37 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with T,U,V
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 8 Jan 2007
13:37 rafan search for other commits by this committer
Add vietunicode-web1 2004.04.30, 100% Viet Unicode & Viet
Phan/Pali-Sanskrit compatible.

PR:             ports/107571
Submitted by:   chinsan
Original commit

Number of commits found: 17