svn commit: r370005 - head/editors/zim
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sat Oct 4 22:16:34 UTC 2014
Author: rm
Date: Sat Oct 4 22:16:33 2014
New Revision: 370005
URL: https://svnweb.freebsd.org/changeset/ports/370005
QAT: https://qat.redports.org/buildarchive/r370005/
Log:
editors/zim: update to 0.62
- update to 0.62
- add LICENSE_FILE
- modernize port
Changelog: https://lists.launchpad.net/zim-wiki/msg02988.html
Modified:
head/editors/zim/Makefile
head/editors/zim/distinfo
Modified: head/editors/zim/Makefile
==============================================================================
--- head/editors/zim/Makefile Sat Oct 4 22:15:55 2014 (r370004)
+++ head/editors/zim/Makefile Sat Oct 4 22:16:33 2014 (r370005)
@@ -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 at 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>
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 \
Modified: head/editors/zim/distinfo
==============================================================================
--- head/editors/zim/distinfo Sat Oct 4 22:15:55 2014 (r370004)
+++ head/editors/zim/distinfo Sat Oct 4 22:16:33 2014 (r370005)
@@ -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
More information about the svn-ports-head
mailing list