[112911] trunk/dports/devel/strigi

ryandesign at macports.org ryandesign at macports.org
Sun Nov 3 16:28:37 PST 2013


Revision: 112911
          https://trac.macports.org/changeset/112911
Author:   ryandesign at macports.org
Date:     2013-11-03 16:28:37 -0800 (Sun, 03 Nov 2013)
Log Message:
-----------
strigi: update to 0.7.8; update homepage and master_sites; fix livecheck

Modified Paths:
--------------
    trunk/dports/devel/strigi/Portfile

Removed Paths:
-------------
    trunk/dports/devel/strigi/files/

Modified: trunk/dports/devel/strigi/Portfile
===================================================================
--- trunk/dports/devel/strigi/Portfile	2013-11-03 23:46:09 UTC (rev 112910)
+++ trunk/dports/devel/strigi/Portfile	2013-11-04 00:28:37 UTC (rev 112911)
@@ -5,20 +5,17 @@
 PortGroup       kde4 1.1
 
 name		strigi
-version		0.7.7
-revision    5
+version         0.7.8
 categories	devel
 maintainers	gmail.com:clubjuggler openmaintainer
 license     LGPL-2+
 description	Fastest and smallest desktop searching program
 long_description Strigi is a daemon which uses a very fast and efficient crawler that can index data on your harddrive. Indexing operations are performed without hammering your system, this makes Strigi the fastest and smallest desktop searching program. Strigi can index different file formats, including the contents of the archive files.
 platforms	darwin
-homepage	https://projects.kde.org/projects/kdesupport/strigi/strigi/repository
-# Current strigi is only found in git so we will use the same source as FreeBSD:
-# http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/deskutils/strigi/
-master_sites	http://rdieter.fedorapeople.org/strigi/
 
-use_xz          yes
+homepage        http://www.vandenoever.info/software/strigi/
+master_sites    ${homepage}
+use_bzip2       yes
 
 depends_lib     port:bzip2 \
                 port:clucene \
@@ -29,8 +26,8 @@
                 port:zlib \
                 port:boost
 
-checksums           rmd160  c77d483b0aeca8a3ff6cafc88801bac734d2b60e \
-                    sha256  f8743063dc47bed6934e0cf4f2fbe52d64dea1e87cfbbf0e44397e4afae08dfb
+checksums       rmd160  34cbbe98e7a371467b115b18586baf299340d1b8 \
+                sha256  43e461a625acdefa59bf58cc9d10aebda9eba920dfbe800fc77e6dcbf1eff989
 
 configure.args-append   -DICONV_INCLUDE_DIR:PATH=${prefix}/include \
                         -DLOG4CXX_INCLUDE_DIR=${prefix}/include/log4cxx \
@@ -43,12 +40,9 @@
 # things because the build and destroot phases can be left at the default
 # values.
 
-patchfiles strigi-0.7.7-ffmpeg_fix-1.patch
-
 post-destroot	{
 		xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
 		xinstall -m 644 -W ${worksrcpath} COPYING AUTHORS ChangeLog ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.url http://sourceforge.net/projects/strigi/files/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131103/939f61df/attachment.html>


More information about the macports-changes mailing list