ports/148567: Update port: net/gnome-mud to 0.11.2

KATO Tsuguru tkato432 at yahoo.com
Tue Jul 13 18:10:13 UTC 2010


>Number:         148567
>Category:       ports
>Synopsis:       Update port: net/gnome-mud to 0.11.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 13 18:10:13 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.3-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.11.2

Remove file:
files/patch-configure

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net/gnome-mud/Makefile net/gnome-mud/Makefile
--- /usr/ports/net/gnome-mud/Makefile	2010-05-31 16:24:51.000000000 +0900
+++ net/gnome-mud/Makefile	2010-05-31 22:35:03.000000000 +0900
@@ -6,30 +6,28 @@
 #
 
 PORTNAME=	gnome-mud
-PORTVERSION=	0.10.7
-PORTREVISION=	11
+PORTVERSION=	0.11.2
 CATEGORIES=	net gnome
 MASTER_SITES=	GNOME
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GTK-based MUD client with triggers, aliases, colors, etc
 
+LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre \
+		gnet-2.0.0:${PORTSDIR}/net/gnet2
+
+USE_BZIP2=	yes
+USE_GNOME=	gnomehack gnomeprefix intlhack libglade2 vte
+USE_GSTREAMER=	yes
 USE_GETTEXT=	yes
-USE_GNOME=	gnomehack gnometarget gnomeprefix intlhack libgnomeui \
-		pygtk2 vte
-USE_PYTHON=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--enable-mccp
+INSTALLS_ICONS=	yes
 INSTALLS_OMF=	yes
 
 MAN6=		gnome-mud.6
 GCONF_SCHEMAS=	gnome-mud.schemas
 
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|prefix)/games|prefix)/bin|g' ${WRKSRC}/src/Makefile.in
-
 .include <bsd.port.mk>
diff -urN /usr/ports/net/gnome-mud/distinfo net/gnome-mud/distinfo
--- /usr/ports/net/gnome-mud/distinfo	2005-11-26 19:29:17.000000000 +0900
+++ net/gnome-mud/distinfo	2010-05-29 23:36:28.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (gnome-mud-0.10.7.tar.gz) = 77d2501a94a2c713e907a8ac4bb84227
-SHA256 (gnome-mud-0.10.7.tar.gz) = 319f52e7aeda9cc88a940cc67d4a3322393291e6742f35dba360c876d8124611
-SIZE (gnome-mud-0.10.7.tar.gz) = 684775
+MD5 (gnome-mud-0.11.2.tar.bz2) = 525bd5d935f937c7771e57a83d0cddc0
+SHA256 (gnome-mud-0.11.2.tar.bz2) = d449e1433ab7d8b40bd4133ae6ef25b723f2d2894709094d196a10b930f52b06
+SIZE (gnome-mud-0.11.2.tar.bz2) = 444294
diff -urN /usr/ports/net/gnome-mud/files/patch-configure net/gnome-mud/files/patch-configure
--- /usr/ports/net/gnome-mud/files/patch-configure	2004-02-21 01:16:47.000000000 +0900
+++ net/gnome-mud/files/patch-configure	1970-01-01 09:00:00.000000000 +0900
@@ -1,82 +0,0 @@
---- configure.orig	Thu Feb 12 19:54:58 2004
-+++ configure	Thu Feb 19 19:23:13 2004
-@@ -8645,79 +8645,6 @@
- fi
- 
- 
--echo "$as_me:$LINENO: checking for pthread_create in -lc_r" >&5
--echo $ECHO_N "checking for pthread_create in -lc_r... $ECHO_C" >&6
--if test "${ac_cv_lib_c_r_pthread_create+set}" = set; then
--  echo $ECHO_N "(cached) $ECHO_C" >&6
--else
--  ac_check_lib_save_LIBS=$LIBS
--LIBS="-lc_r  $LIBS"
--cat >conftest.$ac_ext <<_ACEOF
--/* confdefs.h.  */
--_ACEOF
--cat confdefs.h >>conftest.$ac_ext
--cat >>conftest.$ac_ext <<_ACEOF
--/* end confdefs.h.  */
--
--/* Override any gcc2 internal prototype to avoid an error.  */
--#ifdef __cplusplus
--extern "C"
--#endif
--/* We use char because int might match the return type of a gcc2
--   builtin and then its argument prototype would still apply.  */
--char pthread_create ();
--int
--main ()
--{
--pthread_create ();
--  ;
--  return 0;
--}
--_ACEOF
--rm -f conftest.$ac_objext conftest$ac_exeext
--if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
--  (eval $ac_link) 2>conftest.er1
--  ac_status=$?
--  grep -v '^ *+' conftest.er1 >conftest.err
--  rm -f conftest.er1
--  cat conftest.err >&5
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); } &&
--	 { ac_try='test -z "$ac_c_werror_flag"			 || test ! -s conftest.err'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; } &&
--	 { ac_try='test -s conftest$ac_exeext'
--  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
--  (eval $ac_try) 2>&5
--  ac_status=$?
--  echo "$as_me:$LINENO: \$? = $ac_status" >&5
--  (exit $ac_status); }; }; then
--  ac_cv_lib_c_r_pthread_create=yes
--else
--  echo "$as_me: failed program was:" >&5
--sed 's/^/| /' conftest.$ac_ext >&5
--
--ac_cv_lib_c_r_pthread_create=no
--fi
--rm -f conftest.err conftest.$ac_objext \
--      conftest$ac_exeext conftest.$ac_ext
--LIBS=$ac_check_lib_save_LIBS
--fi
--echo "$as_me:$LINENO: result: $ac_cv_lib_c_r_pthread_create" >&5
--echo "${ECHO_T}$ac_cv_lib_c_r_pthread_create" >&6
--if test $ac_cv_lib_c_r_pthread_create = yes; then
--  cat >>confdefs.h <<_ACEOF
--#define HAVE_LIBC_R 1
--_ACEOF
--
--  LIBS="-lc_r $LIBS"
--
--fi
--
--
- echo "$as_me:$LINENO: checking for openpty in -lutil" >&5
- echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6
- if test "${ac_cv_lib_util_openpty+set}" = set; then
diff -urN /usr/ports/net/gnome-mud/pkg-descr net/gnome-mud/pkg-descr
--- /usr/ports/net/gnome-mud/pkg-descr	2009-12-21 15:55:00.000000000 +0900
+++ net/gnome-mud/pkg-descr	2010-05-31 22:18:38.000000000 +0900
@@ -2,4 +2,4 @@
 as full support for ANSI colors, aliases, command history, triggers,
 automapping, multiple connections, and so forth.
 
