Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Jan 2021 20:53:59
5.10.1.57_3

|
rene  |
Follow up on graphics/py-pillow6 port removal in r559976
The graphics/py-pillow6 port was removed in r559976 as it was for
Python 2.7 only and no longer referenced in the default cases.
However it was still defined in Mk/Uses/python.mk in PY_PILLOW,
leaving a dangling reference.
Remove it from Mk/Uses/python.mk, leaving only the Python 3
version of that port, graphics/py-pillow, defined and bump the
minimal verion of Python to 3.6 for affected ports. |
24 Mar 2020 19:54:57
5.10.1.57_3

|
antoine  |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
24 Feb 2020 11:36:16
5.10.1.57_3

|
kai  |
graphics/py-pillow: Update to 7.0.0
* Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain
backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release
dropped the support for Python 2.
* Apply conditional statements to use either Pillow 7.x or Pillow 6.x for
consumers that can be built for Python 2 or newer.
* Exceptions are ports that can be built only for either Python 2 or
Python 3. For the first case, consumers are just assigned to the
repo-copied graphics/py-pillow6.
* Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not
listed in setup.py as a build dependency [1] and relax the version (Only the first 15 lines of the commit message are shown above ) |
19 Feb 2020 15:08:27
5.10.1.57_3

|
antoine  |
mono works fine with python 3
With hat: portmgr |
13 Aug 2019 22:29:43
5.10.1.57_2

|
mat  |
onvert to UCL & cleanup pkg-message (categories l-m) |
26 Jul 2019 20:46:57
5.10.1.57_2

|
gerald  |
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 |
12 Dec 2018 01:35:36
5.10.1.57_1

|
gerald  |
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 |
01 Sep 2018 13:03:20
5.10.1.57

|
feld  |
lang/mono: Update to 5.10.1.57 |
30 Aug 2018 04:05:08
5.10.1.47_8

|
danfe  |
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options. |
29 Jul 2018 22:18:46
5.10.1.47_8

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
15 Jul 2018 13:38:35
5.10.1.47_7

|
feld  |
lang/mono: Ensure NLS does not leak into the build if disabled but
gettext is installed
Reported by: jbeich
MFH: 2018Q3 |
12 Jul 2018 12:36:36
5.10.1.47_6

|
feld  |
lang/mono: Add missing btls files to the plist
PR: 229247
MFH: 2018Q3 |
10 Jul 2018 20:55:32
5.10.1.47_5

|
feld  |
lang/mono: Fix NLS knob
OPTIONS_SUB required for %%NLS%% in pkg-plist
Pointyhat: me
MFH: 2018Q3 |
10 Jul 2018 16:13:02
5.10.1.47_4

|
feld  |
lang/mono: Add NLS port option
MFH: 2018Q3
Differential Revision: https://reviews.freebsd.org/D16104 |
30 Jun 2018 15:13:32
5.10.1.47_3

|
dbn  |
lang/mono: add support for BTLS TLS provider
PR: 229247
Submitted by: yani@pi-greece.eu |
18 Jun 2018 14:10:57
5.10.1.47_2

|
feld  |
lang/mono: Require python 2.7
- Revive python patch for mono-heapviz
- Also remove unnecessary mirror/distfile tag |
16 Jun 2018 15:56:42
5.10.1.47_1

|
feld  |
Update Mono to 5.10.1.47
This brings a more modern Mono release to the ports tree. After
discussions with others in the Mono community I targeted the mono
5.10.1.47 release which is the latest release in the "Visual Studio"
release channel. This is considered to be the most stable and widely
tested, which makes it a good candidate for us. We may upgrade to 5.12
after additional testing or introduce another Mono package for users who
require testing against a newer release; this has yet to be determined.
- Build from official release tarballs
- Now include BoringSSL per upstream guidelines [1]
- Remove ACCEPTANCE_TESTS, not being updated by upstream
- No long require glib; Mono includes their own replacement
- USES=display:tests required for some tests (Only the first 15 lines of the commit message are shown above ) |
09 May 2018 19:02:00
5.2.0.215_1

|
ler  |
lang/mono: handle certs/Trust hierarchy
bump PORTREVISION since it affects the built package.
PR: 227647
Submitted by: prj@rootwyrm.com
Approved by: maintainer timeout. |
30 Jan 2018 19:00:28
5.2.0.215

