Bug 184774 - [maintainer update] sysutils/su2: Fix LEGAL message
Summary: [maintainer update] sysutils/su2: Fix LEGAL message
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-12-15 12:40 UTC by gd.workbox
Modified: 2014-01-14 02:20 UTC (History)
0 users

See Also:


Attachments
file.txt (421 bytes, text/plain)
2013-12-15 12:40 UTC, gd.workbox
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gd.workbox 2013-12-15 12:40:00 UTC
Fix LEGAL message

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-14 02:13:36 UTC
Author: mandree
Date: Tue Jan 14 02:13:28 2014
New Revision: 339655
URL: http://svnweb.freebsd.org/changeset/ports/339655

Log:
  Fix LEGAL message.
  
  PR:		ports/184774
  Submitted by:	Denis Generalov (maintainer)

Modified:
  head/sysutils/su2/Makefile

Modified: head/sysutils/su2/Makefile
==============================================================================
--- head/sysutils/su2/Makefile	Tue Jan 14 01:53:58 2014	(r339654)
+++ head/sysutils/su2/Makefile	Tue Jan 14 02:13:28 2014	(r339655)
@@ -12,7 +12,7 @@ COMMENT=	Enhanced su, allows users to su
 
 PATCH_DEPENDS=	rcsdiff:${PORTSDIR}/devel/rcs
 
-NO_CDROM=	Don't sell for profit
+NO_CDROM=	Do not sell for profit
 
 PLIST_FILES=	bin/su2 \
 		man/man1/su2.1.gz
_______________________________________________
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 2 Matthias Andree freebsd_committer freebsd_triage 2014-01-14 02:13:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!