FreeBSD ports you maintain which are out of date

2020-06-01 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
databases/postgresql-orafce | 3.4.0   | 
version_3_13_4
+-+
games/gnuchess  | 6.2.6   | 6.2.7
+-+
multimedia/kodi | 17.6| 18.7.1-leia
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Help with cad/netgen port

2020-06-01 Thread Jan Beich
"Montgomery-Smith, Stephen"  writes:

> I am the maintainer of the cad/netgen port, and I am having some
> difficulties.  The fetch parts of Makefile is:
>
> PORTNAME=   netgen
> PORTVERSION=6.2.2004
> DISTVERSIONPREFIX=  v
>
> USE_GITHUB= yes
> GH_ACCOUNT= NGSolve
> GH_PROJECT= netgen:1 pybind11:2
> GH_TAGNAME= v${PORTVERSION}:1 v2.4.3:2
> GH_SUBDIR=  external_dependencies/pybind11:2

There's no need to assign :group to the default distfile. Also, it maybe
easier to read if you convert pybind11 to GH_TUPLE.

USE_GITHUB= yes
GH_ACCOUNT= NGSolve
GH_TUPLE=   NGSolve:pybind11:v2.4.3:pybind11/external_dependencies/pybind11
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"