Re: On what days are the git servers available to obtain the ports tree?

2022-05-04 Thread Andy Farkas
On 3/05/2022 9:07 am, Tatsuki Makino wrote: To clean it up without cloning, we will have to make full use of the following commands, which are listed here. # git stash push --all -- :/ # git stash pop # git pull --autostash --rebase --prune -- # git reset --soft origin -- # git checkout HEAD

Re: avoiding "install" for dependencies with PORTS_MODULES

2022-05-04 Thread G. Paul Ziemba
arr...@freebsd.org (Gleb Popov) writes: >This is exactly the situation in which Poudriere helps. You can create a >Poudriere jail out of /usr/src and /usr/obj and then build all the needed >ports in the isolated environment. Once you finish, upgrade the host with >installkernel & installworld and

Re: On what days are the git servers available to obtain the ports tree?

2022-05-04 Thread Jose Quinteiro
On 5/4/22 05:01, Andy Farkas wrote: > > On 3/05/2022 9:07 am, Tatsuki Makino wrote: >> To clean it up without cloning, we will have to make full use of the >> following commands, which are listed here. >> >> # git stash push --all -- :/ >> # git stash pop >> # git pull --autostash --rebase --prune

FreeBSD Port: py38-openpyxl-2.6.4

2022-05-04 Thread Alex V. Petrov
Very old version in ports. I have error with pandas: ImportError: Pandas requires version '3.0.0' or newer of 'openpyxl' (version '2.6.4' currently installed). -- - Alex.

FreeBSD ports you maintain which are out of date

2022-05-04 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

ports git-repo not being updated?

2022-05-04 Thread Jonathan Chen
Hi, I seem to be having a problem refreshing my ports-tree from git: ports,8:39am# pwd /usr/ports ports,8:39am# git remote -v origin anon...@git.freebsd.org:ports.git (fetch) origin anon...@git.freebsd.org:ports.git (push) ports,8:39am# git status On branch main Your branch is up to date with

Re: ports git-repo not being updated?

2022-05-04 Thread Jonathan Chen
Looks like the developer repo and the public repo is out of sync. I raised: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263777 Cheers -- Jonathan Chen

Re: FreeBSD Port: py38-openpyxl-2.6.4

2022-05-04 Thread Kubilay Kocak
On 5/05/2022 3:09 am, Alex V. Petrov wrote: Very old version in ports. I have error with pandas: ImportError: Pandas requires version '3.0.0' or newer of 'openpyxl' (version '2.6.4' currently installed). Alex, Upstream does not declare/register a dependency (required or optional) on open

Re: FreeBSD Port: py38-openpyxl-2.6.4

2022-05-04 Thread Alex V. Petrov
05.05.2022 06:48, Kubilay Kocak пишет: On 5/05/2022 3:09 am, Alex V. Petrov wrote: Very old version in ports. I have error with pandas: ImportError: Pandas requires version '3.0.0' or newer of 'openpyxl' (version '2.6.4' currently installed). Alex, Upstream  does not declare/register a de

Re: FreeBSD Port: py38-openpyxl-2.6.4

2022-05-04 Thread Kubilay Kocak
On 5/05/2022 9:59 am, Alex V. Petrov wrote: 05.05.2022 06:48, Kubilay Kocak пишет: On 5/05/2022 3:09 am, Alex V. Petrov wrote: Very old version in ports. I have error with pandas: ImportError: Pandas requires version '3.0.0' or newer of 'openpyxl' (version '2.6.4' currently installed). Al

Re: ports git-repo not being updated?

2022-05-04 Thread Jonathan Chen
On 5/05/22 17:40, Matthias Fechner wrote: Am 04.05.2022 um 22:45 schrieb Jonathan Chen: origin anon...@git.freebsd.org:ports.git (fetch) origin anon...@git.freebsd.org:ports.git (push) have you tried: https://git.FreeBSD.org/ports.git like it is mentioned