|
dbn  |
lang/mono: update to version 5.2.0.215 (and enhance USES=mono)
Highlights:
- New Roslyn compiler for C# available
- Improved support for nuget packages in USES=mono
General:
- fix pkg-plist: mono now produces '.pdb' debug files instead of '.mdb'
- bump all dependant ports
USES=mono:
- properly handle caching of nuget packages
- add support for multiple feeds for nuget packages
- add support for nuget dependencies in a separate file
- add support for paket packages (Only the first 15 lines of the commit message are shown above ) |
26 Dec 2017 20:09:10
4.8.1.0_2

|
emaste  |
lang/mono: set LLD_UNSAFE to avoid linking with lld
mono fails to link with lld because lld defaults to -ztext and does not
allow relocations in readonly segments (such as the one containing
.text). For now just fall back to linking with ld.bfd if the system ld
is lld.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
09 Dec 2017 00:42:05
4.8.1.0_2

|
linimon  |
Mark more ports broken that fail on both armv6 and armv7.
Approved by: portmgr (tier-2 blanket) |
10 Oct 2017 21:31:30
4.8.1.0_2

|
linimon  |
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial) |
10 Sep 2017 20:55:39
4.8.1.0_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
27 Jul 2017 13:57:31
4.8.1.0_1

|
mat  |
Regular USE_GITHUB cleanup.
Sponsored by: Absolight |
26 Jun 2017 23:44:13
4.8.1.0_1

|
linimon  |
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket) |
13 May 2017 07:48:27
4.8.1.0_1

|
dbn  |
Update mono and related ports
USES=mono: minor fixes
- save a copy of the nuget package in the packages directory
- force linking of directories, allowing nuget-extract to be rerun
without `make clean`
- fix makenuget: nuget requires an equals to identify the version, not a dash
devel/monodevelop: update to 6.2.1.3
- update nuget packages:
- link older System.Collection.Immutable 1.1.37 to newer 1.3.1 (used
by C# and F# respectively)
- update external github repositories
- allow post-extract target to be run multiple times
- change MonoDevelop.Packaging to use a newer version of (Only the first 15 lines of the commit message are shown above ) |
01 May 2017 14:32:54
4.8.1.0

|
dvl  |
Upgrade to 4.8.1.0
Approved by: miwi (maintainer) |
21 Apr 2017 10:02:28
4.6.2.7_2

|
miwi  |
- Fix shebangs
- Fix bin/rc in lang/go since we dont have it in base or a port to support it
- While in lang/go remove WRKSRC for SHEBANG_FILES
- Bump PORTREVISION for package change |
01 Apr 2017 15:23:32
4.6.2.7_1

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
22 Feb 2017 15:04:20
4.6.2.7

|
feld  |
lang/mono: Fix minor spelling issue in pkg-message
MFH: 2017Q1 |
18 Jan 2017 13:20:32
4.6.2.7

|
tijl  |
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine) |
11 Jan 2017 10:08:38
4.6.2.7

|
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
01 Dec 2016 05:02:33
4.6.2.7

|
dbn  |
Fix PORTSCOUT limit for mono(develop) |
27 Nov 2016 17:00:08
4.6.2.7

|
dbn  |
USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]
- Instead of excluding the specific packages added to DISTFILES (but only for
FreeBSD 9+), exclude all files with a '.nupkg' extension.
- Move the nuget-extract command to be before post-extract, to allow the port's
post-extract command to move packages around
audio/libgpod-sharp: add port for mono bindings for libgpod
- audio/libgpod: [2]
- USE_GNOME: add missing dependency
- Remove mono files from pkg-plist (now in audio/libgpod-sharp)
- Allow relevant variables to be overridden
- Fix MONO options
- Patch source to allow building with modern mono
- Avoid post-install target for slave ports.
(Only the first 15 lines of the commit message are shown above ) |
20 Nov 2016 09:38:09
4.6.1.5_2

|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
14 Nov 2016 16:33:15
4.6.1.5_1

|
tj  |
Fix the patch to actually patch the file, not just create a patch file. |
31 Oct 2016 06:58:31
4.6.1.5

