diff options
author | pawel <pawel@FreeBSD.org> | 2012-01-24 04:17:28 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-01-24 04:17:28 +0800 |
commit | ec16f8af740b9ae837d48761da3e454a782faaa0 (patch) | |
tree | 71a85d85cf26966eb82fc1632bbfcc7482eedc90 | |
parent | 2b6d1bbd4bdabef6db7424998b4944765fa79718 (diff) | |
download | freebsd-ports-gnome-ec16f8af740b9ae837d48761da3e454a782faaa0.tar.gz freebsd-ports-gnome-ec16f8af740b9ae837d48761da3e454a782faaa0.tar.zst freebsd-ports-gnome-ec16f8af740b9ae837d48761da3e454a782faaa0.zip |
- Update to version 1.4.1
- Project switched hosting from BERLIOS to SF
- Put LICENSE in right place to silence portlint
- net/py-qt4-network is now required to run
- Switch to bsd.port.options.mk
- Fix pkg-plist errors
-rw-r--r-- | deskutils/treeline/Makefile | 14 | ||||
-rw-r--r-- | deskutils/treeline/distinfo | 4 | ||||
-rw-r--r-- | deskutils/treeline/pkg-plist | 3 |
3 files changed, 11 insertions, 10 deletions
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index 2ffa26aec013..8274aef3ffe2 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -6,9 +6,9 @@ # PORTNAME= treeline -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.1 CATEGORIES= deskutils python -MASTER_SITES= ${MASTER_SITE_BERLIOS:S/$/:treeline/} \ +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/:treeline \ http://treeline.bellz.org/plugins/:plugins \ http://depot.fsck.ch/mirror/distfiles/:treeline,plugins MASTER_SITE_SUBDIR=treeline/:treeline @@ -18,7 +18,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= pawel@FreeBSD.org COMMENT= TreeLine is a structured information storage program -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui +LICENSE= GPLv2 + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ + ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network OPTIONS= ASPELL "install with aspell support" off \ ISPELL "install with ispell support" off \ @@ -29,13 +32,12 @@ WRKSRC= ${WRKDIR}/TreeLine USE_QT_VER= 4 USE_PYTHON= 2.5+ NO_BUILD= yes -LICENSE= GPLv2 DESKTOP_ENTRIES= "TreeLine" "Structured information storage program" \ "${DATADIR}/icons/tree/treeline.png" "treeline" \ "Utility;" false -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if defined(WITH_ASPELL) BUILD_DEPENDS+= aspell:${PORTSDIR}/textproc/aspell @@ -71,4 +73,4 @@ post-install: ${RMDIR} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/treeline/distinfo b/deskutils/treeline/distinfo index 3e0905b05034..891a8a0504e4 100644 --- a/deskutils/treeline/distinfo +++ b/deskutils/treeline/distinfo @@ -1,4 +1,4 @@ -SHA256 (treeline-1.4.0.tar.gz) = 6d5c8dc0d8128ba31920ab9974ab7b883031265e3142ee85b94417e1dfa0c34c -SIZE (treeline-1.4.0.tar.gz) = 499648 +SHA256 (treeline-1.4.1.tar.gz) = d66e0fcae9bcb5e54f664381f6af73f360f9ff46c91787a126c7197fbe685489 +SIZE (treeline-1.4.1.tar.gz) = 499500 SHA256 (httpload2.py) = 30f243207369f294eb0442bfd752dd104f82f158791b97223bbc20a6fd266593 SIZE (httpload2.py) = 3206 diff --git a/deskutils/treeline/pkg-plist b/deskutils/treeline/pkg-plist index 197c4e18c187..3f0b5b5a5444 100644 --- a/deskutils/treeline/pkg-plist +++ b/deskutils/treeline/pkg-plist @@ -232,12 +232,11 @@ lib/treeline/undo.pyc %%PORTDOCS%%%%DOCSDIR%%/sample_other_fields.trl %%PORTDOCS%%%%DOCSDIR%%/sample_table_booklist.trl @dirrm %%DATADIR%%/icons/toolbar/32x32 -@dirrm %%DATADIR%%/icons/toolbar/16x16 @dirrm %%DATADIR%%/icons/toolbar @dirrm %%DATADIR%%/icons/tree @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%%/templates @dirrm %%DATADIR%% -@dirrm lib/treeline/plugins +%%HTTPLOAD%%@dirrm lib/treeline/plugins @dirrm lib/treeline %%PORTDOCS%%@dirrm %%DOCSDIR%% |