-WWW: http://amcl.sourceforge.net/
+WWW: http://live.gnome.org/GnomeMud
diff -urN /usr/ports/net/gnome-mud/pkg-plist net/gnome-mud/pkg-plist
--- /usr/ports/net/gnome-mud/pkg-plist	2007-10-25 13:50:31.000000000 +0900
+++ net/gnome-mud/pkg-plist	2010-05-30 22:50:49.000000000 +0900
@@ -1,24 +1,21 @@
 bin/gnome-mud
 share/applications/gnome-mud.desktop
-share/gnome-mud/directions.glade
-share/gnome/help/gnome-mud/C/figures/connections-window.png
-share/gnome/help/gnome-mud/C/figures/main-window.png
-share/gnome/help/gnome-mud/C/figures/mudlist-window.png
-share/gnome/help/gnome-mud/C/figures/preferences-window.png
-share/gnome/help/gnome-mud/C/figures/profiles-window.png
-share/gnome/help/gnome-mud/C/gnome-mud-manual.xml
-share/gnome/help/gnome-mud/C/gnome-mud-plugin-api.xml
-share/gnome/help/gnome-mud/C/monitor.py
-share/omf/gnome-mud/gnome-mud-manual-C.omf
-share/omf/gnome-mud/gnome-mud-plugin-api-C.omf
-share/pixmaps/gnome-mud/connection-offline.png
-share/pixmaps/gnome-mud/connection-online.png
-share/pixmaps/gnome-mud/gnome-mud-tray-icon.png
-share/pixmaps/gnome-mud.png
+%%DATADIR%%/directions.glade
+%%DATADIR%%/main.glade
+%%DATADIR%%/muds.glade
+%%DATADIR%%/prefs.glade
+share/icons/hicolor/16x16/apps/gnome-mud.png
+share/icons/hicolor/22x22/apps/gnome-mud.png
+share/icons/hicolor/24x24/apps/gnome-mud.png
+share/icons/hicolor/32x32/apps/gnome-mud.png
+share/icons/hicolor/scalable/apps/gnome-mud.svg
+share/locale/ar/LC_MESSAGES/gnome-mud.mo
 share/locale/az/LC_MESSAGES/gnome-mud.mo
 share/locale/ca/LC_MESSAGES/gnome-mud.mo
 share/locale/cs/LC_MESSAGES/gnome-mud.mo
 share/locale/de/LC_MESSAGES/gnome-mud.mo
+share/locale/dz/LC_MESSAGES/gnome-mud.mo
+share/locale/el/LC_MESSAGES/gnome-mud.mo
 share/locale/en_CA/LC_MESSAGES/gnome-mud.mo
 share/locale/en_GB/LC_MESSAGES/gnome-mud.mo
 share/locale/es/LC_MESSAGES/gnome-mud.mo
@@ -26,7 +23,10 @@
 share/locale/hr/LC_MESSAGES/gnome-mud.mo
 share/locale/mk/LC_MESSAGES/gnome-mud.mo
 share/locale/ml/LC_MESSAGES/gnome-mud.mo
+share/locale/nb/LC_MESSAGES/gnome-mud.mo
+share/locale/ne/LC_MESSAGES/gnome-mud.mo
 share/locale/nl/LC_MESSAGES/gnome-mud.mo
+share/locale/oc/LC_MESSAGES/gnome-mud.mo
 share/locale/pa/LC_MESSAGES/gnome-mud.mo
 share/locale/pl/LC_MESSAGES/gnome-mud.mo
 share/locale/pt/LC_MESSAGES/gnome-mud.mo
@@ -36,13 +36,7 @@
 share/locale/sr at Latn/LC_MESSAGES/gnome-mud.mo
 share/locale/sv/LC_MESSAGES/gnome-mud.mo
 share/locale/tr/LC_MESSAGES/gnome-mud.mo
+share/locale/uk/LC_MESSAGES/gnome-mud.mo
+share/locale/vi/LC_MESSAGES/gnome-mud.mo
 share/locale/zh_CN/LC_MESSAGES/gnome-mud.mo
- at dirrm share/pixmaps/gnome-mud
- at dirrm share/omf/gnome-mud
- at dirrm share/gnome/help/gnome-mud/C/figures
- at dirrm share/gnome/help/gnome-mud/C
- at dirrm share/gnome/help/gnome-mud
- at dirrm share/gnome-mud
- at dirrmtry share/locale/rw/LC_MESSAGES
- at dirrmtry share/locale/rw
- at dirrmtry share/applications
+ at dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list