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/R-cran-later/Makefile

Number of commits found: 21

Wednesday, 21 Feb 2024
17:27 Zsolt Udvari (uzsolt) search for other commits by this committer
devel/R-cran-later: update to 1.3.2

Use DISTVERSION.
ChangeLog: https://cran.r-project.org/web/packages/later/news/news.html

PR:		275702
Approved by:	diizzy (mentor)
Differential Revision:	https://reviews.freebsd.org/D43684
commit hash: 7b0daa4de8f744a922c454c384ca1970e32d5378 commit hash: 7b0daa4de8f744a922c454c384ca1970e32d5378 commit hash: 7b0daa4de8f744a922c454c384ca1970e32d5378 commit hash: 7b0daa4de8f744a922c454c384ca1970e32d5378 7b0daa4
Tuesday, 30 Jan 2024
08:05 Zsolt Udvari (uzsolt) search for other commits by this committer
multiple_ports: Update MAINTAINER

Change uzsolt@uzsolt.hu to uzsolt@FreeBSD.org on all relevant ports:
audio/musicpc
converters/R-cran-jsonlite
databases/R-cran-cachem
databases/R-cran-fastmap
databases/adminer
deskutils/fet
devel/R-cran-cli
devel/R-cran-fansi
devel/R-cran-later
devel/R-cran-purrr
devel/R-cran-vctrs
devel/lua-sysctl
ftp/R-cran-curl
graphics/R-cran-colorspace
graphics/R-cran-ggrepel
graphics/R-cran-magick
graphics/diff-pdf
graphics/mupdf
graphics/timg
graphics/zathura-pdf-mupdf
mail/squirrelmail-translations
mail/squirrelmail
math/R-cran-gtable
math/R-cran-isoband
math/geogebra
misc/R-cran-xfun
misc/histring
print/R-cran-knitr
security/R-cran-digest
sysutils/hcloud
sysutils/py-rdiff-backup
textproc/R-cran-highr
textproc/R-cran-htmltools
textproc/R-cran-stringi
textproc/R-cran-stringr
textproc/R-cran-utf8
textproc/R-cran-yaml
textproc/urlview
www/kohana
x11-wm/herbstluftwm
x11/bemenu
x11/dzen2
x11/stalonetray

Approved by:	bofh (mentor), diizzy (mentor)
Differential Revision:	https://reviews.freebsd.org/D43614
commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf commit hash: e44adb99487a7b492bed3c6c785fa46cfea26aaf e44adb9
Thursday, 1 Jun 2023
10:55 Wen Heping (wen) search for other commits by this committer
*/*: Pass maintainership to submitter

PR:		271317
Reported by:	uzsolt@uzsolt.hu
commit hash: 0b7540258b2a3621aaa4b1d8fcfedfea7f23e553 commit hash: 0b7540258b2a3621aaa4b1d8fcfedfea7f23e553 commit hash: 0b7540258b2a3621aaa4b1d8fcfedfea7f23e553 commit hash: 0b7540258b2a3621aaa4b1d8fcfedfea7f23e553 0b75402
Friday, 5 May 2023
11:19 TAKATSU Tomonari (tota) search for other commits by this committer
devel/R-cran-later: Update to 1.3.1

- Update to 1.3.1
- Drop maintainership
commit hash: c8f089146e307c25c5497a80f32ec92066d167f7 commit hash: c8f089146e307c25c5497a80f32ec92066d167f7 commit hash: c8f089146e307c25c5497a80f32ec92066d167f7 commit hash: c8f089146e307c25c5497a80f32ec92066d167f7 c8f0891
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
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
Thursday, 19 Aug 2021
12:29 TAKATSU Tomonari (tota) search for other commits by this committer
devel/R-cran-later: Update to 1.3.0

- Update to 1.3.0
- Change LICENSE to MIT (should have been changed as of 1.2.0)
commit hash: bc45aeee62b7a4ea949f56b83027ad215733601f commit hash: bc45aeee62b7a4ea949f56b83027ad215733601f commit hash: bc45aeee62b7a4ea949f56b83027ad215733601f commit hash: bc45aeee62b7a4ea949f56b83027ad215733601f bc45aee
Sunday, 25 Apr 2021
16:05 TAKATSU Tomonari (tota) search for other commits by this committer
devel/R-cran-later: Update to 1.2.0
commit hash: 64d67018e6ebdfd06a01928610d7aec0070d1cb0 commit hash: 64d67018e6ebdfd06a01928610d7aec0070d1cb0 commit hash: 64d67018e6ebdfd06a01928610d7aec0070d1cb0 commit hash: 64d67018e6ebdfd06a01928610d7aec0070d1cb0 64d6701
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
Monday, 8 Jun 2020
01:50 tota search for other commits by this committer
- Update to 1.1.0.1
Original commitRevision:538196 
Tuesday, 5 May 2020
16:07 jrm search for other commits by this committer
math/R: Update to version 4.0.0

Upstream changes:
https://stat.ethz.ch/pipermail/r-announce/2020/000653.html

Also bump PORTREVISION of ports that depend on math/R.

Submitted by:	wen (in part)
Reviewed by:	jwb, Rainer Hurling <rhurlin@gwdg.de>, thierry
Differential Revision:	https://reviews.freebsd.org/D24572
Original commitRevision:534095 
Sunday, 6 Oct 2019
16:08 tota search for other commits by this committer
- Update to 1.0.0
Original commitRevision:513893 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Sunday, 2 Jun 2019
10:47 tota search for other commits by this committer
- Update to 0.8.0
- Unbreak on i386
- Pet portlint
Original commitRevision:503302 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Monday, 1 Oct 2018
11:36 tota search for other commits by this committer
- Update to 0.7.5
Original commitRevision:481027 
Tuesday, 4 Sep 2018
06:33 tota search for other commits by this committer
- Update to 0.7.4
Original commitRevision:478928 
Tuesday, 19 Jun 2018
05:28 tota search for other commits by this committer
- Update to 0.7.3
Original commitRevision:472756 
Wednesday, 9 May 2018
04:06 tota search for other commits by this committer
- Update to 0.7.2
Original commitRevision:469429 
Tuesday, 24 Apr 2018
05:30 tota search for other commits by this committer
- Add new port: devel/R-cran-later

  Executes arbitrary R or C functions some time after the current
  time, after the R execution stack has emptied.

  WWW: https://cran.r-project.org/web/packages/later/
Original commitRevision:468177 

Number of commits found: 21