non port: converters/R-cran-rjson/Makefile |
SVNWeb
|
Number of commits found XX: 31 |
Tue, 5 May 2020
|
[ 16:07 jrm ] 
534095 archivers/R-cran-zip/Makefile
534095 astro/R-cran-maptools/Makefile
534095 converters/R-cran-RJSONIO/Makefile
534095 converters/R-cran-base64enc/Makefile
534095 converters/R-cran-jsonlite/Makefile
534095 converters/R-cran-rjson/Makefile
534095 databases/R-cran-DBI/Makefile
534095 databases/R-cran-RMySQL/Makefile
534095 databases/R-cran-RPostgreSQL/Makefile
534095 databases/R-cran-RSQLite.extfuns/Makefile
(Only the first 10 of 320 ports in this commit are shown above. )
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
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] 
507372 Mk/bsd.ruby.mk
507372 accessibility/atkmm/Makefile
507372 accessibility/kmag/Makefile
507372 accessibility/kmousetool/Makefile
507372 accessibility/kmouth/Makefile
507372 accessibility/libqaccessibilityclient/Makefile
507372 accessibility/qt5-speech/Makefile
507372 archivers/R-cran-zip/Makefile
507372 archivers/ark/Makefile
507372 archivers/brotli/Makefile
(Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] 
487272 Mk/bsd.ruby.mk
487272 accessibility/atkmm/Makefile
487272 accessibility/kmag/Makefile
487272 accessibility/kmousetool/Makefile
487272 accessibility/kmouth/Makefile
487272 accessibility/qt5-speech/Makefile
487272 archivers/R-cran-zip/Makefile
487272 archivers/ark/Makefile
487272 archivers/brotli/Makefile
487272 archivers/c-blosc/Makefile
(Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Fri, 15 Jun 2018
|
[ 09:54 tota ] 
472439 converters/R-cran-rjson/Makefile
472439 converters/R-cran-rjson/distinfo
- Update to 0.2.20
|
Mon, 21 May 2018
|
[ 09:25 tota ] 
470524 converters/R-cran-rjson/Makefile
470524 converters/R-cran-rjson/distinfo
- Update to 0.2.19
|
Wed, 9 May 2018
|
[ 07:25 tota ] 
469435 converters/R-cran-rjson/Makefile
469435 converters/R-cran-rjson/distinfo
- Update to 0.2.18
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] 
464084 archivers/pxz/Makefile
464084 archivers/zip-ada/Makefile
464084 astro/R-cran-maptools/Makefile
464084 astro/astrometry/Makefile
464084 astro/kstars-kde4/Makefile
464084 astro/nightfall/Makefile
464084 astro/py-RO/Makefile
464084 astro/py-aipy/Makefile
464084 astro/py-astLib/Makefile
464084 astro/py-astropy/Makefile
(Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Sun, 18 Jun 2017
|
[ 18:09 dbn ] 
443845 Mk/Scripts/qa.sh
443845 Mk/Uses/cran.mk
443845 Mk/bsd.port.mk
443845 archivers/py-rcssmin/Makefile
443845 archivers/py-rjsmin/Makefile
443845 converters/R-cran-RJSONIO/Makefile
443845 converters/R-cran-rjson/Makefile
443845 databases/R-cran-RSQLite.extfuns/Makefile
443845 databases/R-cran-RSQLite/Makefile
443845 databases/p5-CDB_File/Makefile
(Only the first 10 of 79 ports in this commit are shown above. )
qa: add check for NO_ARCH
If NO_ARCH is set then check that no FreeBSD elf(5) files are in $STAGEDIR.
If an elf(5) file is bundles as part of the package, but is not meant to be
run directly (i.e. the elf(5) file is a payload, and not compiled) then
those files can be added to NO_ARCH_IGNORE to avoid the check from failing,
Changes to ports:
- Ports that have NO_ARCH set, but actually compile files have had NO_ARCH
removed.
- Ports that have elf(5) payloads have had those files added to
NO_ARCH_IGNORE.
- R-cran ports that do not set USES=cran:compiles have NO_ARCH set,
PR: 218976
Reviewed by: antoine, mat
Approved by: portmgr
|
Mon, 16 Nov 2015
|
[ 22:26 tota ] 
401789 converters/R-cran-rjson/Makefile
401789 converters/R-cran-rjson/distinfo
401789 converters/R-cran-rjson/pkg-descr
- Update to 0.2.15
- Update WWW in pkg-descr
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] 
367888 accessibility/accerciser/Makefile
367888 accessibility/jovie/Makefile
367888 accessibility/kaccessible/Makefile
367888 accessibility/kdeaccessibility4/Makefile
367888 accessibility/kmag/Makefile
367888 accessibility/kmousetool/Makefile
367888 accessibility/kmouth/Makefile
367888 accessibility/orca/Makefile
367888 arabic/kde4-l10n/Makefile
367888 arabic/libreoffice/Makefile
(Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Wed, 25 Jun 2014
|
[ 11:39 tota ] 
359222 converters/R-cran-rjson/Makefile
359222 converters/R-cran-rjson/distinfo
- Update to 0.2.14
|
Mon, 10 Mar 2014
|
[ 20:55 gerald ] 
347809 archivers/hs-tar/Makefile
347809 archivers/hs-zip-archive/Makefile
347809 archivers/hs-zlib-bindings/Makefile
347809 archivers/hs-zlib-conduit/Makefile
347809 archivers/hs-zlib-enum/Makefile
347809 archivers/hs-zlib/Makefile
347809 astro/R-cran-maptools/Makefile
347809 astro/astrometry/Makefile
347809 astro/nightfall/Makefile
347809 astro/py-RO/Makefile
(Only the first 10 of 1081 ports in this commit are shown above. )
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
Sat, 28 Dec 2013
|
[ 10:28 dbn ] 
337846 Mk/Uses/cran.mk
337846 Mk/bsd.cran.mk
337846 Mk/bsd.port.mk
337846 astro/R-cran-maptools/Makefile
337846 converters/R-cran-RJSONIO/Makefile
337846 converters/R-cran-rjson/Makefile
337846 databases/R-cran-DBI/Makefile
337846 databases/R-cran-RMySQL/Makefile
337846 databases/R-cran-RSQLite.extfuns/Makefile
337846 databases/R-cran-RSQLite/Makefile
(Only the first 10 of 121 ports in this commit are shown above. )
Convert Mk/bsd.cran.mk to the Uses framework.
PR: ports/184699
Reviewed by: bapt
Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
|
Wed, 27 Nov 2013
|
[ 18:56 dbn ] 
335044 Mk/bsd.cran.mk
335044 astro/R-cran-maptools/Makefile
335044 converters/R-cran-RJSONIO/Makefile
335044 converters/R-cran-rjson/Makefile
335044 databases/R-cran-DBI/Makefile
335044 databases/R-cran-RMySQL/Makefile
335044 databases/R-cran-RSQLite.extfuns/Makefile
335044 databases/R-cran-RSQLite/Makefile
335044 databases/R-cran-sqldf/Makefile
335044 devel/R-cran-Defaults/Makefile
(Only the first 10 of 119 ports in this commit are shown above. )
Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*).
Since this patch converts all affected ports, bsd.cran.mk no longer supports
NO_STAGE and errors out if NO_STAGE is set.
Exp-run: ports/184216
Reviewed by: bdrewery
Approved by: portsmgr, wen
|
Wed, 13 Nov 2013
|
[ 08:19 bf ] 
333659 astro/R-cran-maptools/Makefile
333659 converters/R-cran-RJSONIO/Makefile
333659 converters/R-cran-rjson/Makefile
333659 databases/R-cran-DBI/Makefile
333659 databases/R-cran-RMySQL/Makefile
333659 databases/R-cran-RSQLite.extfuns/Makefile
333659 databases/R-cran-RSQLite/Makefile
333659 databases/R-cran-sqldf/Makefile
333659 devel/R-cran-Defaults/Makefile
333659 devel/R-cran-Hmisc/Makefile
(Only the first 10 of 130 ports in this commit are shown above. )
Update math/R to 3.0.2 patched r64207 and math/R-cran-SuppDists to 1.1-9.1;
adjust dependent ports
Reviewed by: pfg, thierry, tota
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] 
331644 archivers/hs-tar/Makefile
331644 archivers/hs-zip-archive/Makefile
331644 archivers/hs-zlib-bindings/Makefile
331644 archivers/hs-zlib-conduit/Makefile
331644 archivers/hs-zlib-enum/Makefile
331644 archivers/hs-zlib/Makefile
331644 astro/R-cran-maptools/Makefile
331644 astro/astrometry/Makefile
331644 astro/nightfall/Makefile
331644 astro/py-RO/Makefile
(Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 16:05 bapt ] 
327715 converters/R-cran-RJSONIO/Makefile
327715 converters/R-cran-rjson/Makefile
327715 converters/aish/Makefile
327715 converters/ascii2binary/Makefile
327715 converters/asr10/Makefile
327715 converters/base64/Makefile
327715 converters/bibtexconv/Makefile
327715 converters/bsdconv/Makefile
327715 converters/btoa/Makefile
327715 converters/chmview/Makefile
(Only the first 10 of 161 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
|
Thu, 29 Aug 2013
|
[ 23:00 tota ] 
325638 converters/R-cran-rjson/Makefile
325638 converters/R-cran-rjson/distinfo
- Update to 0.2.13
|
Tue, 28 May 2013
|
[ 15:15 bf ] 
319316 astro/R-cran-maptools/Makefile
319316 converters/R-cran-RJSONIO/Makefile
319316 converters/R-cran-rjson/Makefile
319316 databases/R-cran-DBI/Makefile
319316 databases/R-cran-RMySQL/Makefile
319316 databases/R-cran-RSQLite.extfuns/Makefile
319316 databases/R-cran-RSQLite/Makefile
319316 databases/R-cran-sqldf/Makefile
319316 devel/R-cran-Defaults/Makefile
319316 devel/R-cran-Hmisc/Makefile
(Only the first 10 of 140 ports in this commit are shown above. )
Update math/R to 3.0.1-patched, and adjust dependent ports;
synchronize math/rpy with upstream repository
Reviewed by: wen
Approved by: wen, tota
|
Thu, 7 Mar 2013
|
[ 04:21 bf ] 
313562 astro/R-cran-maptools/Makefile
313562 converters/R-cran-RJSONIO/Makefile
313562 converters/R-cran-rjson/Makefile
313562 databases/R-cran-DBI/Makefile
313562 databases/R-cran-RMySQL/Makefile
313562 databases/R-cran-RSQLite.extfuns/Makefile
313562 databases/R-cran-RSQLite/Makefile
313562 databases/R-cran-sqldf/Makefile
313562 devel/R-cran-Defaults/Makefile
313562 devel/R-cran-Hmisc/Makefile
(Only the first 10 of 116 ports in this commit are shown above. )
update math/R to 2.15.3, and adjust dependent ports
|
Thu, 17 Jan 2013
|
[ 11:16 tota ] 
310546 converters/R-cran-rjson/Makefile
310546 converters/R-cran-rjson/distinfo
- Update to 0.2.12
|
Fri, 4 Jan 2013
|
[ 17:51 bf ] 
309935 astro/R-cran-maptools/Makefile
309935 converters/R-cran-RJSONIO/Makefile
309935 converters/R-cran-rjson/Makefile
309935 databases/R-cran-DBI/Makefile
309935 databases/R-cran-RMySQL/Makefile
309935 databases/R-cran-RSQLite.extfuns/Makefile
309935 databases/R-cran-RSQLite/Makefile
309935 databases/R-cran-sqldf/Makefile
309935 devel/R-cran-Defaults/Makefile
309935 devel/R-cran-Hmisc/Makefile
(Only the first 10 of 116 ports in this commit are shown above. )
update the R base ports to 2.15.2 and adjust dependent ports
Reviewed by: thierry, tota, wen
|
Tue, 4 Dec 2012
|
[ 15:06 tota ] 
308242 converters/R-cran-rjson/Makefile
308242 converters/R-cran-rjson/distinfo
- Update to 0.2.11
Feature safe: yes
|
Tue, 2 Oct 2012
|
[ 13:43 tota ] 
305161 converters/R-cran-rjson/Makefile
305161 converters/R-cran-rjson/distinfo
305161 converters/R-cran-rjson/pkg-descr
- Update to 0.2.10
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
|
Tue, 24 Jul 2012
|
[ 21:38 tota ]
301500 converters/R-cran-rjson/Makefile
301500 converters/R-cran-rjson/distinfo
- Update to 0.2.9
|
Tue, 26 Jun 2012
|
[ 23:57 bf ]
1.10 astro/R-cran-maptools/Makefile
1.12 converters/R-cran-RJSONIO/Makefile
1.6 converters/R-cran-rjson/Makefile
1.8 databases/R-cran-DBI/Makefile
1.9 databases/R-cran-RMySQL/Makefile
1.3 devel/R-cran-Defaults/Makefile
1.8 devel/R-cran-bitops/Makefile
1.23 devel/R-cran-caret/Makefile
1.12 devel/R-cran-foreach/Makefile
1.10 devel/R-cran-iterators/Makefile
(Only the first 10 of 87 ports in this commit are shown above. )
update math/R to 2.15.1, switch to the new options format, and
adjust dependent ports
|
Fri, 4 May 2012
|
[ 20:56 bf ]
1.12 Mk/bsd.cran.mk
1.9 astro/R-cran-maptools/Makefile
1.11 converters/R-cran-RJSONIO/Makefile
1.5 converters/R-cran-rjson/Makefile
1.7 databases/R-cran-DBI/Makefile
1.8 databases/R-cran-RMySQL/Makefile
1.2 devel/R-cran-Defaults/Makefile
1.7 devel/R-cran-bitops/Makefile
1.22 devel/R-cran-caret/Makefile
1.11 devel/R-cran-foreach/Makefile
(Only the first 10 of 89 ports in this commit are shown above. )
- update math/R-cran-psych to 1.2.1 [1]
- update math/R to 2.15.0, and adjust dependent ports
- minor changes to bsd.cran.mk [2]: rename MASTER_CRAN_SITES to
MASTER_SITE_CRAN, as in bsd.sites.mk; make the install target more
flexible and allow CRAN ports to override it; add a regression-test
target; set USE_FORTRAN to match math/R; remove some of the
redundant checks of USE_R_MOD; honor NOPORTDATA and NOPORTDOCS
Reviewed by: thierry, tota, wen
Approved by: D. Rue (maintainer) [1], wen [2]
|
Tue, 20 Mar 2012
|
[ 08:16 tota ]
1.4 converters/R-cran-rjson/Makefile
1.3 converters/R-cran-rjson/distinfo
- Update to 0.2.8
Feature safe: yes
|
Thu, 15 Mar 2012
|
[ 13:40 tota ]
1.3 converters/R-cran-rjson/Makefile
1.2 converters/R-cran-rjson/distinfo
- Update to 0.2.7
- Add LICENSE
Feature safe: yes
|
Sat, 3 Mar 2012
|
[ 16:59 bf ]
1.8 astro/R-cran-maptools/Makefile
1.10 converters/R-cran-RJSONIO/Makefile
1.2 converters/R-cran-rjson/Makefile
1.6 databases/R-cran-DBI/Makefile
1.7 databases/R-cran-RMySQL/Makefile
1.6 devel/R-cran-bitops/Makefile
1.20 devel/R-cran-caret/Makefile
1.7 devel/R-cran-foreach/Makefile
1.7 devel/R-cran-iterators/Makefile
1.6 devel/R-cran-itertools/Makefile
(Only the first 10 of 80 ports in this commit are shown above. )
update math/R to 2.14.2, and adjust dependent ports
|
Tue, 21 Feb 2012
|
[ 14:04 tota ]
1.200 converters/Makefile
1.1 converters/R-cran-rjson/Makefile
1.1 converters/R-cran-rjson/distinfo
1.1 converters/R-cran-rjson/pkg-descr
- Add a new port: converters/R-cran-rjson
Converts R object into JSON objects and vice-versa
WWW: http://cran.r-project.org/web/packages/rjson/
|
Number of commits found XX: 31 |