ports/113917: [MAINTAINER] deskutils/treeline: update to 1.0.2

Tobias Roth ports at fsck.ch
Thu Jun 21 17:00:09 UTC 2007


>Number:         113917
>Category:       ports
>Synopsis:       [MAINTAINER] deskutils/treeline: update to 1.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 21 17:00:08 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Tobias Roth
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD factory.fsck.ch 6.2-STABLE FreeBSD 6.2-STABLE #10: Tue Jun 19 10:32:09 CEST 2007
>Description:
- Update to 1.0.2
- No files added or deleted

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- treeline-1.0.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/deskutils/treeline/Makefile,v
retrieving revision 1.15
diff -u -u -r1.15 Makefile
--- Makefile	19 May 2007 20:01:54 -0000	1.15
+++ Makefile	20 Jun 2007 17:42:14 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	treeline
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.0.2
 CATEGORIES=	deskutils python
 MASTER_SITES=	http://www.bellz.org/treeline/ \
 		http://depot.fsck.ch/mirror/distfiles/
@@ -22,7 +21,8 @@
 OPTIONS=	ASPELL "install with aspell support" off \
 		ISPELL "install with ispell support" off \
 		PYXML "use pythons py-xml instead of textproc/expat2" on \
-		HTTPLOAD "install httpLoad plugin" off
+		HTTPLOAD "install httpLoad plugin" off \
+		TYPESEARCH "install typesearch plugin" off
 
 WRKSRC=		${WRKDIR}/TreeLine
 USE_QT_VER=	3
@@ -50,12 +50,22 @@
 PLIST_SUB+=	HTTPLOAD="@comment "
 .endif
 
+.if defined(WITH_TYPESEARCH)
+DISTFILES+=	${DISTNAME}${EXTRACT_SUFX} typesearch.py
+PLIST_SUB+=	TYPESEARCH=""
+.else
+PLIST_SUB+=	TYPESEARCH="@comment "
+.endif
+
 do-install:
 	@cd ${WRKSRC} && ${PYTHON_CMD} install.py \
 	-p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -x
 .if defined(WITH_HTTPLOAD)
 	@${INSTALL_DATA} ${DISTDIR}/httpload.py ${PREFIX}/lib/${PORTNAME}/plugins/
 .endif
+.if defined(WITH_TYPESEARCH)
+	@${INSTALL_DATA} ${DISTDIR}/typesearch.py ${PREFIX}/lib/${PORTNAME}/plugins/
+.endif
 
 post-install:
 	${RM} ${DOCSDIR}/INSTALL ${DOCSDIR}/LICENSE
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/deskutils/treeline/distinfo,v
retrieving revision 1.11
diff -u -u -r1.11 distinfo
--- distinfo	10 Jul 2006 17:00:54 -0000	1.11
+++ distinfo	20 Jun 2007 17:42:14 -0000
@@ -1,6 +1,12 @@
-MD5 (treeline-1.0.0.tar.gz) = dbfd250aa07924011aeeec4dd59efd90
-SHA256 (treeline-1.0.0.tar.gz) = 522b95a5fc4119e0a9edac3d05f85aaa50b0f0b7509e673c7406ec5053b69803
-SIZE (treeline-1.0.0.tar.gz) = 331039
+MD5 (treeline-1.0.2.tar.gz) = a37be34ae9e495364547485233b4c75d
+SHA256 (treeline-1.0.2.tar.gz) = df6cc44842eadfd01e73037a6b611088bc19f44cbbe4e78844ad9638fbda4104
+SIZE (treeline-1.0.2.tar.gz) = 332001
 MD5 (httpload.py) = 9680667db5496366c9fc040edab44618
 SHA256 (httpload.py) = f3da52451a415d4f445ba9179f54ddf73175bdc583d892f70ed0db4b6e897922
 SIZE (httpload.py) = 1735
+MD5 (treeline-1.0.2.tar.gz) = a37be34ae9e495364547485233b4c75d
+SHA256 (treeline-1.0.2.tar.gz) = df6cc44842eadfd01e73037a6b611088bc19f44cbbe4e78844ad9638fbda4104
+SIZE (treeline-1.0.2.tar.gz) = 332001
+MD5 (typesearch.py) = c8e3b1db30ba30ccb24bcb6b4617446b
+SHA256 (typesearch.py) = 3c71751703f4a7d3f47c2354c6a4bda5df826fe41b08a5a8b90c016748ee3ef2
+SIZE (typesearch.py) = 2962
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/deskutils/treeline/pkg-plist,v
retrieving revision 1.6
diff -u -u -r1.6 pkg-plist
--- pkg-plist	8 Jan 2006 18:16:15 -0000	1.6
+++ pkg-plist	20 Jun 2007 17:42:14 -0000
@@ -74,6 +74,7 @@
 lib/treeline/undo.py
 lib/treeline/undo.pyc
 %%HTTPLOAD%%lib/treeline/plugins/httpload.py
+%%TYPESEARCH%%lib/treeline/plugins/typesearch.py
 %%DATADIR%%/icons/anchor.png
 %%DATADIR%%/icons/arrow_1.png
 %%DATADIR%%/icons/arrow_2.png
--- treeline-1.0.2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list