Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.5.7_7 10 Jan 2020 20:59:19 |
rene |
Remove expired ports:
2020-01-10 astro/viking: Depends on broken and expiring graphics/mapnik
2020-01-10 audio/slv2: Broken for more than 5 months
2020-01-10 audio/triceratops-lv2: Broken for more than 5 months
2020-01-10 cad/brickutils: Broken for more than 3 months, unmaintained
2020-01-10 deskutils/zanshin: Broken for more than 5 months
2020-01-10 devel/elixir-gen_state_machine: Broken for more than 6 months
2020-01-10 devel/elixir-swarm: Depends on broken and expiring
devel/elixir-gen_state_machine
2020-01-10 devel/erlang-clique: Depends on broken and expiring
devel/erlang-cuttlefish
2020-01-10 devel/erlang-gen_rpc: Broken for more than 6 months
2020-01-10 devel/erlang-msgpack: Broken for more than 6 months
2020-01-10 devel/ocaml-deriving-ocsigen: Broken for more than 6 months
2020-01-10 devel/p5-rpm-build-perl: Broken for more than 7 months
2020-01-10 devel/shedskin: Broken for more than 3 months, unmaintained (Only the first 15 lines of the commit message are shown above ) |
4.5.7_7 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
4.5.7_6 10 Dec 2019 09:02:43 |
antoine |
Deprecate ports broken for too long |
4.5.7_6 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
4.5.7_5 26 Jul 2019 20:46:57 |
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 |
4.5.7_4 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
4.5.7_3 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
4.5.7_2 06 Apr 2019 16:46:18 |
makc |
- bump PORTREVISION after math/matio update |
4.5.7_1 17 Mar 2019 16:46:48 |
fernape |
math/dynare: Mark as BROKEN
math/octave was updated to 5.1.0 in r495225 but dynare does not support
octave > 4.4.1
Conditionally mark as BROKEN since the port can use Matlab as backend. |
4.5.7_1 10 Mar 2019 04:56:17 |
stephen |
- Update math/octave to 5.1.0.
- Bump portrevision of unbroken octave-forge-* ports.
- Bump portrevision of math/dynare which uses library files from octave.
- Mark broken: octave-forge-(database|dicom|optim|fits|linear|linear|optim|
parallel|signal|strings|struct|tisean|video).
- Broken optional dependencies in math/octave-forge to default to off.
- Bump portrevision of math/octave-forge. |
4.5.7 10 Feb 2019 17:59:23 |
fernape |
math/dynare: update to 4.5.7
Bug fix release.
From ChangeLog: https://www.dynare.org/new-dynare-release/dynare-4.5.7-released
* The mex-file conducting the QZ decomposition erroneously applied the
qz_criterium to the square absolute value of eigenvalues instead of
the absolute value itself (as done in mjdgges.m and the AIM solver).
* In pathological cases, mode_compute=5 (newrat) might enter an infinite loop.
* discretionary_policy might erroneously state that the derivatives of the
objective function are non-zero if there are NaN present.
(Only the first 15 lines of the commit message are shown above ) |
4.5.6_6 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
4.5.6_5 05 Jan 2019 22:46:54 |
sunpoet |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
4.5.6_4 12 Dec 2018 01:35:36 |
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 |
4.5.6_3 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
4.5.6_2 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.5.6_1 05 Sep 2018 22:05:23 |
sunpoet |
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine |
4.5.6 09 Aug 2018 20:49:23 |
fernape |
math/dynare: update to 4.5.6
* Change PORTVERSION to DISTVERSION
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16631 |
4.5.5_2 09 Aug 2018 06:58:31 |
jbeich |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
4.5.5_1 29 Jul 2018 22:18:46 |
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 |
4.5.5 22 Jun 2018 01:07:00 |
linimon |
Correct spelling of ONLY_FOR_ARCHS, move it to the right place, and sort.
Approved by: portmgr (tier-2 blanket) |
4.5.5 18 Jun 2018 14:54:45 |
fernape |
math/dynare: update to 4.5.5
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15738 |
4.5.4_4 26 Apr 2018 06:41:30 |
yuri |
math/suitesparse: Update 4.0.2 -> 5.2.0
Port changes:
* Change to DISTVERSION
* Update MASTER_SITES
* Change to LICENSE_COMB=dual
* Add LIB_DEPENDS
* Unbundle metis, made it a dependency
* Update do-build and do-install
* Update WWW
Bump 11 ports.
games/naev is marked broken because it depends on the no longer installed
library.
PR: 210579
Submitted by: yuri
Submitted by: pfg
Approved by: maintainer timeout (maho@FreeBSD.org, 21 months)
Approved by: maintainer timeout (fortran@FreeBSD.org, 45 days) |
4.5.4_3 18 Apr 2018 13:57:43 |
jbeich |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
4.5.4_2 20 Mar 2018 22:26:35 |
fernape |
math/dynare: Add missing LIB_DEPENDS to fix stage-qa
Approved by: tz (mentor)
Differential Revision: https://reviews.freebsd.org/D14719 |
4.5.4_1 14 Mar 2018 06:39:57 |
yuri |
math/dynare: Unbreak by adding --std=c++14 when built with OCTAVE option
The recent octave update introduced c++11/c++14 code
that broke dynare build.
Approved by: portmgr (port compliance, infrastructure) |
4.5.4_1 13 Mar 2018 22:24:59 |
fernape |
Remove Ego-Lines from fernape's ports
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668 |
4.5.4_1 12 Mar 2018 19:20:33 |
fernape |
Update MAINTAINER to new FreeBSD.org account
Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668 |
4.5.4_1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
4.5.4 10 Feb 2018 18:01:20 |
yuri |
math/dynare: Update to 4.5.4
Fix error in documentation of presample in realtime
shock decomposition.
PR: 225736
Submitted by: fernando.apesteguia@gmail.com (maintainer)
Approved by: tcberner (mentor, implicit) |
4.5.3_1 18 Jan 2018 04:11:03 |
jbeich |
devel/boost-*: update to 1.66.0
Changes: http://www.boost.org/users/history/version_1_66_0.html
PR: 223922
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D13279 |
4.5.3 19 Dec 2017 18:01:43 |
joneum |
math/dynare: Update from 4.5.1 to 4.5.3
This release is compatible with MATLAB versions 7.3 (R2006b) to 9.3 (R2017b)
and with GNU Octave versions 4.2.
Here is a list of the problems identified in version 4.5.1 and that have been
fixed in version 4.5.2:
- Fixed bug in perfect foresight solver:
+ If expected shocks were declared after the terminal period, as specified
by the `periods` option, Dynare was crashing.
+ Models declared with the `linear` option were crashing if exogenous
variables were present with a lead or lag. (Only the first 15 lines of the commit message are shown above ) |
4.5.1_3 25 Sep 2017 00:08:17 |
jbeich |
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html
PR: 218835
Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by: jhibbits (on powerpc64, earlier version)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
4.5.1_2 25 Sep 2017 00:05:06 |
jbeich |
devel/boost-*: enable C++11 features
PR: 218835
Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by: maintainer timeout (2 months)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D11582 |
4.5.1_1 10 Sep 2017 20:55:39 |
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 |
4.5.1 12 Aug 2017 18:05:42 |
pi |
math/dynare: update 4.4.3 -> 4.5.1
PR: 221342
Relnotes: https://forum.dynare.org/t/release-of-dynare-4-5-1/10431
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer) |
4.4.3_11 12 Aug 2017 17:22:56 |
pi |
math/dynare: added patches I missed in last commit
PR: 221316
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer) |
4.4.3_10 12 Aug 2017 17:21:42 |
pi |
math/dynare: Add missing dependencies
- Regenerated patches with "make makepatch" to avoid portlint warnings
- Added LICENSE
- Added missing library dependencies
PR: 221316
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer) |
4.4.3_9 02 May 2017 06:48:11 |
jbeich |
devel/boost-*: update to 1.64.0
Changes: http://www.boost.org/users/history/version_1_64_0.html
PR: 218835
Approved by: office (bapt)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D10472 |
4.4.3_8 01 Apr 2017 15:23:32 |
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 |
4.4.3_7 06 Jan 2017 08:45:04 |
jbeich |
devel/boost-*: update to 1.63.0
Changes: http://www.boost.org/users/history/version_1_63_0.html
PR: 215598
Exp-run by: antoine
Approved by: office (bapt)
MFH: 2017Q1 |
4.4.3_6 07 Dec 2016 13:24:57 |
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), part II.
The first part covered 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.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
4.4.3_5 23 Nov 2016 12:45:47 |
jbeich |
devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC
Changes: http://www.boost.org/users/history/
PR: 199601
Submitted by: Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by: rakuco (kde) (earlier version)
Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions)
Approved by: bapt (office) |
4.4.3_4 31 Oct 2016 23:26:00 |
makc |
Chase math/matio update |
4.4.3_3 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
4.4.3_3 16 Dec 2014 16:49:20 |
antoine |
Fix build |
4.4.3_3 05 Oct 2014 12:16:10 |
antoine |
- Do not package info/dir
- Allow staging as a regular user |
4.4.3_2 10 Sep 2014 20:50:37 |
gerald |
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) |
4.4.3_1 31 Aug 2014 16:36:23 |
tijl |
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD |
4.4.3 10 Aug 2014 13:52:52 |
wg |
math/dynare: update to 4.4.3
PR: 192407
Submitted by: maintainer |
4.4.2_2 28 Mar 2014 09:23:09 |
makc |
graphics/vips and the rest:
- bump PORTREVISION after math/matio update
math/dynare:
- fix configure check for matio
- while here, remove needless patch for configure.ac, and convert to USES=tar:xz
Approved by: Fernando Apesteguia (maintainer)
math/scilab:
- mark BROKEN when building with MATIO option (doesn't support new matio)
science/kst2:
- fix dependency type for matio
- add dependence on pkgconfig |
4.4.2_1 10 Mar 2014 20:55:22 |
gerald |
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) |
4.4.2 08 Mar 2014 15:25:21 |
pawel |
Update to version 4.4.2
PR: ports/187327
Submitted by: maintainer |
4.4.1_1 16 Feb 2014 17:15:32 |
tijl |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
4.4.1 21 Jan 2014 21:25:29 |
rakuco |
Update to 4.4.1.
PR: ports/185890
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) |
4.4.0 19 Jan 2014 12:29:38 |
danilo |
- Update from 4.3.3 to 4.4.0
- Add stage support
while here
- Convert USE_GMAKE to USES
- Use options helpers
PR: ports/185783
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) |
4.3.3_1 26 Oct 2013 00:52:36 |
gerald |
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 ) |
4.3.3 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
4.3.3 18 Apr 2013 19:56:30 |
madpilot |
- Update to 4.3.3
- Fix Makefile header
PR: ports/177841
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe: yes |
4.3.2 21 Jan 2013 03:50:23 |
swills |
- Update to 4.3.2
PR: ports/175461
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) |
4.3.1 25 Oct 2012 21:07:27 |
jgh |
- update to 4.3.1
PR: 172831
Submitted by: maintainer, fernando.apesteguia@gmail.com
Feature safe: yes |
4.3.0 17 Oct 2012 05:37:35 |
jgh |
- fix fetch
- while here adopt optionsNG
PR: 172738
Submitted by: maintainer, fernando.apesteguia@gmail.com
Feature safe: yes |
4.3.0 24 Jun 2012 10:25:15 |
madpilot |
Update to 4.3.0
PR: ports/169298
Submitted by: Fernando <fernando.apesteguia@gmail.com>
Approved by: crees, tabthorpe (mentors, implicit) |
4.2.5_1 18 Jun 2012 19:27:32 |
pav |
- Fix fetch
PR: ports/169204
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) |
4.2.5_1 07 Jun 2012 16:00:26 |
erwin |
- Rework the do-fetch target to check for the availability of the
distribution file in DISTDIR.
- Remove the hardcoded "fetch" command and replaces it with ${FETCH_BINARY}
PR: 168760
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) |
4.2.5_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.2.5 22 Apr 2012 18:28:03 |
jgh |
- Update to 4.2.5
PR: ports/167004
Submitted by: maintainer, fernando.apesteguia@gmail.com |
4.2.4 12 Jan 2012 06:55:35 |
rm |
- update to 4.2.4 [1]
- fix portlint error (*.info file in pkg-plist)
- fix whitespace in pkg-descr
PR: 164027 [1]
Submitted by: Fernando <fernando.apesteguia at gmail dot com> (maintainer) |
4.2.2 19 Nov 2011 15:35:46 |
miwi |
- Update to 4.2.2
PR: 162601
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe: yes |
4.2.1 27 Sep 2011 06:35:23 |
wen |
Dynare is a software platform for handling a wide class of
economic models, in particular dynamic stochastic general
equilibrium (DSGE) and overlapping generations (OLG) models.
WWW: http://www.dynare.org
PR: ports/160153
Submitted by: Fernando <fernando.apesteguia@gmail.com> |