diff options
author | araujo <araujo@FreeBSD.org> | 2009-08-19 11:26:47 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2009-08-19 11:26:47 +0800 |
commit | b0afd97dea3bdb6e5763d153bb7506c397349c0d (patch) | |
tree | e1eb81445c13d0dd7ae96bccb2f751c3370852ff /deskutils | |
parent | 56e05b159b33330977a0aea2def6be1be83adb56 (diff) | |
download | freebsd-ports-gnome-b0afd97dea3bdb6e5763d153bb7506c397349c0d.tar.gz freebsd-ports-gnome-b0afd97dea3bdb6e5763d153bb7506c397349c0d.tar.zst freebsd-ports-gnome-b0afd97dea3bdb6e5763d153bb7506c397349c0d.zip |
- Update to 1.0.7.
- Pass maintainer to submitter.
PR: ports/137350
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/genius/Makefile | 15 | ||||
-rw-r--r-- | deskutils/genius/distinfo | 6 | ||||
-rw-r--r-- | deskutils/genius/pkg-plist | 1 |
3 files changed, 15 insertions, 7 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index d1925657172d..e536a9e696c2 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -6,13 +6,12 @@ # PORTNAME= genius -PORTVERSION= 1.0.6 -PORTREVISION= 2 +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 @@ RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix gnomevfs2 gtksourceview2 intlhack vte -USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ @@ -31,4 +29,13 @@ USE_LDCONFIG= yes 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> diff --git a/deskutils/genius/distinfo b/deskutils/genius/distinfo index 4151d33adcfc..b3e66ff4e9c2 100644 --- a/deskutils/genius/distinfo +++ b/deskutils/genius/distinfo @@ -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 diff --git a/deskutils/genius/pkg-plist b/deskutils/genius/pkg-plist index af9e211d38db..62f107f20277 100644 --- a/deskutils/genius/pkg-plist +++ b/deskutils/genius/pkg-plist @@ -21,6 +21,7 @@ libexec/genius-readline-helper-fifo 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 |