svn commit: r309851 - head/games/poker-engine

Jason Helfman jgh at FreeBSD.org
Thu Jan 3 00:35:24 UTC 2013


Author: jgh
Date: Thu Jan  3 00:35:23 2013
New Revision: 309851
URL: http://svnweb.freebsd.org/changeset/ports/309851

Log:
  - trim historical header
  - tighten COMMENT

Modified:
  head/games/poker-engine/Makefile

Modified: head/games/poker-engine/Makefile
==============================================================================
--- head/games/poker-engine/Makefile	Wed Jan  2 23:52:59 2013	(r309850)
+++ head/games/poker-engine/Makefile	Thu Jan  3 00:35:23 2013	(r309851)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection Makefile for:	poker-engine
-# Date created:			Dec 14, 2006
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	poker-engine
 PORTVERSION=	1.3.6
@@ -12,7 +7,7 @@ CATEGORIES=	games
 MASTER_SITES=	http://download.gna.org/pokersource/sources/
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A python library that implements poker rules
+COMMENT=	Python library that implements poker rules
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync \
 		${PYTHON_SITELIBDIR}/pokereval.py:${PORTSDIR}/games/py-poker-eval \


More information about the svn-ports-head mailing list