Martynas pointed out that 0.5 < 20080108 therefore pkgtools would think this change is a downgrade. Updated diff to address this:
Index: Makefile =================================================================== RCS file: /cvs/ports/net/unworkable/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- Makefile 9 Jan 2008 20:35:51 -0000 1.4 +++ Makefile 22 Sep 2008 19:15:27 -0000 @@ -2,10 +2,11 @@ COMMENT= simple BitTorrent implementation -DISTNAME= unworkable-20080108 +DISTNAME= unworkable-0.5 +PKGNAME= ${DISTNAME}v0 CATEGORIES= net -HOMEPAGE= http://niallohiggins.com/unworkable +HOMEPAGE= http://p2presearch.com/unworkable MAINTAINER= Niall O Higgins <[EMAIL PROTECTED]> @@ -15,7 +16,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -MASTER_SITES= http://niallohiggins.com/unworkable/dist/ +MASTER_SITES= http://p2presearch.com/unworkable/dist/ WRKDIST= ${WRKDIR}/unworkable WANTLIB= c crypto event Index: distinfo =================================================================== RCS file: /cvs/ports/net/unworkable/distinfo,v retrieving revision 1.4 diff -u -p -r1.4 distinfo --- distinfo 9 Jan 2008 20:35:51 -0000 1.4 +++ distinfo 22 Sep 2008 19:15:27 -0000 @@ -1,5 +1,5 @@ -MD5 (unworkable-20080108.tar.gz) = uW1qEoDABbAEBaJ0QGLztQ== -RMD160 (unworkable-20080108.tar.gz) = GVvdkvzEWxIOU3993v+8Ms+y2mM= -SHA1 (unworkable-20080108.tar.gz) = 6+ufdjRVmnJQQa40VFzUgSTQaos= -SHA256 (unworkable-20080108.tar.gz) = LhDYb5FTNvy8McP0Ef4u2F+/5Cx0ca0Lm8UoQFm/Iic= -SIZE (unworkable-20080108.tar.gz) = 62773 +MD5 (unworkable-0.5.tar.gz) = sEk6E0aJbInQPx1QikeULQ== +RMD160 (unworkable-0.5.tar.gz) = 3XZCNIl016LBAfUe/4hOeUrIH04= +SHA1 (unworkable-0.5.tar.gz) = Fx+MYSx7UydaApAPk8Nh8WNA/F4= +SHA256 (unworkable-0.5.tar.gz) = sZ2gRIyrxSYJQ5UuzIpyLXpwfdoKdvvk2CRZcittI+A= +SIZE (unworkable-0.5.tar.gz) = 70473 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/net/unworkable/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -p -r1.1.1.1 PLIST --- pkg/PLIST 26 Nov 2007 20:37:09 -0000 1.1.1.1 +++ pkg/PLIST 22 Sep 2008 19:15:27 -0000 @@ -1,3 +1,3 @@ @comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/26 20:37:09 okan Exp $ -bin/unworkable [EMAIL PROTECTED] bin/unworkable man/man1/unworkable.0 On Mon, Sep 22, 2008 at 10:12:44AM -0700, Niall O'Higgins wrote: > Hi, > > Here is a diff for latest version of the Unworkable BitTorrent > implementation. Tested on amd64 and sparc64. > > CHANGES: > > Support for Fast Extensions (BEP 6), avoiding long hash checks > with Fast Resume and many bugfixes which make transfers happen at > a faster rate. -- Niall O'Higgins P2P Research http://p2presearch.com http://niallohiggins.com