Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 08:19:12 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318004 - head/www/xist
Message-ID:  <201305130819.r4D8JCSD013112@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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