| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2020-03-29 security/w3af: Uses deprecated version of Python
2020-03-30 sysutils/duplicity-devel: Obsolete now, use sysutils/duplicity instead
2020-03-31 net-mgmt/tornova: Use EOL'd Python 2.7
2020-03-31 audio/py-ogg: Unmaintained, uses EOLed python27
2020-03-31 net-mgmt/onionlauncher: Use EOL'd Python 2.7
2020-03-31 databases/mongodb34: EOL January 2020; See https://www.mongodb.com/support-policy
2020-03-31 graphics/sane-frontends: Unmaintained upstream, no consumers left
2020-03-31 lang/ruby24: Move to a new version (lang/ruby26 or above). Ruby 2.4 is in security maintenance phase and planned for EOL on March 31, 2020
2020-03-31 databases/pgpool: Reached EOL at 2019-10-31, please use pgpool-II-35 or higher
2020-03-31 net/pygopherd: Unmaintained, uses EOLed python27
databases/mongodb34-tools: Part of expired MongoDB 3.4
Notes:
svn path=/head/; revision=529961
|
|
|
|
|
|
|
|
| |
Upstream still don't have plans for Python 3 and its requirements are
stuck on a specific version (usually old versions).
Notes:
svn path=/head/; revision=527416
|
|
|
|
| |
Notes:
svn path=/head/; revision=521636
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
| |
Notes:
svn path=/head/; revision=498652
|
|
|
|
| |
Notes:
svn path=/head/; revision=498651
|
|
|
|
| |
Notes:
svn path=/head/; revision=496762
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=487272
|
|
|
|
|
|
|
|
|
|
| |
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
Notes:
svn path=/head/; revision=472884
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=468302
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 0.5.6
- Update pkg-descr
- Update WWW
Changes: https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst
Notes:
svn path=/head/; revision=468048
|
|
|
|
| |
Notes:
svn path=/head/; revision=466042
|
|
|
|
|
|
|
| |
Ports maintained by me in categories: science security sysutils textproc
Notes:
svn path=/head/; revision=464822
|
|
|
|
|
|
|
| |
version 1.1.0 (via revision 464079).
Notes:
svn path=/head/; revision=464084
|
|
|
|
|
|
|
| |
With hat: python
Notes:
svn path=/head/; revision=463085
|
|
|
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
Notes:
svn path=/head/; revision=462307
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
Notes:
svn path=/head/; revision=455210
|
|
|
|
| |
Notes:
svn path=/head/; revision=453467
|
|
|
|
|
|
|
|
| |
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648
Notes:
svn path=/head/; revision=440442
|
|
|
|
|
|
|
|
|
|
| |
- Switch to options helpers
- Don't install license with docs
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=429607
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- move from SF to new official repo at Github
- set LICENSE_FILE
- add 12 new dependencies
- remove do-patch section
- change BUILD_DEPENDS to RUN_DEPENDS
- apply shebangfix on tools/*
- add DOCS option
- submitter becomes maintainer
PR: 211061
Changes: https://github.com/andresriancho/w3af/blob/master/doc/CHANGELOG
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Notes:
svn path=/head/; revision=419486
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412349
|
|
|
|
| |
Notes:
svn path=/head/; revision=384289
|
|
|
|
| |
Notes:
svn path=/head/; revision=384271
|
|
|
|
| |
Notes:
svn path=/head/; revision=377815
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371453
|
|
|
|
|
|
|
| |
- simplify
Notes:
svn path=/head/; revision=369098
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
|
|
| |
- Make BUILD_DEPENDS path independent
- Convert to USES=tar:bzip2, new LIB_DEPENDS format
- Use option helpers, subs
Notes:
svn path=/head/; revision=361591
|
|
|
|
|
|
|
|
|
| |
pending PR (related to stage)
With hat: portmgr
Notes:
svn path=/head/; revision=360609
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=347809
|
|
|
|
| |
Notes:
svn path=/head/; revision=347473
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=331644
|
|
|
|
|
|
|
| |
security)
Notes:
svn path=/head/; revision=327769
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=316464
|
|
|
|
| |
Notes:
svn path=/head/; revision=313402
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add math/py-numpy build depends
- Bump PORTREVISION
Notes:
svn path=/head/; revision=305443
|
|
|
|
|
|
|
|
| |
Reported by: beat
Approved by: portmgr (beat)
Notes:
svn path=/head/; revision=304266
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
Notes:
svn path=/head/; revision=289563
|
|
|
|
|
|
|
| |
Approved by: jadawin@ (mentor)
Notes:
svn path=/head/; revision=271244
|
|
|
|
|
|
|
|
| |
PR: ports/152417
Submitted by: Sofian Brabez <sbrabez AT gmail.com>
Notes:
svn path=/head/; revision=265564
|
|
|
|
|
|
|
|
| |
PR: ports/151440
Submitted by: Sofian Brabez <sbrabez _AT_ gmail.com>
Notes:
svn path=/head/; revision=263389
|
|
|
|
| |
Notes:
svn path=/head/; revision=255371
|
|
|
|
|
|
|
| |
Reported by: QAT
Notes:
svn path=/head/; revision=250856
|
|
|
|
| |
Notes:
svn path=/head/; revision=250854
|
|
|
|
|
|
|
|
|
|
| |
PR: 144396
Submitted by: Niels Heinen <niels@heinen.ws>
Reviewed by: Sofian Brabez <sbrabez@gmail.com> (maintainer)
Approved by: jadawin (wants his PRs, can't commit right now)
Notes:
svn path=/head/; revision=250839
|
|
|
|
|
|
|
| |
starting with P,R,S
Notes:
svn path=/head/; revision=240075
|
|
|
|
|
|
|
| |
Submitted by: Sofian Brabez via private email
Notes:
svn path=/head/; revision=229190
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=224354
|
|
|
|
| |
Notes:
svn path=/head/; revision=198917
|