Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2012 15:52:28 +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: r308430 - head/net-im/pwytter
Message-ID:  <201212071552.qB7FqSqx031122@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	pwytter
 PORTVERSION=	0.8
@@ -13,7 +9,7 @@ MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	ports@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/



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