Bug 177453 - [patch] Fix typo in COMMENT for math/rocs
Summary: [patch] Fix typo in COMMENT for math/rocs
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-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-28 22:00 UTC by Kevin Zheng
Modified: 2013-03-29 23:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.36 KB, patch)
2013-03-28 22:00 UTC, Kevin Zheng
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Zheng 2013-03-28 22:00:00 UTC
 - s/teory/theory/ in COMMENT
 - Use the full 80-char wide allowance in pkg-descr.
 - Add trailing slash to WWW.

TODO: Perhaps clean up the text of the pkg-descr a bit?

Fix: Apply the attached patch in math/rocs.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-28 22:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-29 22:35:40 UTC
Author: avilla
Date: Fri Mar 29 22:35:33 2013
New Revision: 315579
URL: http://svnweb.freebsd.org/changeset/ports/315579

Log:
  - Fix and update COMMENT.
  
  PR:		177453
  Submitted by:	Kevin Zheng <kevinz5000@gmail.com>

Modified:
  head/math/rocs/Makefile

Modified: head/math/rocs/Makefile
==============================================================================
--- head/math/rocs/Makefile	Fri Mar 29 22:34:27 2013	(r315578)
+++ head/math/rocs/Makefile	Fri Mar 29 22:35:33 2013	(r315579)
@@ -8,7 +8,7 @@ MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${POR
 DIST_SUBDIR=	KDE/${PORTVERSION}
 
 MAINTAINER=	kde@FreeBSD.org
-COMMENT=	Graph teory IDE for KDE 4
+COMMENT=	KDE Graph theory IDE
 
 LIB_DEPENDS=	boost_thread:${PORTSDIR}/devel/boost-libs
 
_______________________________________________
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 3 Alberto Villa freebsd_committer freebsd_triage 2013-03-29 23:00:09 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!