Date: Sun, 11 Mar 2001 04:30:03 -0800 (PST) From: Maxime Henrion <mux@qualys.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/25698: [PATCH] Update lopster port to 0.9.8 Message-ID: <200103111230.f2BCU3305006@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25698; it has been noted by GNATS. From: Maxime Henrion <mux@qualys.com> To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/25698: [PATCH] Update lopster port to 0.9.8 Date: Sun, 11 Mar 2001 13:24:21 +0100 Oops. My previous patch was all scrambled, here is the good one. -Maxime diff -urN Makefile.orig Makefile --- /usr/ports/audio/lopster/Makefile Sun Feb 18 12:37:59 2001 +++ lopster/Makefile Sun Mar 11 12:36:21 2001 @@ -6,9 +6,8 @@ # PORTNAME= lopster -PORTVERSION= 0.9.7.2 +PORTVERSION= 0.9.8 CATEGORIES= audio -DISTNAME= ${PORTNAME}-${PORTVERSION} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,10 +17,5 @@ USE_GMAKE= yes USE_GTK= yes USE_X_PREFIX= yes - -post-extract: -.for i in aclocal.m4 stamp-h.in Makefile.in configure src/Makefile.in - ${TOUCH} ${WRKSRC}/${i} -.endfor .include <bsd.port.mk> diff -urN distinfo.orig distinfo --- distinfo.orig Sun Feb 18 12:37:59 2001 +++ distinfo Sun Mar 11 12:05:57 2001 @@ -1 +1 @@ -MD5 (lopster-0.9.7.2.tar.gz) = 722eb20e8a2c0c2f477e53b0ff246f8e +MD5 (lopster-0.9.8.tar.gz) = 6369e4dfcb78fc07ac1fce99a3fb0e01 diff -urN files/patch-browse.c files/patch-browse.c --- files/patch-browse.c Thu Jan 1 01:00:00 1970 +++ files/patch-browse.c Sun Mar 11 12:20:12 2001 @@ -0,0 +1,9 @@ +--- src/browse.c.orig Sun Mar 11 12:18:21 2001 ++++ src/browse.c Sun Mar 11 12:18:35 2001 +@@ -1,5 +1,5 @@ +-#include <sys/socket.h> + #include <sys/types.h> ++#include <sys/socket.h> + #include <stdio.h> + #include <strings.h> + #include <string.h> diff -urN files/patch-handler.c files/patch-handler.c --- files/patch-handler.c Thu Jan 1 01:00:00 1970 +++ files/patch-handler.c Sun Mar 11 12:20:21 2001 @@ -0,0 +1,7 @@ +--- src/handler.c.orig Sun Mar 11 12:18:28 2001 ++++ src/handler.c Sun Mar 11 12:18:49 2001 +@@ -1,3 +1,4 @@ ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <stdlib.h> diff -urN pkg-plist.orig pkg-plist --- pkg-plist.orig Thu Oct 19 09:01:32 2000 +++ pkg-plist Sun Mar 11 12:34:24 2001 @@ -14,9 +14,11 @@ share/lopster/pixmaps/friend.xpm share/lopster/pixmaps/home16b.xpm share/lopster/pixmaps/ignore.xpm +share/lopster/pixmaps/info.xpm share/lopster/pixmaps/kfind.xpm share/lopster/pixmaps/logo.jpg share/lopster/pixmaps/logo.xpm +share/lopster/pixmaps/logo1.xpm share/lopster/pixmaps/mail16b.xpm share/lopster/pixmaps/mini-folder.xpm share/lopster/pixmaps/notes16.xpm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103111230.f2BCU3305006>