diff options
author | cpm <cpm@FreeBSD.org> | 2016-04-05 08:58:34 +0000 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-04-05 08:58:34 +0000 |
commit | 9a1f92d0babf71019b597d74796a1a645024c034 (patch) | |
tree | 1f4f97c93be068735a9d774ccae9f04c828e420b | |
parent | b8ae33f035223037b8fb5f118c8db766689bea5a (diff) | |
download | FreeBSD-ports-9a1f92d0babf71019b597d74796a1a645024c034.zip FreeBSD-ports-9a1f92d0babf71019b597d74796a1a645024c034.tar.gz |
- 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)
-rw-r--r-- | math/pspp/Makefile | 15 | ||||
-rw-r--r-- | math/pspp/distinfo | 4 |
2 files changed, 8 insertions, 11 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 2e803b5..a960fd9 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -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/glade 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} \ diff --git a/math/pspp/distinfo b/math/pspp/distinfo index 3355cc3..42d4e03 100644 --- a/math/pspp/distinfo +++ b/math/pspp/distinfo @@ -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 |