Date: Sun, 2 Aug 2009 12:29:36 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/137350: [PATCH] deskutils/genius: update to 1.0.7 Message-ID: <200908021529.n72FTaqV097715@fbsd72-amd64.scjamorim.org> Resent-Message-ID: <200908021320.n72DK5Mj003728@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137350 >Category: ports >Synopsis: [PATCH] deskutils/genius: update to 1.0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 02 13:20:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD fbsd72-amd64.scjamorim.org 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 07:18:07 UTC >Description: - Update to 1.0.7 - Take maintainership Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- genius-1.0.7.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/genius/Makefile,v retrieving revision 1.59 diff -u -r1.59 Makefile --- Makefile 3 Jun 2009 05:14:49 -0000 1.59 +++ Makefile 2 Aug 2009 13:08:15 -0000 @@ -6,13 +6,12 @@ # PORTNAME= genius -PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTVERSION= 1.0.7 CATEGORIES= deskutils gnome MASTER_SITES= GNOME \ http://ftp.5z.com/pub/genius/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Arbitrary precision calculator for Gnome Desktop Environment BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian @@ -21,7 +20,6 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte -USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -31,4 +29,13 @@ INSTALLS_ICONS= yes INSTALLS_OMF= yes +.if defined(WITHOUT_NLS) +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.else +USE_GETTEXT= yes +CONFIGURE_ARGS+= --enable-nls +PLIST_SUB+= NLS="" +.endif + .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/deskutils/genius/distinfo,v retrieving revision 1.23 diff -u -r1.23 distinfo --- distinfo 23 Mar 2009 21:45:24 -0000 1.23 +++ distinfo 2 Aug 2009 13:08:15 -0000 @@ -1,3 +1,3 @@ -MD5 (genius-1.0.6.tar.bz2) = 9253dfa2490ff5fda0c118d9322c6608 -SHA256 (genius-1.0.6.tar.bz2) = ea95cb0e5484e9d23f2a8bc2047e0e8d6da7ddbc89e103de738c590d165beb64 -SIZE (genius-1.0.6.tar.bz2) = 1657977 +MD5 (genius-1.0.7.tar.bz2) = 117a2e575affab3367bfc0ead158a0d2 +SHA256 (genius-1.0.7.tar.bz2) = 8034a142291beafeca9e94d0449ebcd8f26f27458aa697e745a409469c37fce2 +SIZE (genius-1.0.7.tar.bz2) = 1605216 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/deskutils/genius/pkg-plist,v retrieving revision 1.23 diff -u -r1.23 pkg-plist --- pkg-plist 23 Mar 2009 21:45:24 -0000 1.23 +++ pkg-plist 2 Aug 2009 13:08:16 -0000 @@ -21,6 +21,7 @@ share/application-registry/genius.applications share/applications/gnome-genius.desktop %%DATADIR%%/gel/calculus/differentiation.gel +%%DATADIR%%/gel/calculus/fourier.gel %%DATADIR%%/gel/calculus/integration.gel %%DATADIR%%/gel/calculus/limits.gel %%DATADIR%%/gel/calculus/loader.gel --- genius-1.0.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908021529.n72FTaqV097715>