On Mon, Apr 25, 2016 at 6:14 AM, Sebastien Marie <[email protected]> wrote: > Hi, > > Here a diff for the new version (2.1) of icbirc: > - return *** as nick in IRC error messages (where missing), > - add pledge(2) call on OpenBSD > > OK ?
builds and runs fine. OK gsoares@ > -- > Sebastien Marie > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/icbirc/Makefile,v > retrieving revision 1.16 > diff -u -p -r1.16 Makefile > --- Makefile 23 Aug 2015 04:38:23 -0000 1.16 > +++ Makefile 25 Apr 2016 09:11:28 -0000 > @@ -2,7 +2,7 @@ > > COMMENT= proxy IRC client with ICB server > > -DISTNAME= icbirc-2.0 > +DISTNAME= icbirc-2.1 > CATEGORIES= net > MASTER_SITES= http://www.benzedrine.ch/ > > @@ -13,6 +13,7 @@ MAINTAINER= Sebastien Marie <semarie@ope > # BSD > PERMIT_PACKAGE_CDROM= Yes > > +# uses pledge() > WANTLIB= c > > NO_TEST= Yes > Index: distinfo > =================================================================== > RCS file: /cvs/ports/net/icbirc/distinfo,v > retrieving revision 1.11 > diff -u -p -r1.11 distinfo > --- distinfo 23 Aug 2015 04:38:23 -0000 1.11 > +++ distinfo 25 Apr 2016 09:11:28 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (icbirc-2.0.tar.gz) = dgfH2A/Dk5zLkTyfzFemPTVSrzYVRU5Ab/Djc3wM5r0= > -SIZE (icbirc-2.0.tar.gz) = 11174 > +SHA256 (icbirc-2.1.tar.gz) = aDk0TZPABNqX7Gu12AWh234Kee/DhwRFeIBDYnFiu7E= > +SIZE (icbirc-2.1.tar.gz) = 11257 >
