Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2010 16:45:36 +0200
From:      "Pawel Pekala" <c0rn@o2.pl>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ports@fsck.ch
Subject:   ports/150970: [PATCH] deskutils/treeline update to 1.2.4
Message-ID:  <1285512336.7791@caprica.slowicza.org>
Resent-Message-ID: <201009261450.o8QEo44M098360@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150970
>Category:       ports
>Synopsis:       [PATCH] deskutils/treeline update to 1.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 26 14:50:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 8.1-RELEASE #2: Sat Aug 21 18:46:54 CEST 2010
    corn@caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC



>Description:


- update to version 1.2.4
- add LICENSE info
- fix build with httpLoad plugin
- add desktop entry



>How-To-Repeat:





>Fix:


--- treeline-1.2.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/deskutils/treeline/Makefile /home/corn/devel/treeline/Makefile
--- /usr/ports/deskutils/treeline/Makefile	2010-05-13 16:39:52.000000000 +0200
+++ /home/corn/devel/treeline/Makefile	2010-09-26 16:30:17.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	treeline
-PORTVERSION=	1.2.0
-PORTREVISION=	3
+PORTVERSION=	1.2.4
 CATEGORIES=	deskutils python
 MASTER_SITES=	${MASTER_SITE_BERLIOS}:treeline \
 		http://treeline.bellz.org/plugins/:plugins \
@@ -30,6 +29,11 @@
 USE_QT_VER=	4
 USE_PYTHON=	2.4+
 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>
 
@@ -56,6 +60,7 @@
 	@cd ${WRKSRC} && ${PYTHON_CMD} install.py \
 	-p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -x
 .if defined(WITH_HTTPLOAD)
+	@${INSTALL_DATA} -d ${PREFIX}/lib/${PORTNAME}/plugins/
 	@${INSTALL_DATA} ${DISTDIR}/httpload2.py ${PREFIX}/lib/${PORTNAME}/plugins/
 .endif
 
diff -ruN --exclude=CVS /usr/ports/deskutils/treeline/distinfo /home/corn/devel/treeline/distinfo
--- /usr/ports/deskutils/treeline/distinfo	2010-05-12 18:57:33.000000000 +0200
+++ /home/corn/devel/treeline/distinfo	2010-09-22 20:47:15.000000000 +0200
@@ -1,6 +1,6 @@
-MD5 (treeline-1.2.0.tar.gz) = baf89251c10c23bf6e983cc2a0d16961
-SHA256 (treeline-1.2.0.tar.gz) = efed034d575df872786eca42fac14adfabef96aa4ffc3de955bd0074b9fbc6a3
-SIZE (treeline-1.2.0.tar.gz) = 477621
+MD5 (treeline-1.2.4.tar.gz) = af51957700b68c4af36dc0b5cf0fee92
+SHA256 (treeline-1.2.4.tar.gz) = 868e3b54cbec370ccbac66c2c525611768bebd07886552cc87c52891c27b3dbd
+SIZE (treeline-1.2.4.tar.gz) = 478928
 MD5 (httpload2.py) = 6038083a5e6aa80672325fbe53ca7a33
 SHA256 (httpload2.py) = 30f243207369f294eb0442bfd752dd104f82f158791b97223bbc20a6fd266593
 SIZE (httpload2.py) = 3206
diff -ruN --exclude=CVS /usr/ports/deskutils/treeline/pkg-plist /home/corn/devel/treeline/pkg-plist
--- /usr/ports/deskutils/treeline/pkg-plist	2010-05-12 18:57:33.000000000 +0200
+++ /home/corn/devel/treeline/pkg-plist	2010-09-22 20:42:47.000000000 +0200
@@ -225,13 +225,12 @@
 %%PORTDOCS%%%%DOCSDIR%%/sample_intern_links.trl
 %%PORTDOCS%%%%DOCSDIR%%/sample_other_fields.trl
 %%PORTDOCS%%%%DOCSDIR%%/sample_table_booklist.trl
-@dirrm %%DATADIR%%/icons/toolbar/16x16
 @dirrm %%DATADIR%%/icons/toolbar/32x32
 @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%%
--- treeline-1.2.4.patch ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1285512336.7791>