mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.0.2
- Update LICENSE - Add LICENSE_FILE Changes: https://bitbucket.org/cthedot/cssutils/src/default/CHANGELOG.txt https://bitbucket.org/cthedot/cssutils/commits/all
This commit is contained in:
parent
08ae19db34
commit
c75b7de4ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435494
2 changed files with 8 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= cssutils
|
PORTNAME= cssutils
|
||||||
PORTVERSION= 1.0.1
|
PORTVERSION= 1.0.2
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
|
@ -11,7 +11,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= CSS Cascading Style Sheets library for Python
|
COMMENT= CSS Cascading Style Sheets library for Python
|
||||||
|
|
||||||
LICENSE= LGPL3
|
LICENSE= GPLv3 LGPL3
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING
|
||||||
|
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LESSER
|
||||||
|
|
||||||
OPTIONS_DEFINE= EXAMPLES
|
OPTIONS_DEFINE= EXAMPLES
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1483301668
|
TIMESTAMP = 1488737589
|
||||||
SHA256 (cssutils-1.0.1.tar.gz) = d8a18b2848ea1011750231f1dd64fe9053dbec1be0b37563c582561e7a529063
|
SHA256 (cssutils-1.0.2.tar.gz) = a2fcf06467553038e98fea9cfe36af2bf14063eb147a70958cfcaa8f5786acaf
|
||||||
SIZE (cssutils-1.0.1.tar.gz) = 353621
|
SIZE (cssutils-1.0.2.tar.gz) = 367038
|
||||||
|
|
Loading…
Add table
Reference in a new issue