diff options
author | rm <rm@FreeBSD.org> | 2014-10-01 13:58:32 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-10-01 13:58:32 +0800 |
commit | 9cd0f026c5824b0ba131493971071953abda9111 (patch) | |
tree | 935c4fb03aab5bd4dc71e83c45be923f7a69a6ea /deskutils | |
parent | c50b096a17f189c5571229a5dd4b9e894631dfee (diff) | |
download | freebsd-ports-gnome-9cd0f026c5824b0ba131493971071953abda9111.tar.gz freebsd-ports-gnome-9cd0f026c5824b0ba131493971071953abda9111.tar.zst freebsd-ports-gnome-9cd0f026c5824b0ba131493971071953abda9111.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
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gourmet/Makefile | 13 | ||||
-rw-r--r-- | deskutils/gourmet/distinfo | 4 |
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 |