Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2012 16:48:13 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302298 - head/net-im/ramblercontacts
Message-ID:  <201208081648.q78GmD2n005253@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Wed Aug  8 16:48:13 2012
New Revision: 302298
URL: http://svn.freebsd.org/changeset/ports/302298

Log:
  - Remove leading indefinite article from COMMENT line
  - Drop maintainership; touch some comments while here

Modified:
  head/net-im/ramblercontacts/Makefile

Modified: head/net-im/ramblercontacts/Makefile
==============================================================================
--- head/net-im/ramblercontacts/Makefile	Wed Aug  8 15:36:56 2012	(r302297)
+++ head/net-im/ramblercontacts/Makefile	Wed Aug  8 16:48:13 2012	(r302298)
@@ -12,8 +12,8 @@ CATEGORIES=	net-im
 MASTER_SITES=	http://developers.rambler.ru/upload/contacts/
 DISTNAME=	${PORTNAME}_v${PORTVERSION}_beta_src
 
-MAINTAINER=	danfe@FreeBSD.org
-COMMENT=	A free multi-service communication client from Rambler
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Free, multi-service communication client from Rambler
 
 LICENSE=	GPLv3
 
@@ -30,12 +30,12 @@ post-patch:
 # Apparently, these are results of development on Windoze
 	@${REINPLACE_CMD} -e 's/info>/Info>/ ; s/metrics>/Metrics>/' \
 		${WRKSRC}/src/plugins/stylesheeteditor/private/qcssparser.cpp
-# Fix namespace syntax (curly braces seem to be required in this case)
-# Allow the program to find its resources from arbitrary directory (use
+# Fix namespace syntax (curly braces seem to be required in this case) and
+# allow the program to find its resources from arbitrary directory (use
 # absolute paths)
 	@${REINPLACE_CMD} -e '/unix:!macx/s/INSTALL_.*/{ & }/ ; \
 		51,53s/\.\./$$$${INSTALL_PREFIX}/' ${WRKSRC}/src/config.inc
-# Do not install yet another copy of GPL, we define LICENSE for this
+# Do not install yet another copy of GPL, we have LICENSE knob for this
 	@${REINPLACE_CMD} -e 's| ../../COPYING||' \
 		${WRKSRC}/src/loader/loader.pro
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208081648.q78GmD2n005253>