Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2013 23:19:12 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334133 - head/news/inn
Message-ID:  <201311172319.rAHNJCsQ011165@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Sun Nov 17 23:19:12 2013
New Revision: 334133
URL: http://svnweb.freebsd.org/changeset/ports/334133

Log:
  - Oops, forgot about MAN section during update :(
  
  Noticed by:	QAT

Modified:
  head/news/inn/Makefile

Modified: head/news/inn/Makefile
==============================================================================
--- head/news/inn/Makefile	Sun Nov 17 23:12:03 2013	(r334132)
+++ head/news/inn/Makefile	Sun Nov 17 23:19:12 2013	(r334133)
@@ -136,12 +136,12 @@ HEADERS=	clibrary.h config.h dbz.h libin
 MAN1=		convdate.1 fastrm.1 getlist.1 grephistory.1 inews.1 innconfval.1 \
 		innmail.1 nntpget.1 pgpverify.1 rnews.1 shlock.1 \
 		shrinkfile.1 simpleftp.1 sm.1 pullnews.1
-MAN3=		INN::Config.3pm clientlib.3 dbz.3 inndcomm.3 libauth.3 libinn.3 \
-		libinnhist.3 libstorage.3 list.3 qio.3 tst.3 uwildmat.3
+MAN3=		INN::Config.3pm INN::Utils::Shlock.3pm clientlib.3 dbz.3 inndcomm.3 libauth.3 \
+		libinn.3 libinnhist.3 libstorage.3 list.3 qio.3 tst.3 uwildmat.3
 MAN5=		active.5 active.times.5 buffindexed.conf.5 control.ctl.5 \
 		cycbuff.conf.5 distrib.pats.5 distributions.5 expire.ctl.5 history.5 \
 		incoming.conf.5 inn.conf.5 innfeed.conf.5 innwatch.ctl.5 \
-		moderators.5 motd.news.5 newsfeeds.5 newsgroups.5 \
+		moderators.5 motd.innd.5 motd.nnrpd.5 newsfeeds.5 newsgroups.5 \
 		newslog.5 nnrpd.track.5 nntpsend.ctl.5 ovdb.5 \
 		passwd.nntp.5 radius.conf.5 readers.conf.5 \
 		storage.conf.5 subscriptions.5
@@ -149,14 +149,15 @@ MAN8=		actsync.8 archive.8 batcher.8 buf
 		ckpasswd.8 cnfsheadconf.8 cnfsstat.8 controlchan.8 ctlinnd.8 \
 		cvtbatch.8 docheckgroups.8 domain.8 expire.8 expireover.8 \
 		expirerm.8 filechan.8 \
-		ident.8 inncheck.8 innbind.8 innd.8 inndf.8 innreport.8 innstat.8 \
-		innupgrade.8 innwatch.8 innxbatch.8 innxmit.8 mailpost.8 makedbz.8 \
+		ident.8 inncheck.8 innbind.8 innd.8 inndf.8 innfeed.8 innreport.8 \
+		innstat.8 innupgrade.8 innwatch.8 innxbatch.8 innxmit.8 mailpost.8 makedbz.8 \
 		makehistory.8 mod-active.8 news.daily.8 news2mail.8 ninpaths.8 \
 		nnrpd.8 nntpsend.8 ovdb_init.8 ovdb_monitor.8 ovdb_server.8 \
-		ovdb_stat.8 overchan.8 perl-nocem.8 prunehistory.8 \
-		radius.8 rc.news.8 scanlogs.8 send-nntp.8 send-uucp.8 sendinpaths.8 \
-		tally.control.8 tdx-util.8 tinyleaf.8 writelog.8
-MLINKS=		actsync.8 actsyncd.8	docheckgroups.8 localgroups.5	perl-nocem.8 nocem.ctl.5
+		ovdb_stat.8 overchan.8 perl-nocem.8 procbatch.8 prunehistory.8 \
+		radius.8 rc.news.8 scanlogs.8 scanspool.8 send-nntp.8 send-uucp.8 \
+		sendinpaths.8 tally.control.8 tdx-util.8 tinyleaf.8 writelog.8
+MLINKS=		actsync.8 actsyncd.8	docheckgroups.8 localgroups.5	perl-nocem.8 nocem.ctl.5 \
+		innfeed.8 imapfeed.8	ninpaths.8 inpaths.8
 
 TO_BE_STRIPPED=	bin/auth/resolv/domain bin/auth/resolv/ident \
 		bin/auth/passwd/ckpasswd bin/auth/passwd/radius bin/rnews.libexec/decode \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311172319.rAHNJCsQ011165>