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

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

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

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

Modified: head/devel/py-xstatic-jquery.quicksearch/Makefile
==============================================================================
--- head/devel/py-xstatic-jquery.quicksearch/Makefile	Thu Dec 10 21:39:10 2020	(r557566)
+++ head/devel/py-xstatic-jquery.quicksearch/Makefile	Thu Dec 10 21:39:16 2020	(r557567)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-jquery.quicksearch
-PORTVERSION=	2.0.3.1
-PORTREVISION=	2
+PORTVERSION=	2.0.3.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-JQuery.quicksearch-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	JQuery plugin for searching through tables (jquery-quicksearch)
+COMMENT=	JQuery.quicksearch (XStatic packaging standard)
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-jquery.quicksearch/distinfo
==============================================================================
--- head/devel/py-xstatic-jquery.quicksearch/distinfo	Thu Dec 10 21:39:10 2020	(r557566)
+++ head/devel/py-xstatic-jquery.quicksearch/distinfo	Thu Dec 10 21:39:16 2020	(r557567)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481112128
-SHA256 (XStatic-JQuery.quicksearch-2.0.3.1.tar.gz) = 1271571b420417add56c274fd935e81bfc79e0d54a03559d6ba5ef369f358477
-SIZE (XStatic-JQuery.quicksearch-2.0.3.1.tar.gz) = 7239
+TIMESTAMP = 1607539777
+SHA256 (XStatic-JQuery.quicksearch-2.0.3.2.tar.gz) = f38760fe93b504f2855ef25e9bf91df65c8a6601674165e4685fb217bb616fd1
+SIZE (XStatic-JQuery.quicksearch-2.0.3.2.tar.gz) = 7129

Modified: head/devel/py-xstatic-jquery.quicksearch/pkg-descr
==============================================================================
--- head/devel/py-xstatic-jquery.quicksearch/pkg-descr	Thu Dec 10 21:39:10 2020	(r557566)
+++ head/devel/py-xstatic-jquery.quicksearch/pkg-descr	Thu Dec 10 21:39:16 2020	(r557567)
@@ -1,7 +1,11 @@
-This port is the static file package for jquery-quicksearch JavaScript library
-that provides a JQuery plugin for searching through tables.
+JQuery.quicksearch 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.quicksearch/
+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.quicksearch
+WWW: https://plugins.jquery.com/jquery.quicksearch/



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