Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:39:23 +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: r557568 - head/devel/py-xstatic-jquery.tablesorter
Message-ID:  <202012102139.0BALdNtm057619@repo.freebsd.org>

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

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

Modified:
  head/devel/py-xstatic-jquery.tablesorter/Makefile
  head/devel/py-xstatic-jquery.tablesorter/distinfo
  head/devel/py-xstatic-jquery.tablesorter/pkg-descr

Modified: head/devel/py-xstatic-jquery.tablesorter/Makefile
==============================================================================
--- head/devel/py-xstatic-jquery.tablesorter/Makefile	Thu Dec 10 21:39:16 2020	(r557567)
+++ head/devel/py-xstatic-jquery.tablesorter/Makefile	Thu Dec 10 21:39:22 2020	(r557568)
@@ -2,15 +2,17 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-jquery.tablesorter
-PORTVERSION=	2.14.5.1
-PORTREVISION=	2
+PORTVERSION=	2.14.5.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-JQuery.TableSorter-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	JQuery plugin for creating sortable tables (jquery-tablesort)
+COMMENT=	JQuery.TableSorter (XStatic packaging standard)
+
+LICENSE=	GPLv2 MIT
+LICENSE_COMB=	dual
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-jquery.tablesorter/distinfo
==============================================================================
--- head/devel/py-xstatic-jquery.tablesorter/distinfo	Thu Dec 10 21:39:16 2020	(r557567)
+++ head/devel/py-xstatic-jquery.tablesorter/distinfo	Thu Dec 10 21:39:22 2020	(r557568)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481112151
-SHA256 (XStatic-JQuery.TableSorter-2.14.5.1.tar.gz) = 3ba24aecd9a3dc71a79dd4096fa5a8a041c3a7b892c61d05e6e46de0605070f0
-SIZE (XStatic-JQuery.TableSorter-2.14.5.1.tar.gz) = 19789
+TIMESTAMP = 1607539779
+SHA256 (XStatic-JQuery.TableSorter-2.14.5.2.tar.gz) = bdd847ca0cde4014fd21134f99e59a99ef488185c745e82646911d2f9de3d762
+SIZE (XStatic-JQuery.TableSorter-2.14.5.2.tar.gz) = 19592

Modified: head/devel/py-xstatic-jquery.tablesorter/pkg-descr
==============================================================================
--- head/devel/py-xstatic-jquery.tablesorter/pkg-descr	Thu Dec 10 21:39:16 2020	(r557567)
+++ head/devel/py-xstatic-jquery.tablesorter/pkg-descr	Thu Dec 10 21:39:22 2020	(r557568)
@@ -1,7 +1,11 @@
-This port is the static file package for jquery-tablesort JavaScript library
-that provides a lightweight jQuery plugin for creating sortable tables.
+JQuery.TableSorter 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-JQuery.TableSorter/
+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-jquery.tablesorter
+WWW: https://github.com/Mottie/tablesorter



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