From owner-svn-ports-head@freebsd.org Tue Apr 5 08:58:35 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 776A7B038D7; Tue, 5 Apr 2016 08:58:35 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F0BA1BC5; Tue, 5 Apr 2016 08:58:35 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u358wYEY027801; Tue, 5 Apr 2016 08:58:34 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u358wYaY027799; Tue, 5 Apr 2016 08:58:34 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201604050858.u358wYaY027799@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Tue, 5 Apr 2016 08:58:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412553 - head/math/pspp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2016 08:58:35 -0000 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 - -.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