svn commit: r557562 - head/devel/py-xstatic-hogan

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


Author: sunpoet
Date: Thu Dec 10 21:38:47 2020
New Revision: 557562
URL: https://svnweb.freebsd.org/changeset/ports/557562

Log:
  Update to 2.0.0.3
  
  - Add LICENSE
  - Update COMMENT
  - Update pkg-descr
  - Update WWW
  
  Changes:	https://github.com/openstack/xstatic-hogan/commits/master

Modified:
  head/devel/py-xstatic-hogan/Makefile
  head/devel/py-xstatic-hogan/distinfo
  head/devel/py-xstatic-hogan/pkg-descr

Modified: head/devel/py-xstatic-hogan/Makefile
==============================================================================
--- head/devel/py-xstatic-hogan/Makefile	Thu Dec 10 21:38:42 2020	(r557561)
+++ head/devel/py-xstatic-hogan/Makefile	Thu Dec 10 21:38:47 2020	(r557562)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-hogan
-PORTVERSION=	2.0.0.2
-PORTREVISION=	2
+PORTVERSION=	2.0.0.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-Hogan-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	JavaScript templating framework (hogan.js)
+COMMENT=	Hogan (XStatic packaging standard)
+
+LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-hogan/distinfo
==============================================================================
--- head/devel/py-xstatic-hogan/distinfo	Thu Dec 10 21:38:42 2020	(r557561)
+++ head/devel/py-xstatic-hogan/distinfo	Thu Dec 10 21:38:47 2020	(r557562)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481112026
-SHA256 (XStatic-Hogan-2.0.0.2.tar.gz) = 5941bc7fb2a09916b8837848e6fc2a13b2dfc271811e9b522c61e1337d5fc2bd
-SIZE (XStatic-Hogan-2.0.0.2.tar.gz) = 6919
+TIMESTAMP = 1607539769
+SHA256 (XStatic-Hogan-2.0.0.3.tar.gz) = 27a921963e470abbada15b2d85d198833795aaead5fd73339bc2883cfddb5619
+SIZE (XStatic-Hogan-2.0.0.3.tar.gz) = 6813

Modified: head/devel/py-xstatic-hogan/pkg-descr
==============================================================================
--- head/devel/py-xstatic-hogan/pkg-descr	Thu Dec 10 21:38:42 2020	(r557561)
+++ head/devel/py-xstatic-hogan/pkg-descr	Thu Dec 10 21:38:47 2020	(r557562)
@@ -1,7 +1,10 @@
-This port is the static file package for hoganjs JavaScript library
-that provides a JavaScript templating framework.
+Hogan JavaScript library packaged for setuptools (easy_install) / pip.
 
-It uses the XStatic packaging standard, aimed to bring an ability to
-install javascript libraries via easy_install or pip utility.
+This package is intended to be used by any project that needs these files.
 
-WWW: https://pypi.org/project/XStatic-Hogan/
+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-hogan
+WWW: http://twitter.github.io/hogan.js/


More information about the svn-ports-all mailing list