aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-10-01 05:58:32 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-10-01 05:58:32 +0000
commitbe0a90fe2bb407b8a1f5d515d18ed0609a12f60d (patch)
tree935c4fb03aab5bd4dc71e83c45be923f7a69a6ea
parent0728884703f714546c3d38070e529e6e8b774cf4 (diff)
downloadports-be0a90fe2bb407b8a1f5d515d18ed0609a12f60d.tar.gz
ports-be0a90fe2bb407b8a1f5d515d18ed0609a12f60d.zip
deskutils/gourmet: update to 0.17.4
- update to 0.17.4 - add IPYTHON option (needed for interactive shell plugin) - define LICENSE_FILE - convert to USES
Notes
Notes: svn path=/head/; revision=369691
-rw-r--r--deskutils/gourmet/Makefile13
-rw-r--r--deskutils/gourmet/distinfo4
2 files changed, 10 insertions, 7 deletions
diff --git a/deskutils/gourmet/Makefile b/deskutils/gourmet/Makefile
index 0f92c6478eef..1c42fd998f82 100644
--- a/deskutils/gourmet/Makefile
+++ b/deskutils/gourmet/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gourmet
-PORTVERSION= 0.17.3
+PORTVERSION= 0.17.4
CATEGORIES= deskutils gnome
MASTER_SITES= https://github.com/thinkle/gourmet/archive/
DISTNAME= ${PORTVERSION}
@@ -12,6 +12,7 @@ MAINTAINER= rm@FreeBSD.org
COMMENT= GNOME recipe manager
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>0:${PORTSDIR}/devel/py-distutils-extra \
${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl
@@ -23,11 +24,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
${PYTHON_PKGNAMEPREFIX}reportlab>0:${PORTSDIR}/print/py-reportlab \
${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl
-USES= gettext
+OPTIONS_DEFINE= IPYTHON
+IPYTHON_DESC= Interactive shell support
+IPYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>0:${PORTSDIR}/devel/ipython
+
+USES= gettext python:2
USE_GNOME= pygnome2 pygnomeextras pygtk2
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USE_PYTHON= autoplist distutils
PLIST_FILES+= man/man1/gourmet.1.gz
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
diff --git a/deskutils/gourmet/distinfo b/deskutils/gourmet/distinfo
index cb3a474f5dd2..1a1e37e3db05 100644
--- a/deskutils/gourmet/distinfo
+++ b/deskutils/gourmet/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gourmet/0.17.3.tar.gz) = 40feddf8b7c36d1ab04a80587f1c61303ae60a78793820a04047a3f875e5d9cd
-SIZE (gourmet/0.17.3.tar.gz) = 8569152
+SHA256 (gourmet/0.17.4.tar.gz) = 13edd3b9c3a3507d20b80cff0f88183ac7979b720e7577290815ffacca097fe3
+SIZE (gourmet/0.17.4.tar.gz) = 8487830