Update to version 0.9.9

PR: 27749
Submitted by: MAINTAINER
This commit is contained in:
Kevin Lo
2001-05-30 15:33:32 +00:00
parent d91f32644b
commit 7c25b3dd16
10 changed files with 82 additions and 30 deletions

View File

@@ -6,22 +6,19 @@
#
PORTNAME= lopster
PORTVERSION= 0.9.7.2
PORTVERSION= 0.9.9
CATEGORIES= audio
DISTNAME= ${PORTNAME}-${PORTVERSION}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= roman@xpert.com
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
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
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@@ -1 +1 @@
MD5 (lopster-0.9.7.2.tar.gz) = 722eb20e8a2c0c2f477e53b0ff246f8e
MD5 (lopster-0.9.9.tar.gz) = a8d3f7e7c92da752697eb1bd506eadf1

View File

@@ -0,0 +1,11 @@
--- configure.orig Tue May 29 20:42:56 2001
+++ configure Tue May 29 20:44:40 2001
@@ -2826,7 +2826,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=share
fi
rm -f conftest*
INSTOBJEXT=.mo

View File

@@ -0,0 +1,11 @@
--- src/global.c.orig Tue May 29 21:02:46 2001
+++ src/global.c Tue May 29 21:02:57 2001
@@ -2734,7 +2734,7 @@
global.auto_save = NULL;
global.execs = NULL;
global.pings = NULL;
- global.ping_command = strdup("/bin/ping -c 3 $IP");
+ global.ping_command = strdup("/sbin/ping -c 3 $IP");
global.browse_width[0] = 369;
global.browse_width[1] = 80;

View File

@@ -1,31 +1,38 @@
bin/lopster
share/locale/de/LC_MESSAGES/lopster.mo
share/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/bug16b.xpm
share/lopster/pixmaps/bug.xpm
share/lopster/pixmaps/chat.xpm
share/lopster/pixmaps/d16x16.xpm
share/lopster/pixmaps/download.xpm
share/lopster/pixmaps/email.xpm
share/lopster/pixmaps/enemy.xpm
share/lopster/pixmaps/enemy2.xpm
share/lopster/pixmaps/folder.xpm
share/lopster/pixmaps/folder_blue.xpm
share/lopster/pixmaps/folder_open.xpm
share/lopster/pixmaps/forum.xpm
share/lopster/pixmaps/friend.xpm
share/lopster/pixmaps/home16b.xpm
share/lopster/pixmaps/hotlist.xpm
share/lopster/pixmaps/ignore.xpm
share/lopster/pixmaps/kfind.xpm
share/lopster/pixmaps/logo.jpg
share/lopster/pixmaps/info.xpm
share/lopster/pixmaps/library.xpm
share/lopster/pixmaps/logo.xpm
share/lopster/pixmaps/mail16b.xpm
share/lopster/pixmaps/logo1.xpm
share/lopster/pixmaps/mini-folder.xpm
share/lopster/pixmaps/notes16.xpm
share/lopster/pixmaps/project.xpm
share/lopster/pixmaps/search.xpm
share/lopster/pixmaps/server.xpm
share/lopster/pixmaps/speedgray.xpm
share/lopster/pixmaps/speedgreen.xpm
share/lopster/pixmaps/speedred.xpm
share/lopster/pixmaps/speedyellow.xpm
share/lopster/pixmaps/statistic.xpm
share/lopster/pixmaps/transfer.xpm
share/lopster/pixmaps/user.xpm
share/lopster/pixmaps/user1.xpm
share/lopster/pixmaps/user2.xpm
@dirrm share/lopster/pixmaps

View File

@@ -6,22 +6,19 @@
#
PORTNAME= lopster
PORTVERSION= 0.9.7.2
PORTVERSION= 0.9.9
CATEGORIES= audio
DISTNAME= ${PORTNAME}-${PORTVERSION}
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= roman@xpert.com
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
GNU_CONFIGURE= yes
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
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@@ -1 +1 @@
MD5 (lopster-0.9.7.2.tar.gz) = 722eb20e8a2c0c2f477e53b0ff246f8e
MD5 (lopster-0.9.9.tar.gz) = a8d3f7e7c92da752697eb1bd506eadf1

View File

@@ -0,0 +1,11 @@
--- configure.orig Tue May 29 20:42:56 2001
+++ configure Tue May 29 20:44:40 2001
@@ -2826,7 +2826,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=share
fi
rm -f conftest*
INSTOBJEXT=.mo

View File

@@ -0,0 +1,11 @@
--- src/global.c.orig Tue May 29 21:02:46 2001
+++ src/global.c Tue May 29 21:02:57 2001
@@ -2734,7 +2734,7 @@
global.auto_save = NULL;
global.execs = NULL;
global.pings = NULL;
- global.ping_command = strdup("/bin/ping -c 3 $IP");
+ global.ping_command = strdup("/sbin/ping -c 3 $IP");
global.browse_width[0] = 369;
global.browse_width[1] = 80;

View File

@@ -1,31 +1,38 @@
bin/lopster
share/locale/de/LC_MESSAGES/lopster.mo
share/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/bug16b.xpm
share/lopster/pixmaps/bug.xpm
share/lopster/pixmaps/chat.xpm
share/lopster/pixmaps/d16x16.xpm
share/lopster/pixmaps/download.xpm
share/lopster/pixmaps/email.xpm
share/lopster/pixmaps/enemy.xpm
share/lopster/pixmaps/enemy2.xpm
share/lopster/pixmaps/folder.xpm
share/lopster/pixmaps/folder_blue.xpm
share/lopster/pixmaps/folder_open.xpm
share/lopster/pixmaps/forum.xpm
share/lopster/pixmaps/friend.xpm
share/lopster/pixmaps/home16b.xpm
share/lopster/pixmaps/hotlist.xpm
share/lopster/pixmaps/ignore.xpm
share/lopster/pixmaps/kfind.xpm
share/lopster/pixmaps/logo.jpg
share/lopster/pixmaps/info.xpm
share/lopster/pixmaps/library.xpm
share/lopster/pixmaps/logo.xpm
share/lopster/pixmaps/mail16b.xpm
share/lopster/pixmaps/logo1.xpm
share/lopster/pixmaps/mini-folder.xpm
share/lopster/pixmaps/notes16.xpm
share/lopster/pixmaps/project.xpm
share/lopster/pixmaps/search.xpm
share/lopster/pixmaps/server.xpm
share/lopster/pixmaps/speedgray.xpm
share/lopster/pixmaps/speedgreen.xpm
share/lopster/pixmaps/speedred.xpm
share/lopster/pixmaps/speedyellow.xpm
share/lopster/pixmaps/statistic.xpm
share/lopster/pixmaps/transfer.xpm
share/lopster/pixmaps/user.xpm
share/lopster/pixmaps/user1.xpm
share/lopster/pixmaps/user2.xpm
@dirrm share/lopster/pixmaps