diff options
author | pawel <pawel@FreeBSD.org> | 2014-11-02 16:41:05 +0000 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-11-02 16:41:05 +0000 |
commit | b2ed0204b826c348ff84c0e6190c83bb7cafb491 (patch) | |
tree | 1832083be4741653937bf8990e560914ae91b488 | |
parent | 4d57ba2416cbb09446ef84d1e266c102db773345 (diff) | |
download | FreeBSD-ports-b2ed0204b826c348ff84c0e6190c83bb7cafb491.zip FreeBSD-ports-b2ed0204b826c348ff84c0e6190c83bb7cafb491.tar.gz |
- Update to version 0.8.4
- Clean pkg-plist
PR: 194168
Submitted by: tkato432@yahoo.com
-rw-r--r-- | math/pspp/Makefile | 6 | ||||
-rw-r--r-- | math/pspp/distinfo | 4 | ||||
-rw-r--r-- | math/pspp/pkg-plist | 16 |
3 files changed, 6 insertions, 20 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index e0890d3..3f3158d 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pspp -PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTVERSION= 0.8.4 CATEGORIES= math MASTER_SITES= GNU @@ -16,7 +15,7 @@ BUILD_DEPENDS= texinfo>0:${PORTSDIR}/print/texinfo LIB_DEPENDS= libplot.so:${PORTSDIR}/graphics/plotutils \ libgslcblas.so:${PORTSDIR}/math/gsl -USES= charsetfix gmake iconv libtool perl5 pkgconfig +USES= charsetfix gmake iconv libtool perl5 pkgconfig readline USE_GNOME= libxml2 USE_PERL5= build GNU_CONFIGURE= yes @@ -32,7 +31,6 @@ PLIST_SUB= VERSION="${PORTVERSION}" INFO= pspp pspp-dev OPTIONS_DEFINE= DOCS GUI NLS PGSQL -OPTIONS_DEFAULT= NLS OPTIONS_SUB= yes GUI_LIB_DEPENDS= libgladeui-1.so:${PORTSDIR}/devel/glade3 diff --git a/math/pspp/distinfo b/math/pspp/distinfo index 009ee20..7c4a5a4 100644 --- a/math/pspp/distinfo +++ b/math/pspp/distinfo @@ -1,2 +1,2 @@ -SHA256 (pspp-0.8.3.tar.gz) = adb8de281098b0d8632a8f2ea2af6514100786cf946f07a3c268d4baff15316f -SIZE (pspp-0.8.3.tar.gz) = 6247760 +SHA256 (pspp-0.8.4.tar.gz) = bfcc3b0e98a5e2d44b4f3383e52c1a26b7eacf5bf419786f49fa16d00bc1c52c +SIZE (pspp-0.8.4.tar.gz) = 6338998 diff --git a/math/pspp/pkg-plist b/math/pspp/pkg-plist index 2ca0877..e9355ce 100644 --- a/math/pspp/pkg-plist +++ b/math/pspp/pkg-plist @@ -72,6 +72,7 @@ man/man1/pspp-dump-sav.1.gz %%NLS%%share/locale/nl/LC_MESSAGES/pspp.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pspp.mo %%NLS%%share/locale/sl/LC_MESSAGES/pspp.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pspp.mo %%NLS%%share/locale/uk/LC_MESSAGES/pspp.mo %%GUI%%%%DATADIR%%/actions/16x16/analyze-bivariate-correlation.png %%GUI%%%%DATADIR%%/actions/16x16/analyze-compare-means.png @@ -235,7 +236,7 @@ man/man1/pspp-dump-sav.1.gz %%GUI%%%%DATADIR%%/means.ui %%GUI%%%%DATADIR%%/missing-val-dialog.ui %%GUI%%%%DATADIR%%/oneway.ui -%%GUI%%%%DATADIR%%/output-viewer.ui +%%GUI%%%%DATADIR%%/output-window.ui %%GUI%%%%DATADIR%%/paired-samples.ui %%GUI%%%%DATADIR%%/pspp.lang %%GUI%%%%DATADIR%%/psppire.gtkrc @@ -258,16 +259,3 @@ man/man1/pspp-dump-sav.1.gz %%GUI%%%%DATADIR%%/var-sheet.ui %%GUI%%%%DATADIR%%/var-type-dialog.ui %%GUI%%%%DATADIR%%/variable-info.ui -%%GUI%%@dirrm %%DATADIR%%/examples -%%GUI%%@dirrm %%DATADIR%%/categories/16x16 -%%GUI%%@dirrm %%DATADIR%%/categories -%%GUI%%@dirrm %%DATADIR%%/actions/32x32 -%%GUI%%@dirrm %%DATADIR%%/actions/24x24 -%%GUI%%@dirrm %%DATADIR%%/actions/16x16 -%%GUI%%@dirrm %%DATADIR%%/actions -%%GUI%%@dirrm %%DATADIR%% -%%GUI%%@dirrm share/glade3/pixmaps/22x22 -%%GUI%%@dirrm share/glade3/pixmaps/16x16 -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%GUI%%@dirrmtry share/appdata -@dirrm lib/pspp |