Re: new port mail/py-offlineimap3

2022-12-27 Thread Derek Schrock
On Tue, Dec 27, 2022 at 10:26:51AM EST, Kurt Jaeger wrote: > Hi! > > > Anyone able to commit mail/py-offlineimap3 and its depends. I've been > > using it locally for a while (connected to gmail) without issue. > > > > mail/py-offlineimap3 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262

Re: Staging and /var

2022-12-27 Thread Stephen Roznowski
Le mar. 27 déc. 22 à 22:29:02 +0100, Christoph Moench-Tegeder écrivait : ## Stephen Roznowski (sjrb...@verizon.net): I'm in the process of creating a new port that requires the installation of some files in /var. There already exist many examples: check $ find /usr/ports/games -name pkg-pli

Re: Staging and /var

2022-12-27 Thread Thierry Thomas
Le mar. 27 déc. 22 à 22:29:02 +0100, Christoph Moench-Tegeder écrivait : > ## Stephen Roznowski (sjrb...@verizon.net): > > > I'm in the process of creating a new port that requires the installation > > of some files in /var. There already exist many examples: check $ find /usr/ports/games -nam

Re: Staging and /var

2022-12-27 Thread Christoph Moench-Tegeder
## Stephen Roznowski (sjrb...@verizon.net): > I'm in the process of creating a new port that requires the installation > of some files in /var. When something is surprisingly hard, you should stop and think if you're holding it wrong. So, why /var? Could it make sense to use /usr/local/var/ (${PR

Re: Staging and /var

2022-12-27 Thread Stephen Roznowski
On 12/27/22 14:12, jaap.akkerh...@xs4all.nl wrote: > > >> On 27 Dec 2022, at 18:54, Stephen Roznowski wrote: >> >> I'm in the process of creating a new port that requires the installation of >> some files in /var. >> >> I notice that the file /usr/ports/Templates/BSD.local.dist doesn't have any

Re: Staging and /var

2022-12-27 Thread jaap . akkerhuis
> On 27 Dec 2022, at 18:54, Stephen Roznowski wrote: > > I'm in the process of creating a new port that requires the installation of > some files in /var. > > I notice that the file /usr/ports/Templates/BSD.local.dist doesn't have any > of the /var tree in it, is there a particular reason wh

Need help with strange rubygem: oj-introspect

2022-12-27 Thread Matthias Fechner
Dear all, I currently try to prepare an upgrade to gitlab-ce 15.6 but one port currently blocks me and maybe someone can help my, as I'm currently out of ideas. The problem is with oj-introspect: https://rubygems.org/gems/oj-introspect It expects header files the port rubygem-oj does not ins

Re: Staging and /var

2022-12-27 Thread Ronald Klop
On 12/27/22 18:54, Stephen Roznowski wrote: I'm in the process of creating a new port that requires the installation of some files in /var. I notice that the file /usr/ports/Templates/BSD.local.dist doesn't have any of the /var tree in it, is there a particular reason why that is missing? (I c

Staging and /var

2022-12-27 Thread Stephen Roznowski
I'm in the process of creating a new port that requires the installation of some files in /var. I notice that the file /usr/ports/Templates/BSD.local.dist doesn't have any of the /var tree in it, is there a particular reason why that is missing? (I could see where a small subset of /var would b

Unmaintained FreeBSD ports which are out of date

2022-12-27 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained 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. Please consider also adopting this po

Re: New port: sysutils/nut_exporter

2022-12-27 Thread Jony Hudson
Thanks Ronald. I will not forget to run portlint next time I make a submission! Jony On Tue, 27 Dec 2022, at 14:44, Ronald Klop wrote: > On 12/17/22 22:19, Jony Hudson wrote: >> Hi there, >> >> I added a port for https://github.com/DRuggeri/nut_exporter which is a >> Prometheus (net-mgmt/pr

Re: new port mail/py-offlineimap3

2022-12-27 Thread Kurt Jaeger
Hi! > Anyone able to commit mail/py-offlineimap3 and its depends. I've been > using it locally for a while (connected to gmail) without issue. > > mail/py-offlineimap3 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262233 > > mail/py-rfc6555 > https://bugs.freebsd.org/bugzilla/show_bug.cgi

Re: New port: sysutils/nut_exporter

2022-12-27 Thread Ronald Klop
On 12/17/22 22:19, Jony Hudson wrote: Hi there, I added a port for https://github.com/DRuggeri/nut_exporter which is a Prometheus (net-mgmt/prometheus2) exporter for the "Network UPS tools" (sysutils/nut). Could I ask a committer to take a look at it if someone has time? https://bugs.freebs

unsubscribe

2022-12-27 Thread Nicolas

Re: MASTER_SITES with DISTVERSION substitution "S:/./-/"

2022-12-27 Thread Nuno Teixeira
Hello Robert! Thanks, I missed that: --- The value of flags in the substitute function is zero or more of the following: g Make the substitution for all non-overlapping matches of the regular expression, not just the

Re: MASTER_SITES with DISTVERSION substitution "S:/./-/"

2022-12-27 Thread Robert Clausecker
Hi Eduardo, Just like with sed(1), append a g modifier to substitute each occurrence: ${DISTVERSION:S/./-/g} Yours, Robert Clausecker Am Tue, Dec 27, 2022 at 12:03:04PM + schrieb Nuno Teixeira: > Hello all, > > I'm working in a port (267717 >

MASTER_SITES with DISTVERSION substitution "S:/./-/"

2022-12-27 Thread Nuno Teixeira
Hello all, I'm working in a port (267717 ) with a source tarball hosted in github: https://github.com/root-project/root/releases/download/v6-26-10/root_v6.26.10.source.tar.gz --- PORTNAME= root DISTVERSION=6.26.10 CATEGORIES=