Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:38:18 +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: r557557 - head/devel/py-xstatic-bootstrap-datepicker
Message-ID:  <202012102138.0BALcIEZ056210@repo.freebsd.org>

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

Log:
  Update to 1.4.0.0
  
  - Add LICENSE
  - Update pkg-descr
  - Update WWW
  
  Changes:	https://github.com/openstack/xstatic-bootstrap-datepicker/commits/master

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

Modified: head/devel/py-xstatic-bootstrap-datepicker/Makefile
==============================================================================
--- head/devel/py-xstatic-bootstrap-datepicker/Makefile	Thu Dec 10 21:38:12 2020	(r557556)
+++ head/devel/py-xstatic-bootstrap-datepicker/Makefile	Thu Dec 10 21:38:18 2020	(r557557)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-bootstrap-datepicker
-PORTVERSION=	1.3.1.0
-PORTREVISION=	2
+PORTVERSION=	1.4.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +10,8 @@ DISTNAME=	XStatic-Bootstrap-Datepicker-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Datepicker for Bootstrap (bootstrap-datepicker)
+
+LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-bootstrap-datepicker/distinfo
==============================================================================
--- head/devel/py-xstatic-bootstrap-datepicker/distinfo	Thu Dec 10 21:38:12 2020	(r557556)
+++ head/devel/py-xstatic-bootstrap-datepicker/distinfo	Thu Dec 10 21:38:18 2020	(r557557)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481111947
-SHA256 (XStatic-Bootstrap-Datepicker-1.3.1.0.tar.gz) = 9edc9b77501001fcee9fbf4bf0a722c263efd928ef928b40081a8269fdd9a944
-SIZE (XStatic-Bootstrap-Datepicker-1.3.1.0.tar.gz) = 32501
+TIMESTAMP = 1607539765
+SHA256 (XStatic-Bootstrap-Datepicker-1.4.0.0.tar.gz) = df33add9f5e785fa884ac4b182601af6aac9e1eeef7cfe62dbbcb0654d0f2d6e
+SIZE (XStatic-Bootstrap-Datepicker-1.4.0.0.tar.gz) = 40593

Modified: head/devel/py-xstatic-bootstrap-datepicker/pkg-descr
==============================================================================
--- head/devel/py-xstatic-bootstrap-datepicker/pkg-descr	Thu Dec 10 21:38:12 2020	(r557556)
+++ head/devel/py-xstatic-bootstrap-datepicker/pkg-descr	Thu Dec 10 21:38:18 2020	(r557557)
@@ -1,7 +1,11 @@
-This port is the static file package for bootstrap-datepicker JavaScript library
-that provides a datepicker for Bootstrap.
+Bootstrap-Datepicker 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-Bootstrap-Datepicker/
+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-bootstrap-datepicker
+WWW: https://github.com/uxsolutions/bootstrap-datepicker



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