Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:38:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557563 - head/devel/py-xstatic-jasmine
Message-ID:  <202012102138.0BALcsoB056951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:38:53 2020
New Revision: 557563
URL: https://svnweb.freebsd.org/changeset/ports/557563

Log:
  Add LICENSE
  
  - Update pkg-descr
  - Update WWW

Modified:
  head/devel/py-xstatic-jasmine/Makefile
  head/devel/py-xstatic-jasmine/pkg-descr

Modified: head/devel/py-xstatic-jasmine/Makefile
==============================================================================
--- head/devel/py-xstatic-jasmine/Makefile	Thu Dec 10 21:38:47 2020	(r557562)
+++ head/devel/py-xstatic-jasmine/Makefile	Thu Dec 10 21:38:53 2020	(r557563)
@@ -12,6 +12,8 @@ DISTNAME=	XStatic-Jasmine-${PORTVERSION}
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Jasmine (XStatic packaging standard)
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 
 USES=		python

Modified: head/devel/py-xstatic-jasmine/pkg-descr
==============================================================================
--- head/devel/py-xstatic-jasmine/pkg-descr	Thu Dec 10 21:38:47 2020	(r557562)
+++ head/devel/py-xstatic-jasmine/pkg-descr	Thu Dec 10 21:38:53 2020	(r557563)
@@ -1,9 +1,10 @@
 Jasmine JavaScript library packaged for setuptools (easy_install) / pip.
 
-This package is intended to be used by **any** project that needs these files.
+This package is intended to be used by any project that needs these files.
 
-It intentionally does **not** provide any extra code except some metadata
-**nor** has any extra requirements. You MAY use some minimal support code from
-the XStatic base package, if you like.
+It intentionally does not provide any extra code except some metadata nor has
+any extra requirements. You MAY use some minimal support code from the XStatic
+base package, if you like.
 
 WWW: https://github.com/openstack/xstatic-jasmine
+WWW: https://jasmine.github.io/



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