Passes all tests on amd64. I added converters/libiconv in MODULES to silence 
portcheck.
I'm also taking maintainership as the current maintainer told me he's busy and 
would
appreciate it.

Tests/OKs?
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/ngircd/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    9 Apr 2016 20:14:48 -0000       1.13
+++ Makefile    28 Apr 2016 12:18:15 -0000
@@ -2,13 +2,13 @@
 
 COMMENT =      lightweight irc server
 
-DISTNAME =     ngircd-22.1
+DISTNAME =     ngircd-23
 
 CATEGORIES =   net
 
 HOMEPAGE =     http://ngircd.barton.de/
 
-MAINTAINER =   Federico G. Schwindt <fg...@openbsd.org>
+MAINTAINER =   Giannis Tsaraias <t...@openbsd.org>
 
 # GPLv2
 PERMIT_PACKAGE_CDROM = Yes
@@ -18,7 +18,8 @@ WANTLIB =     c crypto iconv ssl z
 MASTER_SITES = http://ngircd.barton.de/pub/ngircd/ \
                http://ngircd.mirror.3rz.org/pub/ngircd/
 
-LIB_DEPENDS =  converters/libiconv
+MODULES =      converters/libiconv
+
 TEST_DEPENDS = lang/expect \
                ${BASE_PKGPATH}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/ngircd/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo    28 Apr 2015 15:48:45 -0000      1.8
+++ distinfo    28 Apr 2016 12:18:15 -0000
@@ -1,2 +1,2 @@
-SHA256 (ngircd-22.1.tar.gz) = F60I0EIMAKGAtx5yhNG2qNL28526x1b+EE9spZqcZvU=
-SIZE (ngircd-22.1.tar.gz) = 514141
+SHA256 (ngircd-23.tar.gz) = mbi2epdamum4HJa97gITOhD1FccYgl00zty2Tx/JXnM=
+SIZE (ngircd-23.tar.gz) = 517686
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/ngircd/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   3 Nov 2013 23:29:28 -0000       1.3
+++ pkg/PLIST   28 Apr 2016 12:18:15 -0000
@@ -13,7 +13,6 @@ share/doc/ngircd/ChangeLog
 share/doc/ngircd/Commands.txt
 share/doc/ngircd/Contributing.txt
 share/doc/ngircd/FAQ.txt
-share/doc/ngircd/GIT.txt
 share/doc/ngircd/HowToRelease.txt
 share/doc/ngircd/INSTALL
 share/doc/ngircd/Modes.txt

Reply via email to