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

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

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

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

Modified: head/devel/py-xstatic-jquery-migrate/Makefile
==============================================================================
--- head/devel/py-xstatic-jquery-migrate/Makefile	Thu Dec 10 21:38:59 2020	(r557564)
+++ head/devel/py-xstatic-jquery-migrate/Makefile	Thu Dec 10 21:39:05 2020	(r557565)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-jquery-migrate
-PORTVERSION=	1.2.1.1
-PORTREVISION=	2
+PORTVERSION=	1.2.1.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-JQuery-Migrate-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	JQuery migration kit (jquery-migrate)
+COMMENT=	JQuery-Migrate (XStatic packaging standard)
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-jquery-migrate/distinfo
==============================================================================
--- head/devel/py-xstatic-jquery-migrate/distinfo	Thu Dec 10 21:38:59 2020	(r557564)
+++ head/devel/py-xstatic-jquery-migrate/distinfo	Thu Dec 10 21:39:05 2020	(r557565)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481112108
-SHA256 (XStatic-JQuery-Migrate-1.2.1.1.tar.gz) = e2959b3df49afdddb00d36b74cca727a91b994b9f4edb993d7264731a750900e
-SIZE (XStatic-JQuery-Migrate-1.2.1.1.tar.gz) = 10643
+TIMESTAMP = 1607539773
+SHA256 (XStatic-JQuery-Migrate-1.2.1.2.tar.gz) = db9d28cb161626f979f7999f158a4a7aaf6dc957fd0106b1ad1051d47969c425
+SIZE (XStatic-JQuery-Migrate-1.2.1.2.tar.gz) = 10706

Modified: head/devel/py-xstatic-jquery-migrate/pkg-descr
==============================================================================
--- head/devel/py-xstatic-jquery-migrate/pkg-descr	Thu Dec 10 21:38:59 2020	(r557564)
+++ head/devel/py-xstatic-jquery-migrate/pkg-descr	Thu Dec 10 21:39:05 2020	(r557565)
@@ -1,7 +1,10 @@
-This port is the static file package for jquery-migrate JavaScript library
-that provides a JQuery migration kit.
+JQuery-Migrate 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-Migrate/
+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-migrate
+WWW: https://github.com/jquery/jquery-migrate



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