Re: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-20 Thread Mathieu Arnold
On Mon, May 17, 2021 at 03:44:15PM -0700, Chris wrote:
> I'd like to subscribe to the commit messages
> ( dev-commits-ports-all )
> but only receive messages that affect me -- the
> ports I currently maintain. Is it possible? Or
> am I just dreaming? ;-)
> 
> Thanks in advance for any insight into this.

The easiest way to do this is to register on freshports[1], there is an
"automatic" watchlist for ports you maintain, I don't remember how it
works exactly.

1: https://www.freshports.org/
-- 
Mathieu Arnold


signature.asc
Description: PGP signature


Re: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-19 Thread Chris

On 2021-05-19 03:45, Willem Jan Withagen wrote:

On 18-5-2021 03:56, Chris wrote:

On 2021-05-17 18:17, Julian H. Stacey wrote:

Chris wrote:

On 2021-05-17 16:30, Jan Beich wrote:
> Chris  writes:
>
>> I'd like to subscribe to the commit messages
>> ( dev-commits-ports-all )
>> but only receive messages that affect me -- the
>> ports I currently maintain. Is it possible? Or
>> am I just dreaming? ;-)
>
> No clue but I use Herald rules for something similar.
Thanks for the hints, Jan. :-)


Herald ? Nothing from
https://www.freebsd.org/cgi/ports.cgi?query=herald=all=all
...
  https://en.wikipedia.org/wiki/Phabricator
...
https://cgit.freebsd.org/ports/tree/devel/phabricator/pkg-descr


I'd use /usr/ports/mail/procmail
https://lists.freebsd.org/pipermail/dev-commits-ports-all/2021-May/date.html
~/.procmailrc example:
:0 H
* ^Sender: owner-dev-commits-ports-...@freebsd.org
  {
  :0 H
  * ^Subject: git: .+ sysutils/rubygem-bolt
  | $RCVSTORE +dir_of_ports_you_might_maintain
  :0 H
  * ^Subject: git: .+ x11/xterm
  | $RCVSTORE +another_dir_of_ports_you_might_maintain
  }

or eg: # mkdir ~/Mail/your_ports
  :0 H
  * ^Sender: owner-dev-commits-ports-...@freebsd.org
  * ^Subject: git: .+
(archivers/bzip|audio/pocketsphinx|audio/snd|comms/pr|comms/sms_client|databases/pgaccess|devel/c2mdoc|devel/compiz-bcop|devel/ecgi|devel/codeville|devel/frink|dns/dnscheckengine|dns/ldapdns|graphics/gdtclft|graphics/gimmage|graphics/repng2jpeg|graphics/urt|lang/picoc|net/beacon|net/openradius|net/spread|net/wackamole|net-im/mbpurple|sysutils/cdroot|sysutils/ffs2recov|sysutils/rsyncbackup|textproc/asm2html|textproc/smi|textproc/sansi|www/spreadlogd|www/ttf2eot|x11/wmblob|x11/xvt|x11-themes/kde-icons-graphite-rade8|x11-toolkits/iwidgets|x11-wm/icewm) 
  | $RCVSTORE +your_ports


Wow! Thanks Julian. You even did all my homework for me.! ;-)
In fact I think your re would even satisfy Herald.


Yup, this is a great example.
I had been wining about the same problem in private, but dit not even 
realize that

this list is available.

Perhaps this piece of code and suggestion for commits-ports-all could go 
into the

porters manual?

+1
I'm on discord. I'll post a comment and see how doc@ feels.
Great suggestion, Willem.
Thanks again for the example, Julian!

--Chris


--WjW

___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-19 Thread Willem Jan Withagen via freebsd-ports

On 18-5-2021 03:56, Chris wrote:

On 2021-05-17 18:17, Julian H. Stacey wrote:

Chris wrote:

On 2021-05-17 16:30, Jan Beich wrote:
> Chris  writes:
>
>> I'd like to subscribe to the commit messages
>> ( dev-commits-ports-all )
>> but only receive messages that affect me -- the
>> ports I currently maintain. Is it possible? Or
>> am I just dreaming? ;-)
>
> No clue but I use Herald rules for something similar.
Thanks for the hints, Jan. :-)


