1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

118 Commits

Author SHA1 Message Date
Gerald Pfeifer
a9f015d155 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
2018-12-12 01:35:33 +00:00
Kurt Jaeger
14edc8c406 ftp/filezilla: update 3.24.0 -> 3.36.0
PR:		229139
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	rezny (maintainer timeout)
Relnotes:	https://filezilla-project.org/versions.php
2018-09-01 07:27:11 +00:00
Mathieu Arnold
f6d56007b9 Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.

When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS.  In order of preference, they are:

1) use RUN_DEPENDS to set BUILD_DEPENDS:

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	foo:bar/baz

2) create another variable and use it:

MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS=	${MY_DEPENDS}
RUN_DEPENDS=	${MY_DEPENDS}

3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:

BUILD_DEPENDS=	foo:bar/baz
RUN_DEPENDS:=	${BUILD_DEPENDS}

Sponsored by:	Absolight
2018-07-09 08:40:17 +00:00
Dmitry Marakasov
7e058578fe - Update WWW
Approved by:	portmgr blanket
2017-12-03 09:00:22 +00:00
Gerald Pfeifer
e59c88cece 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
2017-09-10 20:55:38 +00:00
Gerald Pfeifer
04d6f52202 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
2017-04-01 15:23:30 +00:00
Matthew Rezny
68ae2c6667 Update to 3.24.0
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9385
2017-02-07 14:58:02 +00:00
Matthew Rezny
02915a3d0c Change the MAINTAINER line to my FreeBSD.org address in the ports I maintain
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9380
2017-01-30 14:55:08 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Jason E. Hale
39235d9869 Update to 3.23.0.2
PR:		215132
Submitted by:	<matthew@reztek.cz> (maintainer)
2016-12-25 15:06:15 +00:00
Jason E. Hale
4d9192e0f7 - Update ftp/libfilezilla to 0.8.0 [1]
- Update ftp/filezilla to to 3.2.2.2 [2]

PR:		214006 [1], 214007 [2]
Submitted by:	<matthew@reztek.cz> (maintainer)
2016-11-04 15:12:28 +00:00
Pawel Pekala
bd1a1a370b - Update to version 3.22.1
- Fix typo in BROKEN message

PR:		213198
Submitted by:	maintainer
2016-10-10 22:09:31 +00:00
Dmitry Marakasov
bd1e15ebe6 - Update to 3.21.0
PR:		212217
Submitted by:	matthew@reztek.cz (maintainer)
2016-08-30 15:59:28 +00:00
Pawel Pekala
4cee49f424 - Update to version 3.20.1 [1]
- Register proxy dependencies found by stage-qa

PR:		212008 [1]
Submitted by:	maintainer [1]
2016-08-20 21:29:56 +00:00
Pawel Pekala
b507182029 Update to version 3.20.0
PR:		211453
Submitted by:	maintainer
2016-07-30 17:00:18 +00:00
Dmitry Marakasov
a0d79d8d83 - Update to 3.19.0
PR:		210693
Submitted by:	matthew@reztek.cz (maintainer)
2016-06-29 14:51:28 +00:00
Dmitry Marakasov
b51002a3bf - Update to 3.18.0
PR:		209847
Submitted by:	matthew@reztek.cz (maintainer)
2016-06-03 16:58:36 +00:00
Dmitry Marakasov
0a1c7c79e0 - Update to 3.17.0.1
- While here, add some minor fixes (clarify LICENSE, remove NLS from OPTIONS_DEFAULT (already there by default) and silence post-patch)

PR:		209417
Submitted by:	matthew@reztek.cz (maintainer)
2016-05-11 13:05:34 +00:00
Kurt Jaeger
2c5e1e3221 ftp/libfilezilla: 0.4.0.1 -> 0.5.0
ftp/filezilla: 3.16.0 -> 3.17.0

Changes:
  https://filezilla-project.org/changelog.php

PR:		208999, 209000
Submitted by:	<matthew@reztek.cz> (maintainer)
2016-04-24 07:44:09 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Tijl Coosemans
6bc6f3a9e0 - Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-27 14:57:59 +00:00
Mark Felder
a4a856b7f3 ftp/filezilla: Update to 3.16.0
PR:		207690
2016-03-15 16:49:35 +00:00
Ruslan Makhmatkhanov
0e04b930d9 ftp/filezilla: update to 3.15.0.1
- update to 3.15.0.1
- utilize USES=localbase to set correct CFLAGS/LDFLAGS [1]

PR:		206854
Submitted by:	matthew@reztek.cz (maintainer)
Submitted by:   koobs [1]
2016-02-05 17:47:04 +00:00
Jason Unovitch
273166c510 ftp/filezilla: update 3.14.0 -> 3.14.1 plus minor fixes
- Fix indentation in BROKEN statement
- Remove WX_UNICODE (no-op after r397077)

Changes:	https://filezilla-project.org/versions.php

