Date: Sun, 11 Nov 2018 10:04:57 +0000 (UTC) From: "Carlos J. Puga Medina" <cpm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484680 - in head/math/pspp: . files Message-ID: <201811111004.wABA4vHe076086@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Sun Nov 11 10:04:56 2018 New Revision: 484680 URL: https://svnweb.freebsd.org/changeset/ports/484680 Log: math/pspp: Update to 1.2.0 Changes from 1.0.1 to 1.2.0 http://lists.gnu.org/archive/html/info-gnu/2018-11/msg00004.html Deleted: head/math/pspp/files/patch-src_ui_gui_pspp-sheet-view-column.h Modified: head/math/pspp/Makefile head/math/pspp/distinfo head/math/pspp/pkg-plist Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Sun Nov 11 09:59:28 2018 (r484679) +++ head/math/pspp/Makefile Sun Nov 11 10:04:56 2018 (r484680) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pspp -PORTVERSION= 1.0.1 -PORTREVISION= 3 +PORTVERSION= 1.2.0 CATEGORIES= math MASTER_SITES= GNU @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= texinfo>0:print/texinfo LIB_DEPENDS= libgslcblas.so:math/gsl -USES= cpe charsetfix gettext-tools gmake iconv localbase libtool \ +USES= cpe charsetfix gettext-tools gmake gnome iconv localbase libtool \ perl5 pkgconfig readline CPE_VENDOR= gnu USE_GNOME= libxml2 @@ -29,14 +28,15 @@ USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" -PORTDOCS= AUTHORS ChangeLog NEWS ONEWS README THANKS TODO +PORTDOCS= AUTHORS ChangeLog NEWS ONEWS README THANKS PORTEXAMPLES= * INFO= pspp pspp-dev OPTIONS_DEFINE= DOCS EXAMPLES GUI NLS PGSQL OPTIONS_SUB= yes -GUI_LIB_DEPENDS= libgladeui-2.so:devel/glade +GUI_LIB_DEPENDS= libgladeui-2.so:devel/glade \ + libspread-sheet-widget.so:devel/spread-sheet-widget GUI_RUN_DEPENDS= yelp:x11/yelp GUI_USES= desktop-file-utils GUI_USE= gnome=gtk30,gtksourceview3 Modified: head/math/pspp/distinfo ============================================================================== --- head/math/pspp/distinfo Sun Nov 11 09:59:28 2018 (r484679) +++ head/math/pspp/distinfo Sun Nov 11 10:04:56 2018 (r484680) @@ -1,3 +1,3 @@ -TIMESTAMP = 1504000065 -SHA256 (pspp-1.0.1.tar.gz) = ba281a2e5d7d40e22f36f07f434a4fbc5be49c6d15740b121c299d024aae1ae5 -SIZE (pspp-1.0.1.tar.gz) = 7556520 +TIMESTAMP = 1541861359 +SHA256 (pspp-1.2.0.tar.gz) = a50e437974cff8d57f41ba87026509c9c383474e52717944ea6565e6ff11f71e +SIZE (pspp-1.2.0.tar.gz) = 7213194 Modified: head/math/pspp/pkg-plist ============================================================================== --- head/math/pspp/pkg-plist Sun Nov 11 09:59:28 2018 (r484679) +++ head/math/pspp/pkg-plist Sun Nov 11 10:04:56 2018 (r484680) @@ -119,7 +119,6 @@ share/emacs/site-lisp/pspp-mode.el %%GUI%%%%DATADIR%%/output-window.ui %%GUI%%%%DATADIR%%/paired-samples.ui %%GUI%%%%DATADIR%%/pspp.lang -%%GUI%%%%DATADIR%%/psppire.gtkrc %%GUI%%%%DATADIR%%/rank.ui %%GUI%%%%DATADIR%%/recode.ui %%GUI%%%%DATADIR%%/regression.ui
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811111004.wABA4vHe076086>