Herald ? Nothing from
https://www.freebsd.org/cgi/ports.cgi?query=herald=all=all
...
  https://en.wikipedia.org/wiki/Phabricator
...
https://cgit.freebsd.org/ports/tree/devel/phabricator/pkg-descr


I'd use /usr/ports/mail/procmail
https://lists.freebsd.org/pipermail/dev-commits-ports-all/2021-May/date.html
~/.procmailrc example:
:0 H
* ^Sender: owner-dev-commits-ports-...@freebsd.org
  {
  :0 H
  * ^Subject: git: .+ sysutils/rubygem-bolt
  | $RCVSTORE +dir_of_ports_you_might_maintain
  :0 H
  * ^Subject: git: .+ x11/xterm
  | $RCVSTORE +another_dir_of_ports_you_might_maintain
  }

or eg: # mkdir ~/Mail/your_ports
  :0 H
  * ^Sender: owner-dev-commits-ports-...@freebsd.org
  * ^Subject: git: .+
(archivers/bzip|audio/pocketsphinx|audio/snd|comms/pr|comms/sms_client|databases/pgaccess|devel/c2mdoc|devel/compiz-bcop|devel/ecgi|devel/codeville|devel/frink|dns/dnscheckengine|dns/ldapdns|graphics/gdtclft|graphics/gimmage|graphics/repng2jpeg|graphics/urt|lang/picoc|net/beacon|net/openradius|net/spread|net/wackamole|net-im/mbpurple|sysutils/cdroot|sysutils/ffs2recov|sysutils/rsyncbackup|textproc/asm2html|textproc/smi|textproc/sansi|www/spreadlogd|www/ttf2eot|x11/wmblob|x11/xvt|x11-themes/kde-icons-graphite-rade8|x11-toolkits/iwidgets|x11-wm/icewm) 


  | $RCVSTORE +your_ports


Wow! Thanks Julian. You even did all my homework for me.! ;-)
In fact I think your re would even satisfy Herald.


Yup, this is a great example.
I had been wining about the same problem in private, but dit not even 
realize that this list is available.


Perhaps this piece of code and suggestion for commits-ports-all could go 
into the porters manual?


--WjW
___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-18 Thread Chris

On 2021-05-18 09:27, Julian H. Stacey wrote:

Dave Horsfall wrote:

On Tue, 18 May 2021, Julian H. Stacey wrote:

> I'd use /usr/ports/mail/procmail

I wouldn't; it's an unsupported and obscure scripting language just asking
for bugs, and actually has several CVEs against it.


URLs please ?
None on https://en.wikipedia.org/wiki/Procmail
just some obscure FUD
"a number of security vulnerabilities have been discovered
since its last release"
But no URLs to CVEs. BTW It also says:
"last maintainer, Philip Guenther,[4] to use an alternative
tool, because procmail is not suited for MIME traffic."
Yet procmail works with MIME for me.
Maybe Procmail V. other is like debates on Emacs V. Vi, Sendmail V. Postfix 
?


Procmail is mature software, just works, so people don't keep hacking it;
That's a luxury, stable working tools that don't change:

  I constantly loose time tracking the latest FreeBSD at cost of
  working round loss of code in src/ & ports/.  (Occasionaly src/
  is even butchered at short order before code might arrive in
  ports/ after complaint).

  src/ losses inc. (partial list from mem.): eg timed groff amd etc.
  ports/ losses (partial) eg www/chimera print/ghostview mail/openwebmail
  https://www.freebsd.org/cgi/ports.cgi?query=openwebmail=all

  I have own hacks to chimera & ghostview etc eg
http://berklix.com/~jhs/src/bsd/fixes/freebsd/ports/gen/www/chimera
http://berklix.com/~jhs/src/bsd/fixes/freebsd/ports/gen/print/ghostview
  But its a bother to maintain when constantly working code is under threat,
  just cos its old & boring = works & not hacked ;-).


Better filters exist, such as "sieve" etc.


Maybe ? I looked: Doesn't seem apparent, Seems Sieve is something Different 
!

