summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES3
-rw-r--r--net/lopster/Makefile4
-rw-r--r--net/lopster/PLIST12
-rw-r--r--net/lopster/distinfo11
-rw-r--r--net/lopster/patches/patch-ab12
-rw-r--r--net/lopster/patches/patch-ac8
-rw-r--r--net/lopster/patches/patch-ad13
7 files changed, 25 insertions, 38 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 5415f05cc22..a67c8a22ca1 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1640 2003/03/14 23:41:48 atatat Exp $
+$NetBSD: CHANGES,v 1.1641 2003/03/15 05:44:39 hubertf Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -1124,3 +1124,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated libdvdcss to 1.2.6 [wiz 2003-03-14]
Updated cvsync to 0.14.5 [gehenna 2003-03-14]
Updated pkgdepgraph to 2.2 [atatat 2003-03-14]
+ Updated lopster to 1.2.0 [hubertf 2003-03-15]
diff --git a/net/lopster/Makefile b/net/lopster/Makefile
index a0fc30f222c..10d37b411d3 100644
--- a/net/lopster/Makefile
+++ b/net/lopster/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2002/01/18 13:39:03 martti Exp $
+# $NetBSD: Makefile,v 1.5 2003/03/15 05:44:41 hubertf Exp $
#
-DISTNAME= lopster-1.0.1
+DISTNAME= lopster-1.2.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lopster/}
diff --git a/net/lopster/PLIST b/net/lopster/PLIST
index 5b79dd5b600..3f48ca2e8b9 100644
--- a/net/lopster/PLIST
+++ b/net/lopster/PLIST
@@ -1,15 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/18 13:39:03 martti Exp $
+@comment $NetBSD: PLIST,v 1.3 2003/03/15 05:44:41 hubertf Exp $
bin/lopster
-lib/locale/de/LC_MESSAGES/lopster.mo
-lib/locale/fr/LC_MESSAGES/lopster.mo
share/lopster/pixmaps/arrowd.xpm
share/lopster/pixmaps/arrowl.xpm
share/lopster/pixmaps/arrowr.xpm
share/lopster/pixmaps/arrowu.xpm
-share/lopster/pixmaps/book1.xpm
-share/lopster/pixmaps/book2.xpm
share/lopster/pixmaps/bug.xpm
share/lopster/pixmaps/chat.xpm
+share/lopster/pixmaps/close.xpm
share/lopster/pixmaps/d16x16.xpm
share/lopster/pixmaps/download.xpm
share/lopster/pixmaps/email.xpm
@@ -24,12 +21,15 @@ share/lopster/pixmaps/hotlist.xpm
share/lopster/pixmaps/ignore.xpm
share/lopster/pixmaps/info.xpm
share/lopster/pixmaps/library.xpm
-share/lopster/pixmaps/logo.xpm
share/lopster/pixmaps/logo1.xpm
share/lopster/pixmaps/mini-folder.xpm
share/lopster/pixmaps/project.xpm
share/lopster/pixmaps/search.xpm
share/lopster/pixmaps/server.xpm
+share/lopster/pixmaps/server_con.xpm
+share/lopster/pixmaps/share_all.xpm
+share/lopster/pixmaps/share_none.xpm
+share/lopster/pixmaps/share_part.xpm
share/lopster/pixmaps/speedgray.xpm
share/lopster/pixmaps/speedgreen.xpm
share/lopster/pixmaps/speedred.xpm
diff --git a/net/lopster/distinfo b/net/lopster/distinfo
index 12eaed9067a..e3eaf8685b5 100644
--- a/net/lopster/distinfo
+++ b/net/lopster/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2002/01/18 13:39:04 martti Exp $
+$NetBSD: distinfo,v 1.4 2003/03/15 05:44:41 hubertf Exp $
-SHA1 (lopster-1.0.1.tar.gz) = 9e755607520b30dba823a53e5de66e9b980ebcbe
-Size (lopster-1.0.1.tar.gz) = 554722 bytes
-SHA1 (patch-ab) = 1bf060a5da4d24d07f114c9d548a6ba2a70b5870
-SHA1 (patch-ac) = 018aceddd1fd21787854f5a6800164ee4997a166
-SHA1 (patch-ad) = 65adaefcad366c6f18b024619570f5a0851ded7b
+SHA1 (lopster-1.2.0.tar.gz) = 055ba228f37e0da3bb95fe512625be455491fc75
+Size (lopster-1.2.0.tar.gz) = 606295 bytes
+SHA1 (patch-ab) = 8a1c769b579d74f6e54b1d0e8fbe9b38066c0ba8
+SHA1 (patch-ac) = bab2e1cba16d44fa036d099f4c39713592fa1e8b
diff --git a/net/lopster/patches/patch-ab b/net/lopster/patches/patch-ab
index 0d6fddf44a9..df4cd397548 100644
--- a/net/lopster/patches/patch-ab
+++ b/net/lopster/patches/patch-ab
@@ -1,14 +1,14 @@
-$NetBSD: patch-ab,v 1.2 2002/01/18 13:39:05 martti Exp $
+$NetBSD: patch-ab,v 1.3 2003/03/15 05:44:42 hubertf Exp $
---- src/handler.c.orig Sun Nov 4 19:30:19 2001
-+++ src/handler.c Fri Jan 18 14:21:12 2002
-@@ -6,6 +6,9 @@
- # include <config.h>
+--- src/handler.c.orig Tue Mar 4 21:08:57 2003
++++ src/handler.c
+@@ -7,6 +7,9 @@
#endif
+
#include <sys/types.h>
+#ifdef __NetBSD__
+#include <sys/types.h>
+#endif
#include <sys/socket.h>
- #include <netinet/in.h>
+ #include <string.h>
#include <stdlib.h>
diff --git a/net/lopster/patches/patch-ac b/net/lopster/patches/patch-ac
index d1762e9e346..519dc54c4f8 100644
--- a/net/lopster/patches/patch-ac
+++ b/net/lopster/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.2 2002/01/18 13:39:05 martti Exp $
+$NetBSD: patch-ac,v 1.3 2003/03/15 05:44:42 hubertf Exp $
---- src/browse.c.orig Wed Oct 31 19:52:26 2001
-+++ src/browse.c Fri Jan 18 14:21:34 2002
+--- src/browse.c.orig Tue Mar 4 21:21:35 2003
++++ src/browse.c
@@ -4,6 +4,9 @@
#ifdef HAVE_CONFIG_H
@@ -10,5 +10,5 @@ $NetBSD: patch-ac,v 1.2 2002/01/18 13:39:05 martti Exp $
+#include <sys/types.h>
+#endif
#endif
+
#include <sys/types.h>
- #include <sys/socket.h>
diff --git a/net/lopster/patches/patch-ad b/net/lopster/patches/patch-ad
deleted file mode 100644
index 22b841e39aa..00000000000
--- a/net/lopster/patches/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ad,v 1.2 2002/01/18 13:39:05 martti Exp $
-
---- Makefile.in.orig Sun Nov 4 19:33:45 2001
-+++ Makefile.in Fri Jan 18 14:21:55 2002
-@@ -87,7 +87,7 @@
- VERSION = @VERSION@
- l = @l@
-
--SUBDIRS = src po intl
-+SUBDIRS = src po #HF#intl
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = config.h