Bug 179492 - Port net/quagga update: fix MAN8 leftover
Summary: Port net/quagga update: fix MAN8 leftover
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-11 16:00 UTC by Anes Mukhametov
Modified: 2013-06-11 22:10 UTC (History)
0 users

See Also:


Attachments
quagga.diff (628 bytes, patch)
2013-06-11 16:00 UTC, Anes Mukhametov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anes Mukhametov 2013-06-11 16:00:00 UTC
	Add leftover ospfclient.8 to MAN8 list
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-11 16:00:08 UTC
Maintainer of net/quagga,

Please note that PR ports/179492 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179492

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-11 16:00:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Boris Kovalenko 2013-06-11 16:16:50 UTC
Hello!

     Agree. Thank You!

-- 
Regards,
Boris
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-11 22:06:37 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-06-11 22:06:42 UTC
Author: rakuco
Date: Tue Jun 11 21:06:30 2013
New Revision: 320643
URL: http://svnweb.freebsd.org/changeset/ports/320643

Log:
  Fix MAN8 leftover.
  
  PR:		ports/179492
  Submitted by:	Anes Mukhametov <anes@anes.su>
  Approved by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)

Modified:
  head/net/quagga/Makefile

Modified: head/net/quagga/Makefile
==============================================================================
--- head/net/quagga/Makefile	Tue Jun 11 21:03:38 2013	(r320642)
+++ head/net/quagga/Makefile	Tue Jun 11 21:06:30 2013	(r320643)
@@ -3,6 +3,7 @@
 
 PORTNAME=	quagga
 PORTVERSION=	0.99.22
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	SAVANNAH
 MASTER_SITE_SUBDIR=	quagga
@@ -25,7 +26,7 @@ USE_PERL5_BUILD=yes
 FETCH_ARGS=	-Fpr
 
 MAN1=		vtysh.1
-MAN8=		bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 watchquagga.8
+MAN8=		bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 watchquagga.8 ospfclient.8
 INFO=		quagga
 
 OPTIONS_DEFINE=	ISISD PAM OSPF_OPAQUE_LSA RTADV SNMP TCPSOCKETS DLMALLOC \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"