& which components used how are better, given the example to solve ?
https://www.freebsd.org/cgi/ports.cgi?query=sieve=all=all
Sieve doesn't seem a direct competitor for procmail ?
https://www.freebsd.org/cgi/ports.cgi?query=procmail
https://cgit.freebsd.org/ports/tree/mail/procmail
Sieve seems a plug in for some specific mail & coms protocol tools,
far as I've read ?  Not a stand alone local NMH tool ?

There may well be better than procmail, but I havent seen or needed yet.
Procmail has worked fine for me for 23+ years, all mistakes mine,
none procmail's that I recall; I have not yet explored all the
procmail functionality; & I couldn't happily loose time to re-write my 28 K
line (after comments & spam phrases stripped) 20 file procmail rule set.

A larger syntax sample inc. freebsd list filters
http://berklix.com/~jhs/dots/.procmailrc_lists

I hear you, Julian. Many (most?) people consider Sendmail a (dead?) dinosaur
because they (don't|care to) understand m4(1). But I've got a couple of
decades of hacks into it. That proves to me the possibilities are endless. In
fact, the logging hacks have netted me a 1/4 billion IPv4 addresses. Over 99%
of them are UNMAINTAINED. Proving the hype over IPv4 exhaustion is pure BS.
I track them, they remain unmaintained, and OUT of my mail queues. :-)

Thanks for taking the time to share your (wisdom) and hacks, Julian! :-)

--Chris


Cheers,

___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-18 Thread Thierry Thomas
Le mar. 18 mai 21 à 18:27:09 +0200, Julian H. Stacey 
 écrivait :

> Dave Horsfall wrote:
> > On Tue, 18 May 2021, Julian H. Stacey wrote:
> > 
> > > I'd use /usr/ports/mail/procmail
> > 
> > I wouldn't; it's an unsupported and obscure scripting language just asking 
> > for bugs, and actually has several CVEs against it.
> 
> URLs please ?
> None on https://en.wikipedia.org/wiki/Procmail
> just some obscure FUD 
>   "a number of security vulnerabilities have been discovered
>   since its last release"
> But no URLs to CVEs. BTW It also says:

Maybe this one:
https://nvd.nist.gov/vuln/detail/CVE-2017-16844

But nobody cares enough to add an entry in VuXML… because the FreeBSD
port is patched.
-- 
Th. Thomas.


signature.asc
Description: PGP signature


Re: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-18 Thread Julian H. Stacey
Dave Horsfall wrote:
> On Tue, 18 May 2021, Julian H. Stacey wrote:
> 
> > I'd use /usr/ports/mail/procmail
> 
> I wouldn't; it's an unsupported and obscure scripting language just asking 
> for bugs, and actually has several CVEs against it.

URLs please ?
None on https://en.wikipedia.org/wiki/Procmail
just some obscure FUD 
"a number of security vulnerabilities have been discovered
since its last release"
But no URLs to CVEs. BTW It also says:
"last maintainer, Philip Guenther,[4] to use an alternative
tool, because procmail is not suited for MIME traffic."
Yet procmail works with MIME for me. 
Maybe Procmail V. other is like debates on Emacs V. Vi, Sendmail V. Postfix ?

Procmail is mature software, just works, so people don't keep hacking it;
That's a luxury, stable working tools that don't change:

  I constantly loose time tracking the latest FreeBSD at cost of
  working round loss of code in src/ & ports/.  (Occasionaly src/
  is even butchered at short order before code might arrive in
  ports/ after complaint).
  
  src/ losses inc. (partial list from mem.): eg timed groff amd etc.
  ports/ losses (partial) eg www/chimera print/ghostview mail/openwebmail
  https://www.freebsd.org/cgi/ports.cgi?query=openwebmail=all

  I have own hacks to chimera & ghostview etc eg
http://berklix.com/~jhs/src/bsd/fixes/freebsd/ports/gen/www/chimera
http://berklix.com/~jhs/src/bsd/fixes/freebsd/ports/gen/print/ghostview
  But its a bother to maintain when constantly working code is under threat,
  just cos its old & boring = works & not hacked ;-).