PR:		203836
Submitted by:	matthew@reztek.cz (maintainer)
2015-10-22 00:46:18 +00:00
Ruslan Makhmatkhanov
ce1853bf02 ftp/filezilla: update to 3.14.0
PR:		202761
Submitted by:	matthew@reztek.cz (maintainer)
2015-09-26 11:56:16 +00:00
Dmitry Marakasov
20ace5f382 - Update to 3.13.0
PR:		202563
Submitted by:	matthew@reztek.cz (maintainer)
2015-08-28 15:44:38 +00:00
Baptiste Daroussin
1d30e2d84d filezilla is only broken with gcc on FreeBSD
Discussed with:	pgollucci, marino and matthew@reztek.cz (maintainer)
2015-07-15 13:17:40 +00:00
Philip M. Gollucci
3c2b3733a5 ftp/filezilla: update 3.11.0.1 -> 3.12.0.2
- Mark BROKEN w/ gcc

PR:                  201516
Submitted by:        matthew@reztek.cz (maintainer)
2015-07-14 22:35:05 +00:00
Dmitry Marakasov
3d45c93f38 - Mark BROKEN on FreeBSD 9.x (gcc segfault)
Approved by:	portmgr blanket
2015-06-25 10:40:00 +00:00
Wen Heping
7e96aae74b - Update to 3.11.0.1
PR:		200570
Submitted by:	matthew@reztek.cz(maintainer)
2015-06-15 11:25:28 +00:00
Dmitry Marakasov
aa27f4636b - Update to 3.11.0
PR:		200347
Submitted by:	matthew@reztek.cz (maintainer)
2015-05-21 11:14:18 +00:00
Ryan Steinmetz
11b2fdca0c - Update to 3.10.3
PR:		199844
Submitted by:	matthew@reztek.cz (maintainer)
2015-05-03 13:25:57 +00:00
Tilman Keskinoz
02dbbbd607 Update to 3.10.2
PR:		198299
Submitted by:	maintainer
2015-03-05 12:04:58 +00:00
Pawel Pekala
ef9dbfdeb0 Update to version 3.10.1.1
PR:		197311
Submitted by:	matthew@reztek.cz (maintainer)
2015-02-05 17:50:02 +00:00
Dmitry Marakasov
7872101abe - Fix pkg-plist without NLS
PR:		196916
Submitted by:	kevinz5000@gmail.com
Approved by:	matthew@reztek.cz (maintainer)
2015-01-25 13:38:54 +00:00
Baptiste Daroussin
cd1b21d23c Update to 3.10.0
PR:		196614
Submitted by:	matthew@reztek.cz (maintainer)
2015-01-08 14:12:30 +00:00
Kurt Jaeger
cba03c03e1 security/libgcrypt: 1.6.1 -> 1.6.2, bump depends
Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
2015-01-02 18:46:33 +00:00
Kurt Jaeger
6cf4baf016 ftp/filezilla: 3.9.0.5 -> 3.9.0.6
- Upstream released 3.9.0.6 with SSLv3 disabled in response to the
  POODLE vulnerability.
- Submitter becomes maintainer

PR:		194597
Submitted by:	matthew@reztek.cz
2014-10-29 03:51:29 +00:00
Frederic Culot
5bcd3062f5 - Reassign to the heap after jsa@'s bit was taken in for safekeeping 2014-10-23 13:06:38 +00:00
Baptiste Daroussin
1e242b782f Clean up plist 2014-10-20 15:20:21 +00:00
Kurt Jaeger
1699ac3f40 ftp/filezilla: 3.9.0.3 -> 3.9.0.5
- fixed the NLS option
- USE_GCC from '4.7+' to 'yes'
- update

PR:		188970
Submitted by:	Trond.Endrestol@ximalas.info
Approved by:	jsa (maintainer timeout)
2014-09-21 06:41:29 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Tijl Coosemans
f1655c7b7a dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
2014-08-30 18:18:14 +00:00
Kurt Jaeger
7db739a7c7 ftp/filezilla: 3.8.0 -> 3.9.0.3
Changes: https://filezilla-project.org/versions.php

PR:		191663
Submitted by:	matthew@reztek.cz
Approved by:	jsa (maintainer timeout)
2014-08-24 09:52:06 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Tijl Coosemans
a5185846f0 Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.

Approved by:	portmgr (implicit)
2014-07-04 09:40:59 +00:00
Adam Weinberger
660fc56a82 Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.
Approved by:	portmgr (blanket)
2014-07-03 18:18:02 +00:00
Bryan Drewery
ffa389b8e0 - Update to 3.8.0 [1]
- Convert to staging [1]
- Use new LIB_DEPENDS format [1]
- Remove BSD.local.dist dirs from plist

PR:		ports/186885 [1]
Submitted by:	Matthew Rezny <matthew@reztek.cz> [1]
2014-04-21 02:18:06 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00