diff options
author | pat <pat@FreeBSD.org> | 2002-05-25 12:45:51 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-05-25 12:45:51 +0800 |
commit | b4b5175f6cb7b3743441e4c2e08c6e28b33c50e9 (patch) | |
tree | 0318967a1ea6e20de88922ebb6e682f0b5d33956 /textproc | |
parent | 522bfdaa1263a3875c1d327cf3211f8bc5b2f610 (diff) | |
download | freebsd-ports-gnome-b4b5175f6cb7b3743441e4c2e08c6e28b33c50e9.tar.gz freebsd-ports-gnome-b4b5175f6cb7b3743441e4c2e08c6e28b33c50e9.tar.zst freebsd-ports-gnome-b4b5175f6cb7b3743441e4c2e08c6e28b33c50e9.zip |
Update to 2.24
Change MASTER_SITE to author's new home.
PR: 38274
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-jaxml/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-jaxml/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-jaxml/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/py-jaxml/pkg-plist | 1 |
4 files changed, 5 insertions, 4 deletions
diff --git a/textproc/py-jaxml/Makefile b/textproc/py-jaxml/Makefile index f7fc1fdbc6b0..d92a3d95d614 100644 --- a/textproc/py-jaxml/Makefile +++ b/textproc/py-jaxml/Makefile @@ -7,9 +7,9 @@ # PORTNAME= jaxml -PORTVERSION= 2.23 +PORTVERSION= 2.24 CATEGORIES= textproc python -MASTER_SITES= http://cortex.unice.fr/~jerome/jaxml/ +MASTER_SITES= http://www.librelogiciel.com/software/jaxml/tarballs/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org diff --git a/textproc/py-jaxml/distinfo b/textproc/py-jaxml/distinfo index e38d5557a4e2..61f90f692077 100644 --- a/textproc/py-jaxml/distinfo +++ b/textproc/py-jaxml/distinfo @@ -1 +1 @@ -MD5 (jaxml-2.23.tar.gz) = cb499259706a427b57e18238e514a685 +MD5 (jaxml-2.24.tar.gz) = a59b298bd2e8340588bdfc89b2f0bdc5 diff --git a/textproc/py-jaxml/pkg-descr b/textproc/py-jaxml/pkg-descr index a29110205a71..39475b8ca5ac 100644 --- a/textproc/py-jaxml/pkg-descr +++ b/textproc/py-jaxml/pkg-descr @@ -1,3 +1,3 @@ A Python module to generate XML easily -WWW: http://cortex.unice.fr/~jerome/jaxml/ +WWW: http://www.librelogiciel.com/software/jaxml/ diff --git a/textproc/py-jaxml/pkg-plist b/textproc/py-jaxml/pkg-plist index e46c3e883bcd..4a2fece900fa 100644 --- a/textproc/py-jaxml/pkg-plist +++ b/textproc/py-jaxml/pkg-plist @@ -1,2 +1,3 @@ lib/%%PYTHON_VERSION%%/site-packages/jaxml.py lib/%%PYTHON_VERSION%%/site-packages/jaxml.pyc +lib/%%PYTHON_VERSION%%/site-packages/jaxml.pyo |