> Better filters exist, such as "sieve" etc.

Maybe ? I looked: Doesn't seem apparent, Seems Sieve is something Different !
& which components used how are better, given the example to solve ?
https://www.freebsd.org/cgi/ports.cgi?query=sieve=all=all
Sieve doesn't seem a direct competitor for procmail ?
https://www.freebsd.org/cgi/ports.cgi?query=procmail
https://cgit.freebsd.org/ports/tree/mail/procmail
Sieve seems a plug in for some specific mail & coms protocol tools,
far as I've read ?  Not a stand alone local NMH tool ?

There may well be better than procmail, but I havent seen or needed yet.
Procmail has worked fine for me for 23+ years, all mistakes mine,
none procmail's that I recall; I have not yet explored all the
procmail functionality; & I couldn't happily loose time to re-write my 28 K
line (after comments & spam phrases stripped) 20 file procmail rule set.

A larger syntax sample inc. freebsd list filters
http://berklix.com/~jhs/dots/.procmailrc_lists

Cheers,
-- 
Julian Stacey  http://berklix.com/jhs/  http://stolenvotes.uk
UK for Brexit stole 750K votes from Brits in EU of 3.7M globaly. Zap BoJo Mogg.
___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-18 Thread Chris

On 2021-05-17 20:23, Li-Wen Hsu wrote:

Another possible way is "watch" the ports you maintained with
FreshPorts: https://www.freshports.org/

Thanks for the pointer, Li-Wen.
I'm already subscribed to the ports-commit list. So I'm not
sure this can quite hit the mark tho. I'll have to look closer.

Thanks again! :-)

--Chris


Li-Wen

___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-18 Thread Chris

On 2021-05-17 23:46, Michael Gmelin wrote:

On Tue, 18 May 2021 03:17:03 +0200
"Julian H. Stacey"  wrote:


Chris wrote:
> On 2021-05-17 16:30, Jan Beich wrote:
> > Chris  writes:
> >
> >> I'd like to subscribe to the commit messages
> >> ( dev-commits-ports-all )
> >> but only receive messages that affect me -- the
> >> ports I currently maintain. Is it possible? Or
> >> am I just dreaming? ;-)
> >
> > No clue but I use Herald rules for something similar.
> Thanks for the hints, Jan. :-)

Herald ? Nothing from
  https://www.freebsd.org/cgi/ports.cgi?query=herald=all=all
...
  https://en.wikipedia.org/wiki/Phabricator
...
  https://cgit.freebsd.org/ports/tree/devel/phabricator/pkg-descr


Google "phabricator herald"[0] :)

It's part of phabricator and quite useful for automation, see
https://reviews.freebsd.org/herald/create/

In Chris' case, he would probably create one or more personal commit
rules:
https://reviews.freebsd.org/herald/edit/?content_type=commit_type=personal

  Rule Name: Inform me about changes to my ports
  When **all of** these conditions are met:
  **Repository** **is any of** R11 FreeBSD ports repository
  **Affected Files** **matches regexp** @devel/myporta|sysutils/myportb@

  Take these actions **every time this rule matches:**
  **Send me an email**

  Click Save Rule

Mind the special regexp syntax.

I created a publicly visible rule as an example:
https://reviews.freebsd.org/H142

You can test your rules on the test console:
https://reviews.freebsd.org/herald/test/

(you would enter an existing commit id in there for testing, e.g.,
R11:305f148f482daf30dcf728039d03d019f88344eb)


Thanks for all the information and help, Michael.
I think we may have a winner. :-)

--Chris


Best
Michael

[0] Other ways to discover phabricator apps:
- Enter "herald" in phabricator (search box at the top)
- The phabricator application list
  https://reviews.freebsd.org/applications/

___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-18 Thread Michael Gmelin



On Tue, 18 May 2021 03:17:03 +0200
"Julian H. Stacey"  wrote:

