Summary: | Port net/quagga update: fix MAN8 leftover | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Anes Mukhametov <anes> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Anes Mukhametov
2013-06-11 16:00:00 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 State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Hello! Agree. Thank You! -- Regards, Boris State Changed From-To: feedback->closed Committed. Thanks! 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" |