svn commit: r557552 - head/devel/py-xstatic-angular-bootstrap

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


Author: sunpoet
Date: Thu Dec 10 21:37:49 2020
New Revision: 557552
URL: https://svnweb.freebsd.org/changeset/ports/557552

Log:
  Update to 2.5.0.0
  
  - Update COMMENT
  - Update pkg-descr
  - Update WWW
  
  Changes:	https://github.com/openstack/xstatic-angular-bootstrap/commits/master

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

Modified: head/devel/py-xstatic-angular-bootstrap/Makefile
==============================================================================
--- head/devel/py-xstatic-angular-bootstrap/Makefile	Thu Dec 10 21:37:43 2020	(r557551)
+++ head/devel/py-xstatic-angular-bootstrap/Makefile	Thu Dec 10 21:37:49 2020	(r557552)
@@ -2,15 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-angular-bootstrap
-PORTVERSION=	2.2.0.0
-PORTREVISION=	1
+PORTVERSION=	2.5.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-Angular-Bootstrap-${PORTVERSION}
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Bootstrap widgets for Angular (angular-bootstrap)
+COMMENT=	Angular-Bootstrap (XStatic packaging standard)
 
 LICENSE=	MIT
 

Modified: head/devel/py-xstatic-angular-bootstrap/distinfo
==============================================================================
--- head/devel/py-xstatic-angular-bootstrap/distinfo	Thu Dec 10 21:37:43 2020	(r557551)
+++ head/devel/py-xstatic-angular-bootstrap/distinfo	Thu Dec 10 21:37:49 2020	(r557552)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527412234
-SHA256 (XStatic-Angular-Bootstrap-2.2.0.0.tar.gz) = 61b0a86aad66bf0d333ed24496f51d77cb20ad5bf664140d86e880b15a231166
-SIZE (XStatic-Angular-Bootstrap-2.2.0.0.tar.gz) = 58467
+TIMESTAMP = 1607539759
+SHA256 (XStatic-Angular-Bootstrap-2.5.0.0.tar.gz) = be60686c9a29c74ceeadd787969c2bcbce39f15b30daa4949574aeca602f9f35
+SIZE (XStatic-Angular-Bootstrap-2.5.0.0.tar.gz) = 59887

Modified: head/devel/py-xstatic-angular-bootstrap/pkg-descr
==============================================================================
--- head/devel/py-xstatic-angular-bootstrap/pkg-descr	Thu Dec 10 21:37:43 2020	(r557551)
+++ head/devel/py-xstatic-angular-bootstrap/pkg-descr	Thu Dec 10 21:37:49 2020	(r557552)
@@ -1,7 +1,11 @@
-This port is the static file package for angular-bootstrap JavaScript library
-that provides a Bootstrap widgets for Angular framework.
+Angular-Bootstrap 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-Angular-Bootstrap/
+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-angular-bootstrap
+WWW: https://angular-ui.github.io/bootstrap/


More information about the svn-ports-head mailing list