> Chris wrote:
> > On 2021-05-17 16:30, Jan Beich wrote:  
> > > Chris  writes:
> > >   
> > >> I'd like to subscribe to the commit messages
> > >> ( dev-commits-ports-all )
> > >> but only receive messages that affect me -- the
> > >> ports I currently maintain. Is it possible? Or
> > >> am I just dreaming? ;-)  
> > > 
> > > No clue but I use Herald rules for something similar.  
> > Thanks for the hints, Jan. :-)  
> 
> Herald ? Nothing from
>   https://www.freebsd.org/cgi/ports.cgi?query=herald=all=all
> ...
>   https://en.wikipedia.org/wiki/Phabricator
> ...
>   https://cgit.freebsd.org/ports/tree/devel/phabricator/pkg-descr

Google "phabricator herald"[0] :)

It's part of phabricator and quite useful for automation, see
https://reviews.freebsd.org/herald/create/

In Chris' case, he would probably create one or more personal commit
rules:
https://reviews.freebsd.org/herald/edit/?content_type=commit_type=personal

  Rule Name: Inform me about changes to my ports
  When **all of** these conditions are met:
  **Repository** **is any of** R11 FreeBSD ports repository
  **Affected Files** **matches regexp** @devel/myporta|sysutils/myportb@

  Take these actions **every time this rule matches:**
  **Send me an email**

  Click Save Rule

Mind the special regexp syntax.

I created a publicly visible rule as an example:
https://reviews.freebsd.org/H142

You can test your rules on the test console:
https://reviews.freebsd.org/herald/test/

(you would enter an existing commit id in there for testing, e.g.,
R11:305f148f482daf30dcf728039d03d019f88344eb)

Best
Michael

[0] Other ways to discover phabricator apps:
- Enter "herald" in phabricator (search box at the top)
- The phabricator application list
  https://reviews.freebsd.org/applications/

-- 
Michael Gmelin
___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-17 Thread Li-Wen Hsu
Another possible way is "watch" the ports you maintained with
FreshPorts: https://www.freshports.org/

Li-Wen
___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-17 Thread Chris

On 2021-05-17 18:17, Julian H. Stacey wrote:

Chris wrote:

On 2021-05-17 16:30, Jan Beich wrote:
> Chris  writes:
>
>> I'd like to subscribe to the commit messages
>> ( dev-commits-ports-all )
>> but only receive messages that affect me -- the
>> ports I currently maintain. Is it possible? Or
>> am I just dreaming? ;-)
>
> No clue but I use Herald rules for something similar.
Thanks for the hints, Jan. :-)


Herald ? Nothing from
  https://www.freebsd.org/cgi/ports.cgi?query=herald=all=all
...
  https://en.wikipedia.org/wiki/Phabricator
...
  https://cgit.freebsd.org/ports/tree/devel/phabricator/pkg-descr


I'd use /usr/ports/mail/procmail
  
https://lists.freebsd.org/pipermail/dev-commits-ports-all/2021-May/date.html

~/.procmailrc example:
:0 H
* ^Sender: owner-dev-commits-ports-...@freebsd.org
  {
  :0 H
  * ^Subject: git: .+ sysutils/rubygem-bolt
  | $RCVSTORE +dir_of_ports_you_might_maintain
  :0 H
  * ^Subject: git: .+ x11/xterm
  | $RCVSTORE +another_dir_of_ports_you_might_maintain
  }

or eg: # mkdir ~/Mail/your_ports
  :0 H
  * ^Sender: owner-dev-commits-ports-...@freebsd.org
  * ^Subject: git: .+
(archivers/bzip|audio/pocketsphinx|audio/snd|comms/pr|comms/sms_client|databases/pgaccess|devel/c2mdoc|devel/compiz-bcop|devel/ecgi|devel/codeville|devel/frink|dns/dnscheckengine|dns/ldapdns|graphics/gdtclft|graphics/gimmage|graphics/repng2jpeg|graphics/urt|lang/picoc|net/beacon|net/openradius|net/spread|net/wackamole|net-im/mbpurple|sysutils/cdroot|sysutils/ffs2recov|sysutils/rsyncbackup|textproc/asm2html|textproc/smi|textproc/sansi|www/spreadlogd|www/ttf2eot|x11/wmblob|x11/xvt|x11-themes/kde-icons-graphite-rade8|x11-toolkits/iwidgets|x11-wm/icewm)
  | $RCVSTORE +your_ports