|
dbn  |
lang/mono: update to 4.6.1.5.
USES=mono: add nuget argument
The nuget argument adds support for nuget packages. The nuget
packages must be specified in the NUGET_DEPENDS variable.
devel/monodevelop: update to 6.1.1.15
- Switch to github. The other official source is quite a few versions
behind.
- Add missing dependencies (fsharp, ssl2, curl)
- Add required nuget packages
- Add required external repositories
- Drop options. Although ./configure offers these flags, there is no
functional change (i.e. no-op)
- All patches have been upstreamed (and the one we need is from (Only the first 15 lines of the commit message are shown above ) |
05 Oct 2016 17:46:10
4.4.2.11_1

|
tj  |
Fix sysctl(3) call in mono_process_list() where the MIB length argument was
incorrectly passed to sysctl(3)
PR: 174216
Submitted by: tj
Approved by: maintainer timeout |
17 Aug 2016 08:23:38
4.4.2.11

|
romain  |
Fix build on FreeBSD 9.3
PR: 211696
Submitted by: yani@pi-greece.eu
Reported by: pkg-fallout |
08 Aug 2016 17:48:17
4.4.2.11

|
romain  |
Update to 4.4.2.11. |
11 Apr 2016 11:10:15
4.2.3.4

|
romain  |
Update to 4.2.3.4 (latest stable release). |
01 Apr 2016 14:08:38
4.2.2.10

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
16 Jan 2016 12:13:44
4.2.2.10

|
romain  |
Update to 4.2.2.10 [1]
While here, add patch to increase FD limit for kqueue-based FileSystemWatcher
[2].
PR: 205902 [1], 205919 [2]
Submitted by: feld [1], razzfazz@gmail.com [2] |
18 Dec 2015 16:29:58
4.2.1.124

|
romain  |
Update to 4.2.1.124.
While here, import DNS cache fix [1].
Submitted by: feld [1] |
24 Nov 2015 08:15:09
4.2.1.102

|
romain  |
Update to the now stable 4.2 branch. |
16 Sep 2015 12:42:00
4.0.3.20

|
marino  |
lang/mono: Remove $FreeBSD$ from patches
Patches aren't supposed to have $FreeBSD$ tags anymore. The
fbsd:nokeywords property was properly set, so the $FreeBSD$ tag was not
even expanded, so these tags were removed. Note that the mini-exceptions
patch is no longer needed. According to the comments, it's is for
FreeBSD 8 support only.
Approved by: portmgr (mat) |
16 Aug 2015 09:13:56
4.0.3.20

|
romain  |
Tidy-up a bit the Makefile
Reported by: danfe |
16 Aug 2015 06:54:47
4.0.3.20

|
romain  |
Update to 4.0.3.20. |
17 May 2015 17:05:42
4.0.1.28

|
romain  |
Update to 4.0.1.28
Based on [1].
PR: 200118 [1]
Submitted by: anders@jensenwaud.com [1] |
14 May 2015 15:48:32
3.12.1_1

|
amdmi3  |
- Add CPE info |
09 Mar 2015 15:12:27
3.12.1_1

|
romain  |
Fix build on FreeBSD 8.
PR: ports/198404
Reported by: kib |
09 Mar 2015 14:11:02
3.12.1_1

|
romain  |
Fix build on i386.
PR: ports/198404
Submitted by: wolfgang@lyxys.ka.sub.org
Obtained from: kib |
09 Mar 2015 14:09:54
3.12.1_1

|
romain  |
Fix build when no TimeZone is configured.
PR: ports/198414
Submitted by: Ting-Wei Lan <lantw44@gmail.com> |
08 Mar 2015 12:29:58
3.12.1_1

|
romain  |
Import upstream patch for non-Linux ParseRouteInfo.
PR: ports/194660
Submitted by: Ben Woods <woodsb02@gmail.com> |
07 Mar 2015 16:44:06
3.12.1

|
romain  |
Update to 3.12.1. |
10 Nov 2014 14:23:12
3.10.0_2

|
romain  |
Use Mac NetworkInterface code instead of Linux NetworkInterface code
PR: 194845
Submitted by: Ben Woods <woodsb02@gmail.com> |
31 Oct 2014 13:13:10
3.10.0_1

|
marino  |
lang/mono: allow overriding Environment.SpecialFolder.Personal
Any port that writes to Environment.SpecialFolder.Personal during build
or when running tests may end up with files outside of the stage area that
aren't cleaned up by the ports framework. The issue lies with Mono
looking in /etc/passwd first and only if no entry found there in $HOME.
This PR was an unnoticed prerequisite for the new port games/openra.
Patch based on discussion in https://github.com/mono/mono/pull/371
PR: 193426
Submitted by: Jan Beich
Approved by: maintainer timeout (8 weeks) |
14 Oct 2014 18:22:10
3.10.0

|
romain  |
Update to 3.10.0. |
14 Oct 2014 16:56:11
3.8.0

|
romain  |
Update to 3.8.0.
PR: 194009
Submitted by: Ben Woods <woodsb02@gmail.com> |
12 Sep 2014 16:34:06
3.6.0

|
romain  |
Update to 3.6.0. |
08 Sep 2014 12:21:50
3.4.0_3

|
tijl  |
Let USES=libtool also delete links to .la files (and links to links to...)
Approved by: portmgr (antoine) |
25 Jun 2014 09:40:16
3.4.0_2

|
romain  |
Unbreak on FreeBSD 8.4.
PR: ports/190851
Submitted by: truckman |
25 Jun 2014 05:35:32
3.4.0_1

|
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
26 May 2014 13:32:32
3.4.0_1

|
bapt  |
Let's remove one hidden bsd.*.mk superseeded by USES=mono |
26 May 2014 12:55:44
3.4.0_1

|
bapt  |
Convert to USES=libtool
Use USES=compiler:c11 to enforce modern compiler (and clang version > 3.3)
Drop printing pkg-message it is done automatically by stage
Sharpen the sed on configure to fix in case of isinf it was making __thread
testing hanging
Remove useless include of bsd.mono.mk |
08 Apr 2014 10:39:42
3.4.0

|
romain  |
Update to 3.4.0. |
24 Mar 2014 12:18:04
3.2.8_2

|
tijl  |
- Remove indefinite article from COMMENT.
- USES=tar:bzip2.
- USES=iconv and prefer nl_langinfo over locale_charset. [1]
Reported by: antoine [1] |
14 Mar 2014 16:09:07
3.2.8_1

|
marino  |
lang/mono: Unbreak configure/runaway
Mono was set to build via clang unconditionally. Other than have
a large, unnecessary dependency on clang33, this didn't bother
DragonFly until recently. The 3.2.8 version has a conftest to test
for a working __thread implementation (which DragonFly has), but for
some reason the test locks up when built by clang. I built the conftest
manually with gcc and it returned fine.
In any case, DragonFly's gcc47 base compiler builds mono fine, so to
unbreak the port on DragonFly, only specify clang on FreeBSD. |
12 Mar 2014 11:46:04
3.2.8_1

|
romain  |
Unbreak relative paths for xbuild
PR: ports/187130
Submitted by: mva |
23 Feb 2014 12:17:17
3.2.8

|
romain  |
Update to 3.2.8. |
21 Jan 2014 23:40:23
3.2.3

|
bapt  |
Fix properties on pkg-plist |
16 Nov 2013 12:48:00
3.2.3

|
romain  |
Fix build using clang from ports on FreeBSD < 9.2.
PR: ports/183943
Submitted by: Robert <robert.ayrapetyan@gmail.com> |
06 Nov 2013 12:22:12
3.2.3

|
romain  |
- Update to 3.2.3;
- Switch to staging;
- Always compile using clang (some symbols are missing with old gcc on old
FreeBSD). |
20 Sep 2013 19:53:10
3.2.1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
17 Sep 2013 06:40:21


|
bapt  |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
14 Aug 2013 14:59:50
3.2.1

|
romain  |
Update to 3.2.1.
This update include a patch for sgen which avoids an assertion failure
(condition `info->doing_handshake' not met) that will be part of 3.2.2.
Because our mono version is unstable due to this, we decided not to wait for
3.2.2 to be out and update to 3.2.1, cherry-picking the appropriate fix.
Many thanks to Charles Randall for reporting and helping. |
29 Jul 2013 09:10:33
3.0.12

|
bapt  |
Fix typo
Submitted by: Rainer Hurling <rhurlin@gwdg.de>
Pointyhat to: bapt |
29 Jul 2013 06:30:10
3.0.12

|
bapt  |
Fix mono properly finding isinf() from math.h after recent changes on head |
08 Jul 2013 19:05:27
3.0.12

|
romain  |
- Update to 3.0.12.
- Unbreak on -CURRENT [1]
PR: ports/179899 [1]
Submitted by: truckman [1] |
26 Apr 2013 10:44:29
3.0.3_2

|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
19 Mar 2013 19:38:01
3.0.3_2

|
romain  |
Various bugfixes
While these fixes should have been applied upstream, and new tarballs are
available, I am quite out of time ATM so after having successfully tested these
changes, push them to FreeBSD and provide appropriate kudos to appropriate
People.
Updating to more recent lang/mono is in the pipeline, and should reach the
ports tree soon.
PR: ports/176030
Submitted by: Jack Pappas <jack.pappas@tidepowerd.com> |
08 Mar 2013 11:32:12
3.0.3_1

|
bapt  |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
04 Feb 2013 21:57:56
3.0.3_1

|
romain  |
Enable sgen.
PR: ports/175518
Submitted by: Jack Pappas <jack.pappas@tidepowerd.com> |
15 Jan 2013 12:21:26
3.0.3

|
romain  |
- Fix ONLY_FOR_ARCHS [1];
- While here, pet portlint(1).
PR: ports/174864 [1]
Submitted by: jhibbits [1] |
11 Jan 2013 08:31:54
3.0.3

|
romain  |
Update to 3.0.3. |
26 Sep 2012 10:07:08
2.11.4

|
romain  |
Fix pkg-plist.
Reported by: redports QAT, PointyHat (via beat@) |
25 Sep 2012 15:54:43
2.11.4

|
romain  |
Update to 2.11.4. |
29 Jun 2012 18:24:09
2.11.1 
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
13 May 2012 07:48:35
2.11.1 
|
romain  |
Fix build when devel/libinotify is installed
PR: ports/167632
Submitted by: sunpoet |
02 May 2012 18:16:19
2.11.1 
|
romain  |
Update to 2.11.1. |
08 Oct 2011 23:13:36
2.10.6 
|
romain  |
Update to 2.10.6. |
21 Sep 2011 17:52:24
2.10.5 
|
romain  |
Update to 2.10.5. |
12 Jun 2011 19:06:26
2.10.2 
|
romain  |
Hello Mono 2.10!
Main updates
------------
devel/mono-tools 2.6.2 -> 2.10
lang/mono 2.6.7 -> 2.10.2
lang/mono-basic 2.6.2 -> 2.10.2
www/mod_mono 2.6.3 -> 2.10
www/xsp 2.6.5 -> 2.10.2
x11-toolkits/libgdiplus 2.6.7 -> 2.10
Other updates
-------------
deskutils/tomboy 1.4.2 -> 1.6.1
devel/mono-addins 0.5 -> 0.6.1 (Only the first 15 lines of the commit message are shown above ) |
13 May 2011 16:12:53
2.6.7_1 
|
romain  |
Force commit to fix wrong info in last commit log
PR: ports/143537
Submitted by: Ivan Klymenko <fidaj@ukr.net>
Pointy hat to: me |
13 May 2011 16:09:36
2.6.7_1 
|
romain  |
make jobs unsafe
PR: lang/mono
Submitted by: Ivan Klymenko <fidaj@ukr.net> |
18 Oct 2010 17:40:17
2.6.7_1 
|
romain  |
- Fix SigSegv when calling a managed handler. |
28 Jul 2010 18:02:39
2.6.7 
|
romain  |
Update to 2.6.7. |
01 Jun 2010 18:15:06
2.6.4_1 
|
romain  |
- Fix pkg-plist (some lines where removed from the diff by mistake);
- Bump PORTREVISION. |
01 Jun 2010 12:41:31
2.6.4 
|
romain  |
- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).
PR: ports/143657 [1]
Submitted by: glewis [1] |
31 May 2010 02:01:56
2.4.3.1_2 
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |