On Mon, Jul 31, 2017 at 10:04:59AM +0200, Paul de Weerd wrote: > On Mon, Jul 31, 2017 at 09:50:15AM +0200, Antoine Jacoutot wrote: > | It does need a bump. > > Fair enough. Here it is:
Committed. > > > Index: infrastructure/db/user.list > =================================================================== > RCS file: /cvs/ports/infrastructure/db/user.list,v > retrieving revision 1.293 > diff -u -p -r1.293 user.list > --- infrastructure/db/user.list 29 Jul 2017 18:48:44 -0000 1.293 > +++ infrastructure/db/user.list 31 Jul 2017 07:20:22 -0000 > @@ -300,3 +300,4 @@ id user group port options > 789 _ftpsesame _ftpsesame net/ftpsesame > 790 _mtr _mtr net/mtr > 791 _orthanc _orthanc graphics/orthanc/server > +792 _mcastproxy _mcastproxy net/mcast-proxy > Index: net/mcast-proxy/Makefile > =================================================================== > RCS file: /cvs/ports/net/mcast-proxy/Makefile,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 Makefile > --- net/mcast-proxy/Makefile 30 Jul 2017 21:12:36 -0000 1.1.1.1 > +++ net/mcast-proxy/Makefile 31 Jul 2017 07:54:26 -0000 > @@ -7,6 +7,7 @@ CATEGORIES = net > > HOMEPAGE = http://www.weirdnet.nl/openbsd/code/mcast-proxy/ > MASTER_SITES = http://www.weirdnet.nl/openbsd/code/mcast-proxy/ > +REVISION = 0 > > MAINTAINER = Paul de Weerd <we...@weirdnet.nl> > > Index: net/mcast-proxy/pkg/PLIST > =================================================================== > RCS file: /cvs/ports/net/mcast-proxy/pkg/PLIST,v > retrieving revision 1.1.1.1 > diff -u -p -r1.1.1.1 PLIST > --- net/mcast-proxy/pkg/PLIST 30 Jul 2017 21:12:36 -0000 1.1.1.1 > +++ net/mcast-proxy/pkg/PLIST 31 Jul 2017 07:20:04 -0000 > @@ -1,6 +1,6 @@ > @comment $OpenBSD: PLIST,v 1.1.1.1 2017/07/30 21:12:36 jca Exp $ > -@newgroup _mcastproxy:791 > -@newuser _mcastproxy:791:791:daemon:Multicast Proxy:/var/empty:/sbin/nologin > +@newgroup _mcastproxy:792 > +@newuser _mcastproxy:792:792:daemon:Multicast Proxy:/var/empty:/sbin/nologin > @bin bin/mcast-proxy > @man man/man5/mcast-proxy.conf.5 > @man man/man8/mcast-proxy.8 > > -- > >++++++++[<++++++++++>-]<+++++++.>+++[<------>-]<.>+++[<+ > +++++++++++>-]<.>++[<------------>-]<+.--------------.[-] > http://www.weirdnet.nl/ -- Antoine