Wow! Thanks Julian. You even did all my homework for me.! ;-)
In fact I think your re would even satisfy Herald.

Greatly appreciated!

--Chris



Cheers,

___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-17 Thread Dave Horsfall

On Tue, 18 May 2021, Julian H. Stacey wrote:


I'd use /usr/ports/mail/procmail


I wouldn't; it's an unsupported and obscure scripting language just asking 
for bugs, and actually has several CVEs against it.


Better filters exist, such as "sieve" etc.

-- Dave
___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-17 Thread Julian H. Stacey
Chris wrote:
> On 2021-05-17 16:30, Jan Beich wrote:
> > Chris  writes:
> > 
> >> I'd like to subscribe to the commit messages
> >> ( dev-commits-ports-all )
> >> but only receive messages that affect me -- the
> >> ports I currently maintain. Is it possible? Or
> >> am I just dreaming? ;-)
> > 
> > No clue but I use Herald rules for something similar.
> Thanks for the hints, Jan. :-)

Herald ? Nothing from
  https://www.freebsd.org/cgi/ports.cgi?query=herald=all=all
...
  https://en.wikipedia.org/wiki/Phabricator
...
  https://cgit.freebsd.org/ports/tree/devel/phabricator/pkg-descr


I'd use /usr/ports/mail/procmail
  https://lists.freebsd.org/pipermail/dev-commits-ports-all/2021-May/date.html
~/.procmailrc example:
:0 H
* ^Sender: owner-dev-commits-ports-...@freebsd.org
  {
  :0 H
  * ^Subject: git: .+ sysutils/rubygem-bolt
  | $RCVSTORE +dir_of_ports_you_might_maintain
  :0 H
  * ^Subject: git: .+ x11/xterm
  | $RCVSTORE +another_dir_of_ports_you_might_maintain
  }

or eg: # mkdir ~/Mail/your_ports
  :0 H
  * ^Sender: owner-dev-commits-ports-...@freebsd.org
  * ^Subject: git: .+ 
(archivers/bzip|audio/pocketsphinx|audio/snd|comms/pr|comms/sms_client|databases/pgaccess|devel/c2mdoc|devel/compiz-bcop|devel/ecgi|devel/codeville|devel/frink|dns/dnscheckengine|dns/ldapdns|graphics/gdtclft|graphics/gimmage|graphics/repng2jpeg|graphics/urt|lang/picoc|net/beacon|net/openradius|net/spread|net/wackamole|net-im/mbpurple|sysutils/cdroot|sysutils/ffs2recov|sysutils/rsyncbackup|textproc/asm2html|textproc/smi|textproc/sansi|www/spreadlogd|www/ttf2eot|x11/wmblob|x11/xvt|x11-themes/kde-icons-graphite-rade8|x11-toolkits/iwidgets|x11-wm/icewm)
  | $RCVSTORE +your_ports

Cheers,
-- 
Julian Stacey  http://berklix.com/jhs/  http://stolenvotes.uk
UK for Brexit stole 750K votes from Brits in EU of 3.7M globaly. Zap BoJo Mogg.
___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-17 Thread Chris

On 2021-05-17 16:30, Jan Beich wrote:

Chris  writes:


I'd like to subscribe to the commit messages
( dev-commits-ports-all )
but only receive messages that affect me -- the
ports I currently maintain. Is it possible? Or
am I just dreaming? ;-)


No clue but I use Herald rules for something similar.

Thanks for the hints, Jan. :-)

--Chris


https://reviews.freebsd.org/herald/
https://secure.phabricator.com/book/phabricator/article/herald/

___
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: Is there a way to subscribe to the commit messages for only ports you maintain?

2021-05-17 Thread Jan Beich
Chris  writes:

> I'd like to subscribe to the commit messages
> ( dev-commits-ports-all )
> but only receive messages that affect me -- the
> ports I currently maintain. Is it possible? Or
> am I just dreaming? ;-)

No clue but I use Herald rules for something similar.

https://reviews.freebsd.org/herald/
https://secure.phabricator.com/book/phabricator/article/herald/
___
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"