svn commit: r557563 - head/devel/py-xstatic-jasmine

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Dec 10 21:39:01 UTC 2020


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 at 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/


More information about the svn-ports-head mailing list