diff options
author | rm <rm@FreeBSD.org> | 2014-10-05 06:16:33 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2014-10-05 06:16:33 +0800 |
commit | c782eb0910e3613374d37b5b205568299c07051a (patch) | |
tree | e6b70ed0ab942fee8ac756b5713dc5b275433f5e /editors | |
parent | 2d11df37d806386ebc33f07985c8678cd8d99a70 (diff) | |
download | freebsd-ports-gnome-c782eb0910e3613374d37b5b205568299c07051a.tar.gz freebsd-ports-gnome-c782eb0910e3613374d37b5b205568299c07051a.tar.zst freebsd-ports-gnome-c782eb0910e3613374d37b5b205568299c07051a.zip |
editors/zim: update to 0.62
- update to 0.62
- add LICENSE_FILE
- modernize port
Changelog: https://lists.launchpad.net/zim-wiki/msg02988.html
Diffstat (limited to 'editors')
-rw-r--r-- | editors/zim/Makefile | 9 | ||||
-rw-r--r-- | editors/zim/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/editors/zim/Makefile b/editors/zim/Makefile index f928d7a64f2a..a87a1668e14c 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zim -PORTVERSION= 0.61 +PORTVERSION= 0.62 CATEGORIES= editors python MASTER_SITES= http://www.zim-wiki.org/downloads/ @@ -10,6 +10,7 @@ MAINTAINER= rm@FreeBSD.org COMMENT= Desktop wiki editor LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg \ xdg-open:${PORTSDIR}/devel/xdg-utils \ @@ -17,11 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg \ NO_ARCH= yes -USES= desktop-file-utils gettext shared-mime-info +USES= desktop-file-utils gettext python:2 shared-mime-info USE_GNOME= pygtk2 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USE_PYTHON= autoplist distutils INSTALLS_ICONS= yes OPTIONS_DEFINE= BZR DITAA GIT GNUPLOT GNUR GRAPHVIZ LATEX \ diff --git a/editors/zim/distinfo b/editors/zim/distinfo index 6dce7d9ea8d4..8bc4ac0d64a7 100644 --- a/editors/zim/distinfo +++ b/editors/zim/distinfo @@ -1,2 +1,2 @@ -SHA256 (zim-0.61.tar.gz) = 5843a9b2fb41f153b7b628732ac157889709b9937b4921c05099af81dceccc4a -SIZE (zim-0.61.tar.gz) = 1733251 +SHA256 (zim-0.62.tar.gz) = 19d62aebd2c1a92d84d80720c6c1dcdb779c39a2120468fed01b7f252511bdc2 +SIZE (zim-0.62.tar.gz) = 1772246 |