svn commit: r369691 - head/deskutils/gourmet
Ruslan Makhmatkhanov
rm at FreeBSD.org
Wed Oct 1 05:58:33 UTC 2014
Author: rm
Date: Wed Oct 1 05:58:32 2014
New Revision: 369691
URL: https://svnweb.freebsd.org/changeset/ports/369691
QAT: https://qat.redports.org/buildarchive/r369691/
Log:
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
Modified:
head/deskutils/gourmet/Makefile
head/deskutils/gourmet/distinfo
Modified: head/deskutils/gourmet/Makefile
==============================================================================
--- head/deskutils/gourmet/Makefile Wed Oct 1 05:52:20 2014 (r369690)
+++ head/deskutils/gourmet/Makefile Wed Oct 1 05:58:32 2014 (r369691)
@@ -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 at 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}sqli
${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}
Modified: head/deskutils/gourmet/distinfo
==============================================================================
--- head/deskutils/gourmet/distinfo Wed Oct 1 05:52:20 2014 (r369690)
+++ head/deskutils/gourmet/distinfo Wed Oct 1 05:58:32 2014 (r369691)
@@ -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
More information about the svn-ports-all
mailing list