svn commit: r302298 - head/net-im/ramblercontacts

Alexey Dokuchaev danfe at FreeBSD.org
Wed Aug 8 16:48:14 UTC 2012


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 at FreeBSD.org
-COMMENT=	A free multi-service communication client from Rambler
+MAINTAINER=	ports at 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
 



More information about the svn-ports-all mailing list