pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/48124: Update net/unworkable to 0.53



>Number:         48124
>Category:       pkg
>Synopsis:       Update net/unworkable to 0.53
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 15 10:50:00 +0000 2013
>Originator:     Leonardo Taccari
>Release:        NetBSD 6.1
>Organization:
>Environment:
System: NetBSD :) 6.1 NetBSD 6.1 (EEEPC900) #1: Fri Jul 12 06:24:35 CEST 2013 
leot@:):/usr/src/sys/arch/i386/compile/EEEPC900 i386
Architecture: i386
Machine: i386
>Description:
        The net/unworkable package in pkgsrc is not the latest stable version
        (0.53).
>How-To-Repeat:
        $ cd pkgsrc/net/unworkable
        & make show-var VARNAME=DISTNAME
>Fix:
        Please apply the following patches. While here I will also write
        a possible commit message.

        patches/patch-main.c is not needed anymore because it is fixed upstream.


-----------------8<-----------------8<-----------------8<-----------------
Update net/unworkable to 0.53.

Changes (from 0.51 to 0.53):
 * Bug fixes

For a complete list of changes please see
http://code.google.com/p/unworkable/source/list?num=25&start=540 from revision
r513 to revision r540.
-----------------8<-----------------8<-----------------8<-----------------


-----------------8<-----------------8<-----------------8<-----------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/unworkable/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile    23 May 2013 15:01:05 -0000      1.11
+++ Makefile    15 Aug 2013 10:19:31 -0000
@@ -1,13 +1,13 @@
 # $NetBSD: Makefile,v 1.11 2013/05/23 15:01:05 christos Exp $
 
-DISTNAME=      unworkable-0.51
-PKGREVISION=   7
+DISTNAME=      unworkable-0.53
 CATEGORIES=    net
-MASTER_SITES=  # http://p2presearch.com/unworkable/dist/
+MASTER_SITES=  http://unworkable.googlecode.com/files/
 
 MAINTAINER=    agc%NetBSD.org@localhost
-HOMEPAGE=      http://p2presearch.com/unworkable/
+HOMEPAGE=      http://code.google.com/p/unworkable/
 COMMENT=       BSD-licensed command-line torrent client
+LICENSE=       isc
 
 USE_TOOLS+=    yacc
 WRKSRC=                ${WRKDIR}/unworkable
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/net/unworkable/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST       8 Mar 2012 01:08:41 -0000       1.2
+++ PLIST       15 Aug 2013 10:19:31 -0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2012/03/08 01:08:41 joerg Exp $
+@comment $NetBSD$
 bin/unworkable
-${PKGMANDIR}/man1/unworkable.1
+man/man1/unworkable.1
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/unworkable/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo    23 May 2013 15:01:05 -0000      1.2
+++ distinfo    15 Aug 2013 10:19:31 -0000
@@ -1,7 +1,6 @@
 $NetBSD: distinfo,v 1.2 2013/05/23 15:01:05 christos Exp $
 
-SHA1 (unworkable-0.51.tar.gz) = 0a179f7d84aa95df3fe30bd49806776826f8e4c6
-RMD160 (unworkable-0.51.tar.gz) = 72174941df30ab63101f334f0a657e1357f7309b
-Size (unworkable-0.51.tar.gz) = 71020 bytes
-SHA1 (patch-aa) = c792177339cf79341c24cf9a12032ee98d564eaa
-SHA1 (patch-main.c) = d25ddad279f8143c4f15733f86c12f1074e43f0e
+SHA1 (unworkable-0.53.tar.gz) = 546dee5844fcbac42fe7ae51bc5344537e9b769d
+RMD160 (unworkable-0.53.tar.gz) = a361bff35856f255be85256f9d74c3dfb11fb60e
+Size (unworkable-0.53.tar.gz) = 72053 bytes
+SHA1 (patch-aa) = 817e1702a45562eec41d02ab6c95a6d26b2f2104
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/net/unworkable/patches/patch-aa,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-aa
--- patches/patch-aa    19 Jan 2009 05:40:39 -0000      1.1.1.1
+++ patches/patch-aa    15 Aug 2013 10:19:31 -0000
@@ -2,22 +2,22 @@
 
 Just add the sources we need to to get it to compile on most hosts
 
---- BSDmakefile        2008-09-08 10:46:30.000000000 -0700
-+++ BSDmakefile        2009-01-18 21:16:38.000000000 -0800
-@@ -21,6 +21,7 @@
- CFLAGS+= -Wmissing-declarations
- CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
+--- BSDmakefile.orig   2008-10-05 23:56:25.000000000 +0000
++++ BSDmakefile
+@@ -23,6 +23,7 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast
  CFLAGS+= -Wsign-compare -g -ggdb
+ # Uncomment when building shared library
+ #CFLAGS+= -fPIC
 +CFLAGS+= -Iopenbsd-compat
+ LDFLAGS+= -L.
  
  #
- # Uncomment if you like to use Boehm's garbage collector 
(/usr/ports/devel/boehm-gc).
-@@ -32,10 +33,12 @@
+@@ -35,10 +36,12 @@ LDFLAGS+= -L.
  
  PROG= unworkable
  
--SRCS= announce.c bencode.c buf.c ctl_server.c main.c network.c parse.y 
progressmeter.c scheduler.c torrent.c trace.c util.c xmalloc.c
-+SRCS= announce.c bencode.c buf.c ctl_server.c main.c network.c parse.y 
progressmeter.c scheduler.c torrent.c trace.c util.c xmalloc.c sha1.c strtonum.c
+-SRCS= announce.c bencode.c buf.c ctl_server.c network.c parse.y 
progressmeter.c scheduler.c torrent.c trace.c util.c xmalloc.c
++SRCS= announce.c bencode.c buf.c ctl_server.c network.c parse.y 
progressmeter.c scheduler.c torrent.c trace.c util.c xmalloc.c sha1.c strtonum.c
  OBJS= ${SRCS:N*.h:N*.sh:R:S/$/.o/g}
  MAN= unworkable.1
  
@@ -25,4 +25,4 @@
 +
  all: ${PROG} unworkable.cat1
  
- ${PROG}: ${OBJS}
+ ${PROG}: libunworkable.a main.o



Home | Main Index | Thread Index | Old Index