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

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

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

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

Modified: head/devel/py-xstatic-angular-gettext/Makefile
==============================================================================
--- head/devel/py-xstatic-angular-gettext/Makefile	Thu Dec 10 21:37:55 2020	(r557553)
+++ head/devel/py-xstatic-angular-gettext/Makefile	Thu Dec 10 21:38:00 2020	(r557554)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	xstatic-angular-gettext
-PORTVERSION=	2.3.8.0
-PORTREVISION=	2
+PORTVERSION=	2.4.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	XStatic-Angular-Gettext-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Gettext support for Angular.js (angular-gettext)
+COMMENT=	Angular-Gettext (XStatic packaging standard)
+
+LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}xstatic>=0:devel/py-xstatic@${PY_FLAVOR}
 

Modified: head/devel/py-xstatic-angular-gettext/distinfo
==============================================================================
--- head/devel/py-xstatic-angular-gettext/distinfo	Thu Dec 10 21:37:55 2020	(r557553)
+++ head/devel/py-xstatic-angular-gettext/distinfo	Thu Dec 10 21:38:00 2020	(r557554)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481111891
-SHA256 (XStatic-Angular-Gettext-2.3.8.0.tar.gz) = 18db14dccaae5d64a9b66d08d0134b6c154fc1fb1e216964bba8e403e03c870e
-SIZE (XStatic-Angular-Gettext-2.3.8.0.tar.gz) = 11100
+TIMESTAMP = 1607539761
+SHA256 (XStatic-Angular-Gettext-2.4.1.0.tar.gz) = 883192c9273b2d1b8dc69e605845f0d3a267698955e55dcde0e3a4defeae385b
+SIZE (XStatic-Angular-Gettext-2.4.1.0.tar.gz) = 11158

Modified: head/devel/py-xstatic-angular-gettext/pkg-descr
==============================================================================
--- head/devel/py-xstatic-angular-gettext/pkg-descr	Thu Dec 10 21:37:55 2020	(r557553)
+++ head/devel/py-xstatic-angular-gettext/pkg-descr	Thu Dec 10 21:38:00 2020	(r557554)
@@ -1,7 +1,10 @@
-This port is the static file package for angular-gettext JavaScript library
-that provides a Gettext support for Angular.js.
+Angular-Gettext 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-Angular-Gettext/
+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-angular-gettext
+WWW: https://angular-gettext.rocketeer.be/



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