[138979] trunk/dports/textproc/glimpse/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jul 25 17:58:40 PDT 2015


Revision: 138979
          https://trac.macports.org/changeset/138979
Author:   ryandesign at macports.org
Date:     2015-07-25 17:58:39 -0700 (Sat, 25 Jul 2015)
Log Message:
-----------
glimpse: stealth update on 2014-09-26: glimpse is now under the ISC license (#48440); install documentation files; revise description

Modified Paths:
--------------
    trunk/dports/textproc/glimpse/Portfile

Modified: trunk/dports/textproc/glimpse/Portfile
===================================================================
--- trunk/dports/textproc/glimpse/Portfile	2015-07-26 00:49:51 UTC (rev 138978)
+++ trunk/dports/textproc/glimpse/Portfile	2015-07-26 00:58:39 UTC (rev 138979)
@@ -6,21 +6,25 @@
 name                    glimpse
 conflicts               tre
 version                 4.18.6
-set distfile_date       20081220014903
+revision                1
+set distfile_date       20140926184454
 dist_subdir             ${name}/${version}-${distfile_date}
 categories              textproc
-license                 Restrictive/Distributable Noncommercial
 platforms               darwin
 maintainers             nomaintainer
-description             A text search engine.  Free for personal use.
-long_description        A text search engine.  Free for personal use. \
-                        Required for use with Webglimpse.
+license                 ISC
 
+description             text search engine
+
+long_description        Glimpse is a very powerful indexing and query system \
+                        that allows you to search through all your files very \
+                        quickly.
+
 homepage                http://webglimpse.net/
 master_sites            ${homepage}trial/
 
-checksums               rmd160  cd309a9b578b777fdb4336d89b01ab20f1771fc9 \
-                        sha256  0c21d27d6a3fe37dacdc66ef9194623f5a94b2f5d221dff8f187f69f629beade
+checksums               rmd160  c9768334fa5fe3d52ecba9651615de716793e49b \
+                        sha256  3045296877bc7a3714ae10872056030175c2f10de83544aa7f08811f24d38077
 
 patchfiles              patch-clang.diff
 
@@ -34,6 +38,19 @@
                         libdir=${destroot}${prefix}/lib \
                         mandir=${destroot}${prefix}/share/man/man1
 
+post-destroot {
+    set docdir ${prefix}/share/doc/${subport}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} \
+        CHANGES \
+        CONTRIBUTIONS \
+        ChangeLog \
+        KNOWN_BUGS \
+        LICENSE \
+        README \
+        ${destroot}${docdir}
+}
+
 livecheck.type          regex
 livecheck.url           ${homepage}download.php
 livecheck.regex         {Glimpse ([0-9.]+)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150725/d824a56c/attachment-0001.html>


More information about the macports-changes mailing list