Ok?

- update homepage
- working master site
- groff not needed, varified with mandoc(1)
- regen plist
- bump rev


Index: Makefile
===================================================================
RCS file: /cvs/ports/net/unworkable/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile    16 Jun 2011 20:49:11 -0000      1.10
+++ Makefile    4 Jul 2011 23:28:26 -0000
@@ -4,9 +4,10 @@
 
 DISTNAME=              unworkable-0.53
 EPOCH=                 0
+REVISION=              0
 CATEGORIES=            net
 
-HOMEPAGE=              http://p2presearch.com/unworkable
+HOMEPAGE=              http://code.google.com/p/unworkable/
 
 MAINTAINER=            Niall O Higgins <nia...@openbsd.org>
 
@@ -16,18 +17,17 @@
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-MASTER_SITES=          http://p2presearch.com/unworkable/dist/
+MASTER_SITES=          http://unworkable.googlecode.com/files/
 
 WRKDIST=               ${WRKDIR}/unworkable
 WANTLIB=               c crypto event
 
 NO_REGRESS=            Yes
 
-USE_GROFF=             Yes
 MAKE_FILE=             BSDmakefile
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/unworkable ${PREFIX}/bin
-       ${INSTALL_MAN} ${WRKSRC}/unworkable.cat1 ${PREFIX}/man/man1/unworkable.0
+       ${INSTALL_MAN} ${WRKSRC}/unworkable.1 ${PREFIX}/man/man1/
 
 .include <bsd.port.mk>
Index: patches/patch-BSDmakefile
===================================================================
RCS file: /cvs/ports/net/unworkable/patches/patch-BSDmakefile,v
retrieving revision 1.2
diff -u -r1.2 patch-BSDmakefile
--- patches/patch-BSDmakefile   12 Nov 2009 20:22:31 -0000      1.2
+++ patches/patch-BSDmakefile   4 Jul 2011 23:28:26 -0000
@@ -1,8 +1,12 @@
 $OpenBSD: patch-BSDmakefile,v 1.2 2009/11/12 20:22:31 benoit Exp $
---- BSDmakefile.orig   Mon Aug 31 07:48:38 2009
-+++ BSDmakefile        Thu Nov 12 16:43:20 2009
-@@ -42,7 +42,7 @@
- all: ${PROG} unworkable.cat1
+--- BSDmakefile.orig   Mon Oct  6 00:56:25 2008
++++ BSDmakefile        Tue Jul  5 00:24:59 2011
+@@ -39,10 +39,10 @@ SRCS= announce.c bencode.c buf.c ctl_server.c network.
+ OBJS= ${SRCS:N*.h:N*.sh:R:S/$/.o/g}
+ MAN= unworkable.1
+ 
+-all: ${PROG} unworkable.cat1
++all: ${PROG} ${MAN}
  
  ${PROG}: libunworkable.a main.o
 -      ${CC} -o ${.TARGET} ${LDFLAGS} -levent -lcrypto main.o -lunworkable
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/unworkable/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST   23 Sep 2008 14:23:22 -0000      1.2
+++ pkg/PLIST   4 Jul 2011 23:28:26 -0000
@@ -1,3 +1,3 @@
 @comment $OpenBSD: PLIST,v 1.2 2008/09/23 14:23:22 martynas Exp $
 @bin bin/unworkable
-man/man1/unworkable.0
+@man man/man1/unworkable.1

-- 
best regards
q#

Reply via email to