Bug 180488 - Typo in irc/unreal's OPTIONS_DEFINE.
Summary: Typo in irc/unreal's OPTIONS_DEFINE.
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: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-12 11:10 UTC by Mathieu Arnold
Modified: 2013-07-29 12:41 UTC (History)
0 users

See Also:


Attachments
diff (482 bytes, patch)
2013-07-12 11:10 UTC, Mathieu Arnold
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold freebsd_committer freebsd_triage 2013-07-12 11:10:00 UTC
There's a typo which makes it impossible to choose the HUB option.
Comment 1 Mark Linimon 2013-07-12 12:49:53 UTC
to which port does this PR apply?
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2013-07-12 12:59:08 UTC
+--On 12 juillet 2013 06:49:53 -0500 Mark Linimon <linimon@lonesome.com>
wrote:
| to which port does this PR apply?

irc/unreal, I noticed after sending it that the main information was
missing. I updated the PR afterwards.

-- 
Mathieu Arnold
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-12 15:23:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-12 15:23:25 UTC
Maintainer of irc/unreal,

Please note that PR ports/180488 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/180488

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 5 Mathieu Arnold freebsd_committer freebsd_triage 2013-07-12 17:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

I sent it, I'll take care of it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-07-29 12:30:52 UTC
Author: mat
Date: Mon Jul 29 11:30:33 2013
New Revision: 323881
URL: http://svnweb.freebsd.org/changeset/ports/323881

Log:
  Typo.
  
  PR:		ports/180488
  Submitted by:	mat
  Approved by:	maintainer timeout

Modified:
  head/irc/unreal/Makefile

Modified: head/irc/unreal/Makefile
==============================================================================
--- head/irc/unreal/Makefile	Mon Jul 29 10:26:40 2013	(r323880)
+++ head/irc/unreal/Makefile	Mon Jul 29 11:30:33 2013	(r323881)
@@ -44,7 +44,7 @@ CONFIGURE_ARGS=	--with-listen=5 \
 		--with-fd-setsize=1024 \
 		--enable-dynamic-linking
 
-OPTIONS_DEFINE=	HIB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS
+OPTIONS_DEFINE=	HUB NOSPOOF ZIPLINKS SSL IPV6 PREFIXAQ REMOTE DOCS
 OPTIONS_DEFAULT=	HUB
 HUB_DESC=	Configure as a hub (otherwise configure as a leaf)
 NOSPOOF_DESC=	Enable anti-spoof protection
_______________________________________________
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"
Comment 7 Mathieu Arnold freebsd_committer freebsd_triage 2013-07-29 12:41:51 UTC
State Changed
From-To: feedback->closed

Committed, thanks!