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

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

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

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

Modified: head/devel/py-xstatic-mdi/Makefile
==============================================================================
--- head/devel/py-xstatic-mdi/Makefile	Thu Dec 10 21:39:30 2020	(r557569)
+++ head/devel/py-xstatic-mdi/Makefile	Thu Dec 10 21:39:36 2020	(r557570)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-mdi
-PORTVERSION=	1.4.57.0
-PORTREVISION=	2
+PORTVERSION=	1.6.50.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-mdi-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Material Design Webfont (mdi)
+COMMENT=	mdi (Material Design Icons) (XStatic packaging standard)
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-mdi/distinfo
==============================================================================
--- head/devel/py-xstatic-mdi/distinfo	Thu Dec 10 21:39:30 2020	(r557569)
+++ head/devel/py-xstatic-mdi/distinfo	Thu Dec 10 21:39:36 2020	(r557570)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481112212
-SHA256 (XStatic-mdi-1.4.57.0.tar.gz) = 19b4d522f8fa62fee2893b39147fcf45ebaba8b95d63f3708ebdf34e130a8a53
-SIZE (XStatic-mdi-1.4.57.0.tar.gz) = 683867
+TIMESTAMP = 1607539781
+SHA256 (XStatic-mdi-1.6.50.2.tar.gz) = be1005af7a593b0b3a349aadb05e4160ea65894248a47b246c6658345e2f10c1
+SIZE (XStatic-mdi-1.6.50.2.tar.gz) = 781279

Modified: head/devel/py-xstatic-mdi/pkg-descr
==============================================================================
--- head/devel/py-xstatic-mdi/pkg-descr	Thu Dec 10 21:39:30 2020	(r557569)
+++ head/devel/py-xstatic-mdi/pkg-descr	Thu Dec 10 21:39:36 2020	(r557570)
@@ -1,7 +1,10 @@
-This port is the static file package for mdi JavaScript library
-that provides a Material Design Webfont.
+mdi 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-mdi/
+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-mdi
+WWW: https://materialdesignicons.com/



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