svn commit: r308430 - head/net-im/pwytter

Alexey Dokuchaev danfe at FreeBSD.org
Fri Dec 7 15:52:29 UTC 2012


Author: danfe
Date: Fri Dec  7 15:52:27 2012
New Revision: 308430
URL: http://svnweb.freebsd.org/changeset/ports/308430

Log:
  - Trim Makefile header per new world order
  - Remove leading indefinite article from COMMENT
  - Canonicalize WWW: line format
  
  Feature safe:	yes

Modified:
  head/net-im/pwytter/Makefile
  head/net-im/pwytter/pkg-descr

Modified: head/net-im/pwytter/Makefile
==============================================================================
--- head/net-im/pwytter/Makefile	Fri Dec  7 15:33:53 2012	(r308429)
+++ head/net-im/pwytter/Makefile	Fri Dec  7 15:52:27 2012	(r308430)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Pwytter
-# Date created:				24 May 2010
-# Whom:					Alexey Dokuchaev <danfe at FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pwytter
 PORTVERSION=	0.8
@@ -13,7 +9,7 @@ MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A free multi-platform Twitter client written in Python
+COMMENT=	Free multi-platform Twitter client written in Python
 
 LICENSE=	GPLv2
 

Modified: head/net-im/pwytter/pkg-descr
==============================================================================
--- head/net-im/pwytter/pkg-descr	Fri Dec  7 15:33:53 2012	(r308429)
+++ head/net-im/pwytter/pkg-descr	Fri Dec  7 15:52:27 2012	(r308430)
@@ -3,7 +3,7 @@ using Tkinter.  It currently features:
 
   - Switchable timelines: User (own tweets), Friends, Public, Replies,
     Direct messages, Composite
-  - Clean and compact user interface
+  - Clean and compact, themable user interface
   - Full Unicode support for all languages
   - Friends and Followers list display
   - Easy Replies and Direct Messages
@@ -12,4 +12,4 @@ using Tkinter.  It currently features:
   - Automatic and manual refresh
   - Pwytter update autodetection
 
-WWW:	http://www.pwytter.com/
+WWW: http://www.pwytter.com/


More information about the svn-ports-all mailing list