diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 06:45:27 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-09-10 06:45:27 +0800 |
commit | 49bc3c87e2e07eaa0996801b37b522ce432353c2 (patch) | |
tree | be5cc453bf060d2891d50398c44789ae3b0e5af5 /math | |
parent | 9095c27b20928c91b075a6767f6ccdde5a2df2d1 (diff) | |
download | marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar.gz marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar.bz2 marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar.lz marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar.xz marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.tar.zst marcuscom-ports-49bc3c87e2e07eaa0996801b37b522ce432353c2.zip |
- Sync w/ FreeBSD ports.
- As for the gimp-app-devel and gnome-build, be sure to do the force
reinstall, because both of ports have PORTEPOCH bumped by mistake.
- As for avahi, bump to 0.6.21_1.
- As for cairo, reset the $FreeBSD$.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9548 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/pkg-plist | 14 | ||||
-rw-r--r-- | math/gretl/Makefile | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist index 6022f9b3c..4ff50f3df 100644 --- a/math/gnumeric/pkg-plist +++ b/math/gnumeric/pkg-plist @@ -212,11 +212,11 @@ lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.la lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.so lib/gnumeric/%%VERSION%%/plugins/openoffice/plugin.xml -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/perl_func.pl -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-func/plugin.xml -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.la -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so -%%PERL%%lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/perl-func/perl_func.pl +lib/gnumeric/%%VERSION%%/plugins/perl-func/plugin.xml +lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.la +lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so +lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.la lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.so lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plugin.xml @@ -904,8 +904,8 @@ share/locale/zh_TW/LC_MESSAGES/gnumeric.mo @dirrm lib/gnumeric/%%VERSION%%/plugins/py-func @dirrm lib/gnumeric/%%VERSION%%/plugins/psiconv @dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect -%%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-loader -%%PERL%%@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-func +@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-loader +@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-func @dirrm lib/gnumeric/%%VERSION%%/plugins/openoffice @dirrm lib/gnumeric/%%VERSION%%/plugins/oleo @dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory diff --git a/math/gretl/Makefile b/math/gretl/Makefile index 0e18b7e75..cdace3ffb 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -8,7 +8,7 @@ PORTNAME= gretl PORTVERSION= 1.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math finance MASTER_SITES= SF @@ -17,7 +17,7 @@ COMMENT= Gnu Regression, Econometrics and Time-series Library BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= fftw3.4:${PORTSDIR}/math/fftw3 \ - mpfr.1:${PORTSDIR}/math/mpfr + mpfr.2:${PORTSDIR}/math/mpfr RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot USE_BZIP2= yes |