ports/78501: Update port: misc/wotsap to 0.6

KATO Tsuguru tkato432 at yahoo.com
Sun Mar 6 16:10:06 UTC 2005


>Number:         78501
>Category:       ports
>Synopsis:       Update port: misc/wotsap to 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 06 16:10:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.6

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/wotsap/Makefile misc/wotsap/Makefile
--- /usr/ports/misc/wotsap/Makefile	Fri Feb  6 10:14:32 2004
+++ misc/wotsap/Makefile	Sun Mar  6 13:10:04 2005
@@ -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 at FreeBSD.org
@@ -17,12 +17,13 @@
 
 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 -urN /usr/ports/misc/wotsap/distinfo misc/wotsap/distinfo
--- /usr/ports/misc/wotsap/distinfo	Fri Jan 30 14:51:04 2004
+++ misc/wotsap/distinfo	Sun Mar  6 13:07:30 2005
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list