1 |
douglas |
501 |
diff -Nrux .svn -x work /usr/ports/converters/py-unidecode/Makefile py-unidecode/Makefile |
2 |
|
|
--- /usr/ports/converters/py-unidecode/Makefile 2011-04-04 23:20:43.000000000 -0700 |
3 |
|
|
+++ py-unidecode/Makefile 2012-02-20 13:32:38.000000000 -0800 |
4 |
|
|
@@ -6,19 +6,16 @@ |
5 |
|
|
# |
6 |
|
|
|
7 |
|
|
PORTNAME= unidecode |
8 |
|
|
-PORTVERSION= 0.04.7 |
9 |
|
|
+PORTVERSION= 0.04.9 |
10 |
|
|
CATEGORIES= converters python |
11 |
|
|
-MASTER_SITES= http://code.zemanta.com/tsolc/unidecode/releases/ \ |
12 |
|
|
- http://apt.douglasthrift.net/files/${PORTNAME}/ \ |
13 |
|
|
- http://code.douglasthrift.net/files/${PORTNAME}/ |
14 |
|
|
+MASTER_SITES= CHEESESHOP |
15 |
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
16 |
|
|
DISTNAME= Unidecode-${PORTVERSION} |
17 |
|
|
|
18 |
|
|
MAINTAINER= douglas@douglasthrift.net |
19 |
|
|
COMMENT= ASCII transliterations of Unicode text |
20 |
|
|
|
21 |
|
|
-LICENSE= ART10 GPLv1 |
22 |
|
|
-LICENSE_COMB= dual |
23 |
|
|
+LICENSE= GPLv2 |
24 |
|
|
|
25 |
|
|
USE_PYTHON= yes |
26 |
|
|
USE_PYDISTUTILS= yes |
27 |
|
|
diff -Nrux .svn -x work /usr/ports/converters/py-unidecode/distinfo py-unidecode/distinfo |
28 |
|
|
--- /usr/ports/converters/py-unidecode/distinfo 2011-04-04 23:20:43.000000000 -0700 |
29 |
|
|
+++ py-unidecode/distinfo 2012-02-20 13:32:57.000000000 -0800 |
30 |
|
|
@@ -1,2 +1,2 @@ |
31 |
|
|
-SHA256 (Unidecode-0.04.7.tar.gz) = 083491df30d4c40798d0e4b4820c30f0eacb8e925d4c5af81a7cdbb2bb94bdcc |
32 |
|
|
-SIZE (Unidecode-0.04.7.tar.gz) = 187476 |
33 |
|
|
+SHA256 (Unidecode-0.04.9.tar.gz) = 95df723427e7e1872349e2c3aef54c77c1df48fa57563d050bf56f43ba1d4d14 |
34 |
|
|
+SIZE (Unidecode-0.04.9.tar.gz) = 196659 |
35 |
|
|
diff -Nrux .svn -x work /usr/ports/converters/py-unidecode/pkg-descr py-unidecode/pkg-descr |
36 |
|
|
--- /usr/ports/converters/py-unidecode/pkg-descr 2009-11-04 06:37:37.000000000 -0800 |
37 |
|
|
+++ py-unidecode/pkg-descr 2012-02-20 13:52:54.000000000 -0800 |
38 |
|
|
@@ -5,4 +5,4 @@ |
39 |
|
|
-- i.e., conveying, in Roman letters, the pronunciation expressed by |
40 |
|
|
the text in some other writing system. (See the example above) |
41 |
|
|
|
42 |
|
|
-WWW: http://code.zemanta.com/tsolc/unidecode/ |
43 |
|
|
+WWW: http://pypi.python.org/pypi/Unidecode |