Date: Tue, 5 Apr 2016 08:58:34 +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: r412553 - head/math/pspp Message-ID: <201604050858.u358wYaY027799@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cpm Date: Tue Apr 5 08:58:34 2016 New Revision: 412553 URL: https://svnweb.freebsd.org/changeset/ports/412553 Log: - Update to 0.10.1 release - Add GUI_VARS to catch INSTALLS_ICONS knob. - Drop extra .include line - Use post-install-GUI-on target. Reviewed by: mat, jbeich Approved by: junovitch (mentor) Modified: head/math/pspp/Makefile head/math/pspp/distinfo Modified: head/math/pspp/Makefile ============================================================================== --- head/math/pspp/Makefile Tue Apr 5 08:46:50 2016 (r412552) +++ head/math/pspp/Makefile Tue Apr 5 08:58:34 2016 (r412553) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pspp -PORTVERSION= 0.10.0 +PORTVERSION= 0.10.1 CATEGORIES= math MASTER_SITES= GNU @@ -39,20 +39,17 @@ GUI_LIB_DEPENDS= libgladeui-2.so:devel/g GUI_RUN_DEPENDS= yelp:x11/yelp GUI_USES= desktop-file-utils GUI_USE= gnome=gtk30,gtksourceview3 +GUI_VARS= INSTALLS_ICONS=yes GUI_CONFIGURE_WITH= cairo gui gui-tools GUI_INSTALL_TARGET= install-icons install-ext-icons + NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_MAKE_ARGS_OFF= POFILES="" + PGSQL_USES= pgsql PGSQL_CONFIGURE_WITH= libpq -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGUI} -INSTALLS_ICONS= yes -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|: $$(INSTALL_DATA_HOOKS)|:|' ${WRKSRC}/Makefile.in @@ -60,9 +57,9 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/pspp-mode.el \ ${STAGEDIR}${PREFIX}/share/emacs/site-lisp -.if ${PORT_OPTIONS:MGUI} + +post-install-GUI-on: ${RM} -r ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/mimetypes -.endif post-install-DOCS-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} \ Modified: head/math/pspp/distinfo ============================================================================== --- head/math/pspp/distinfo Tue Apr 5 08:46:50 2016 (r412552) +++ head/math/pspp/distinfo Tue Apr 5 08:58:34 2016 (r412553) @@ -1,2 +1,2 @@ -SHA256 (pspp-0.10.0.tar.gz) = ef3dbfc71755a4fd7f48f257d40599924b2b6c174d238818251eb95d51ee96db -SIZE (pspp-0.10.0.tar.gz) = 7262172 +SHA256 (pspp-0.10.1.tar.gz) = 44cc08864de736880bc0d7e2b1f8c8493ac0e0c2164a4f9471077608f00c8677 +SIZE (pspp-0.10.1.tar.gz) = 7269109
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604050858.u358wYaY027799>