svn commit: r318004 - head/www/xist

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon May 13 08:19:13 UTC 2013


Author: rm
Date: Mon May 13 08:19:12 2013
New Revision: 318004
URL: http://svnweb.freebsd.org/changeset/ports/318004

Log:
  - fix pkg-plist and bump PORTREVISION because of that
  
  while here:
  - trim Makefile header
  - remove leading indefinite article from COMMENT
  
  Reported by:	pointyhat (miwi)

Modified:
  head/www/xist/Makefile
  head/www/xist/pkg-plist

Modified: head/www/xist/Makefile
==============================================================================
--- head/www/xist/Makefile	Mon May 13 07:55:29 2013	(r318003)
+++ head/www/xist/Makefile	Mon May 13 08:19:12 2013	(r318004)
@@ -1,13 +1,9 @@
-# ex:ts=8
-# New ports collection makefile for:	XIST
-# Date created:			Nov 3, 2001
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	xist
 PORTVERSION=	3.25
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP \
 		http://ftp.livinglogic.de/xist/
@@ -15,7 +11,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	ll-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	An XML-based extensible HTML generator
+COMMENT=	XML-based extensible HTML generator
 
 RUN_DEPENDS=	${PYXML} \
 		${PYTHON_PKGNAMEPREFIX}ll-core>=1.11.1:${PORTSDIR}/devel/py-ll-core \

Modified: head/www/xist/pkg-plist
==============================================================================
--- head/www/xist/pkg-plist	Mon May 13 07:55:29 2013	(r318003)
+++ head/www/xist/pkg-plist	Mon May 13 08:19:12 2013	(r318004)
@@ -24,6 +24,8 @@ bin/oramerge
 bin/oramerge.py
 bin/ucat
 bin/ucat.py
+bin/ucp
+bin/ucp.py
 bin/uhpp
 bin/uhpp.py
 bin/uls


More information about the svn-ports-all mailing list