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

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

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

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

Modified: head/devel/py-xstatic-jquery/Makefile
==============================================================================
--- head/devel/py-xstatic-jquery/Makefile	Thu Dec 10 21:38:53 2020	(r557563)
+++ head/devel/py-xstatic-jquery/Makefile	Thu Dec 10 21:38:59 2020	(r557564)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-jquery
-PORTVERSION=	1.10.2.1
-PORTREVISION=	2
+PORTVERSION=	3.5.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-jQuery-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	JavaScript library for DOM operations (jquery)
+COMMENT=	jQuery (XStatic packaging standard)
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-jquery/distinfo
==============================================================================
--- head/devel/py-xstatic-jquery/distinfo	Thu Dec 10 21:38:53 2020	(r557563)
+++ head/devel/py-xstatic-jquery/distinfo	Thu Dec 10 21:38:59 2020	(r557564)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481112085
-SHA256 (XStatic-jQuery-1.10.2.1.tar.gz) = 83416a6bb86e8534858c4d1ddca45e881c87639da6f78000c28c3a193fe91305
-SIZE (XStatic-jQuery-1.10.2.1.tar.gz) = 116458
+TIMESTAMP = 1607539771
+SHA256 (XStatic-jQuery-3.5.1.1.tar.gz) = e0ae8f8ec5bbd28045ba4bca06767a38bd5fc27cf9b71f434589f59370dcd323
+SIZE (XStatic-jQuery-3.5.1.1.tar.gz) = 310055

Modified: head/devel/py-xstatic-jquery/pkg-descr
==============================================================================
--- head/devel/py-xstatic-jquery/pkg-descr	Thu Dec 10 21:38:53 2020	(r557563)
+++ head/devel/py-xstatic-jquery/pkg-descr	Thu Dec 10 21:38:59 2020	(r557564)
@@ -1,7 +1,10 @@
-This port is the static file package for jquery JavaScript library
-that provides a JavaScript library for DOM operations.
+jQuery 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/
+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/xstatic-py/xstatic-jquery
+WWW: https://jquery.com/



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