Bug 177489 - www/trac: [PATCH] fix two typos on ports options
Summary: www/trac: [PATCH] fix two typos on ports options
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-30 01:50 UTC by John Marino
Modified: 2013-03-30 05:20 UTC (History)
0 users

See Also:


Attachments
file.diff (456 bytes, patch)
2013-03-30 01:50 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-03-30 01:50:00 UTC
There are two typos in www/trac makefile.
bmake fails on them.

Patch to fix it attached.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-30 01:50:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-03-30 05:12:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-30 05:12:50 UTC
Author: miwi
Date: Sat Mar 30 05:12:42 2013
New Revision: 315597
URL: http://svnweb.freebsd.org/changeset/ports/315597

Log:
  - Correct the OptionsNG
  
  PR:		177489
  Submitted by:	John Marino <draco@marino.st>

Modified:
  head/www/trac/Makefile   (contents, props changed)

Modified: head/www/trac/Makefile
==============================================================================
--- head/www/trac/Makefile	Sat Mar 30 04:50:17 2013	(r315596)
+++ head/www/trac/Makefile	Sat Mar 30 05:12:42 2013	(r315597)
@@ -35,11 +35,11 @@ SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MSILVERCITY)
+.if ${PORT_OPTIONS:MSILVERCITY}
 RUN_DEPENDS+=	${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity
 .endif
 
-.if ${PORT_OPTIONS:MDOCUTILS)
+.if ${PORT_OPTIONS:MDOCUTILS}
 RUN_DEPENDS+=	${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
 .endif
 
_______________________________________________
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"