diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-03-06 19:54:35 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-03-06 19:54:35 +0000 |
commit | 40ced378492a5b7c3aa9ed045e84a88dfd8d7034 (patch) | |
tree | 2439f8dfca0ec8472792cedf93a56a719b7241d6 /misc/wotsap | |
parent | d7e4c735f3c4d1a87f90c2305470c104e9c25a2a (diff) | |
download | ports-40ced378492a5b7c3aa9ed045e84a88dfd8d7034.tar.gz ports-40ced378492a5b7c3aa9ed045e84a88dfd8d7034.zip |
Notes
Diffstat (limited to 'misc/wotsap')
-rw-r--r-- | misc/wotsap/Makefile | 11 | ||||
-rw-r--r-- | misc/wotsap/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile index 9605f326742f..c1e2fd9b5755 100644 --- a/misc/wotsap/Makefile +++ b/misc/wotsap/Makefile @@ -7,9 +7,9 @@ # PORTNAME= wotsap -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= misc -MASTER_SITES= http://www.lysator.liu.se/~jc/wotsap/ +MASTER_SITES= http://www.lysator.liu.se/~jc/wotsap/download/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -17,12 +17,13 @@ COMMENT= Web of trust statistics and pathfinder RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL.pth:${PORTSDIR}/graphics/py-imaging -PLIST_FILES= bin/wotsap -WRKSRC= ${WRKDIR}/${PORTNAME} USE_PYTHON= yes NO_BUILD= yes +PLIST_FILES= bin/pks2wot bin/wotsap + do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/wotsap.py ${PREFIX}/bin/wotsap + ${INSTALL_SCRIPT} ${WRKSRC}/pks2wot ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/wotsap ${PREFIX}/bin .include <bsd.port.mk> diff --git a/misc/wotsap/distinfo b/misc/wotsap/distinfo index 5def5eb13a4a..ab507e613a93 100644 --- a/misc/wotsap/distinfo +++ b/misc/wotsap/distinfo @@ -1,2 +1,2 @@ -MD5 (wotsap-0.5.tgz) = e2eee7c0b68de4a968ca359391463551 -SIZE (wotsap-0.5.tgz) = 14637 +MD5 (wotsap-0.6.tgz) = 347755ecab208977e880cfc3182ead03 +SIZE (wotsap-0.6.tgz) = 38381 |