ports/101591: Update port: deskutils/genius to 0.7.5
KATO Tsuguru
tkato432 at yahoo.com
Mon Aug 7 17:10:20 UTC 2006
>Number: 101591
>Category: ports
>Synopsis: Update port: deskutils/genius to 0.7.5
>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: Mon Aug 07 17:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.11-RELEASE-p19 i386
>Organization:
>Environment:
>Description:
- Update to version 0.7.5
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/deskutils/genius/Makefile deskutils/genius/Makefile
--- /usr/ports/deskutils/genius/Makefile Mon Aug 7 02:24:37 2006
+++ deskutils/genius/Makefile Tue Aug 8 00:36:51 2006
@@ -6,8 +6,7 @@
#
PORTNAME= genius
-PORTVERSION= 0.7.4
-PORTREVISION= 3
+PORTVERSION= 0.7.5
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME} \
http://ftp.5z.com/pub/genius/
@@ -19,9 +18,9 @@
LIB_DEPENDS= mpfr.1:${PORTSDIR}/math/mpfr
USE_X_PREFIX= yes
-USE_GETTEXT= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview intlhack \
libgnomeui vte
+USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
LIBTOOLFILES= configure mpfr/configure
@@ -33,11 +32,11 @@
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
+.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
-.if ${OSVERSION} < 500018
+.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
diff -urN /usr/ports/deskutils/genius/distinfo deskutils/genius/distinfo
--- /usr/ports/deskutils/genius/distinfo Thu Nov 24 16:02:54 2005
+++ deskutils/genius/distinfo Thu Aug 3 03:48:23 2006
@@ -1,3 +1,3 @@
-MD5 (genius-0.7.4.tar.gz) = 13b001334799d712772df3de41f64428
-SHA256 (genius-0.7.4.tar.gz) = 7c33ec61e6e4bdfe8c1c35ca6f4fb220f8ceb922f087bef207dbd31599d09b74
-SIZE (genius-0.7.4.tar.gz) = 2606418
+MD5 (genius-0.7.5.tar.gz) = 3e8c6fe141829b40d3a7487adc6c1c66
+SHA256 (genius-0.7.5.tar.gz) = df09601da364a36e0d666a6edd76a82c1825ea05fbafdfdf61f5c3605625a2cc
+SIZE (genius-0.7.5.tar.gz) = 2565613
diff -urN /usr/ports/deskutils/genius/files/patch-Makefile.in deskutils/genius/files/patch-Makefile.in
--- /usr/ports/deskutils/genius/files/patch-Makefile.in Mon Jun 28 03:03:28 2004
+++ deskutils/genius/files/patch-Makefile.in Thu Aug 3 03:48:23 2006
@@ -1,14 +1,14 @@
---- Makefile.in.bak Tue Jun 15 02:58:05 2004
-+++ Makefile.in Wed Jun 16 11:45:48 2004
-@@ -450,10 +450,7 @@
- install-exec-am:
- install-exec: install-exec-recursive
+--- Makefile.in.orig Thu Aug 3 00:31:36 2006
++++ Makefile.in Thu Aug 3 00:32:46 2006
+@@ -740,10 +740,7 @@
+
+ info-am:
-install-data-am: install-appregDATA install-mimeinfoDATA \
-- install-packagesDATA
+- install-packagesDATA
- @$(NORMAL_INSTALL)
- $(MAKE) $(AM_MAKEFLAGS) install-data-hook
+install-data-am: install-appregDATA install-mimeinfoDATA
- install-data: install-data-recursive
- install-am: all-am
+ install-exec-am:
+
diff -urN /usr/ports/deskutils/genius/files/patch-src::Makefile.in deskutils/genius/files/patch-src::Makefile.in
--- /usr/ports/deskutils/genius/files/patch-src::Makefile.in Thu Sep 1 16:05:25 2005
+++ deskutils/genius/files/patch-src::Makefile.in Thu Aug 3 03:55:38 2006
@@ -1,11 +1,10 @@
---- src/Makefile.in.orig Sat Jul 23 02:12:33 2005
-+++ src/Makefile.in Wed Aug 31 19:57:16 2005
-@@ -232,7 +232,7 @@
-
- DEFS = @DEFS@ -I. -I$(srcdir) -I..
- LIBS = @LIBS@
--libtestplugin_la_LDFLAGS =
+--- src/Makefile.in.orig Thu Aug 3 00:33:02 2006
++++ src/Makefile.in Thu Aug 3 00:34:13 2006
+@@ -66,6 +66,7 @@
+ "$(DESTDIR)$(plugin_includedir)"
+ pluginLTLIBRARIES_INSTALL = $(INSTALL)
+ LTLIBRARIES = $(plugin_LTLIBRARIES)
+libtestplugin_la_LDFLAGS = -module -avoid-version
- libtestplugin_la_LIBADD =
- libtestplugin_la_OBJECTS = testplugin.lo
- bin_PROGRAMS = @GNOME_GENIUS@ genius$(EXEEXT)
+ libtestplugin_la_LIBADD =
+ am_libtestplugin_la_OBJECTS = testplugin.lo
+ libtestplugin_la_OBJECTS = $(am_libtestplugin_la_OBJECTS)
diff -urN /usr/ports/deskutils/genius/pkg-plist deskutils/genius/pkg-plist
--- /usr/ports/deskutils/genius/pkg-plist Sun Jul 16 01:48:37 2006
+++ deskutils/genius/pkg-plist Thu Aug 3 03:58:26 2006
@@ -119,8 +119,9 @@
share/locale/it/LC_MESSAGES/genius.mo
share/locale/ja/LC_MESSAGES/genius.mo
share/locale/ko/LC_MESSAGES/genius.mo
+share/locale/nb/LC_MESSAGES/genius.mo
+share/locale/ne/LC_MESSAGES/genius.mo
share/locale/nl/LC_MESSAGES/genius.mo
-share/locale/no/LC_MESSAGES/genius.mo
share/locale/pa/LC_MESSAGES/genius.mo
share/locale/pl/LC_MESSAGES/genius.mo
share/locale/pt/LC_MESSAGES/genius.mo
@@ -131,6 +132,7 @@
share/locale/sr at Latn/LC_MESSAGES/genius.mo
share/locale/sv/LC_MESSAGES/genius.mo
share/locale/zh_CN/LC_MESSAGES/genius.mo
+share/locale/zh_TW/LC_MESSAGES/genius.mo
@dirrm share/gnome/omf/genius
@dirrm share/gnome/help/genius/C/figures
@dirrm share/gnome/help/genius/C
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list