diff options
author | dhn <dhn@FreeBSD.org> | 2011-03-24 00:25:10 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-03-24 00:25:10 +0800 |
commit | 223852904cccdaf02812638b7ee8cec6fb315b83 (patch) | |
tree | abc60e34d680f6119b724608bb73d3ae85f598c5 /security/py-fchksum | |
parent | 51cfddd875c8a3472009562f8c625ae8fecd66d7 (diff) | |
download | freebsd-ports-gnome-223852904cccdaf02812638b7ee8cec6fb315b83.tar.gz freebsd-ports-gnome-223852904cccdaf02812638b7ee8cec6fb315b83.tar.zst freebsd-ports-gnome-223852904cccdaf02812638b7ee8cec6fb315b83.zip |
- Update MASTER_SITES/WWW
PR: ports/155796
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'security/py-fchksum')
-rw-r--r-- | security/py-fchksum/Makefile | 5 | ||||
-rw-r--r-- | security/py-fchksum/distinfo | 1 | ||||
-rw-r--r-- | security/py-fchksum/pkg-descr | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/security/py-fchksum/Makefile b/security/py-fchksum/Makefile index 322119db80a5..c5eb77f92b97 100644 --- a/security/py-fchksum/Makefile +++ b/security/py-fchksum/Makefile @@ -9,16 +9,13 @@ PORTNAME= fchksum PORTVERSION= 1.7.1 CATEGORIES= security python -MASTER_SITES= http://www.dakotacom.net/~donut/programs/fchksum/ +MASTER_SITES= http://users.dakotacom.net/~donut/programs/fchksum/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python module to find the checksum of files -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - PLIST_FILES= %%PYTHON_SITELIBDIR%%/fchksum.so USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/security/py-fchksum/distinfo b/security/py-fchksum/distinfo index 63d5819f4f02..8c3fe058b67b 100644 --- a/security/py-fchksum/distinfo +++ b/security/py-fchksum/distinfo @@ -1,3 +1,2 @@ -MD5 (python-fchksum-1.7.1.tar.gz) = 5a7fdec9b6a04ef6d17962df2a74284b SHA256 (python-fchksum-1.7.1.tar.gz) = 407625d2bf38be6fcbe8b01007d1803b5c5bd97249114c076edef4fd061405a7 SIZE (python-fchksum-1.7.1.tar.gz) = 26724 diff --git a/security/py-fchksum/pkg-descr b/security/py-fchksum/pkg-descr index 544057e88693..aff9600176b1 100644 --- a/security/py-fchksum/pkg-descr +++ b/security/py-fchksum/pkg-descr @@ -7,4 +7,4 @@ actual work is done by C code. Compared to the implementing a read loop in python with the standard python modules, fchksum is approximatly 2.0x faster in md5 and 1.1x faster in crc32. -WWW: http://www.azstarnet.com/~donut/programs/fchksum.html +WWW: http://users.dakotacom.net/~donut/programs/fchksum.html |