diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-04 14:31:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-04 14:31:07 +0800 |
commit | f66ac7e340b3fe78434f7d685badfd6460348ed3 (patch) | |
tree | 52f2c3d005654d912f328ade5db17f8b09b265ea /www/udmsearch | |
parent | 0d60360ddbd91d8ffd84037cea4dabffaee36639 (diff) | |
download | freebsd-ports-gnome-f66ac7e340b3fe78434f7d685badfd6460348ed3.tar.gz freebsd-ports-gnome-f66ac7e340b3fe78434f7d685badfd6460348ed3.tar.zst freebsd-ports-gnome-f66ac7e340b3fe78434f7d685badfd6460348ed3.zip |
- Update to 3.1.7
- Pass maintainership to submitter
PR: 165656
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'www/udmsearch')
-rw-r--r-- | www/udmsearch/Makefile | 5 | ||||
-rw-r--r-- | www/udmsearch/distinfo | 4 | ||||
-rw-r--r-- | www/udmsearch/pkg-plist | 7 |
3 files changed, 11 insertions, 5 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile index e0035263484d..5ed9e71bef33 100644 --- a/www/udmsearch/Makefile +++ b/www/udmsearch/Makefile @@ -6,13 +6,12 @@ # PORTNAME= udmsearch -PORTVERSION= 3.1.5 -PORTREVISION= 1 +PORTVERSION= 3.1.7 CATEGORIES= www databases MASTER_SITES= http://www.mnogosearch.org/Download/ \ http://udmsearch.real-time.com/Download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Full featured SQL-based hypertext search engine OPTIONS= MSQL "MSQL support" off \ diff --git a/www/udmsearch/distinfo b/www/udmsearch/distinfo index 108bad9d5617..539ce50133cd 100644 --- a/www/udmsearch/distinfo +++ b/www/udmsearch/distinfo @@ -1,2 +1,2 @@ -SHA256 (udmsearch-3.1.5.tar.gz) = 75eae3042d6c1b96f71d0fad58957340dbc3d91d5ab261c95377cd5aef3167d6 -SIZE (udmsearch-3.1.5.tar.gz) = 350832 +SHA256 (udmsearch-3.1.7.tar.gz) = c6163c463461b4c986139753af52a49eccb896fdaa5298c55a7396037814eec2 +SIZE (udmsearch-3.1.7.tar.gz) = 360524 diff --git a/www/udmsearch/pkg-plist b/www/udmsearch/pkg-plist index 77dbdef3d1f1..2582abbe3542 100644 --- a/www/udmsearch/pkg-plist +++ b/www/udmsearch/pkg-plist @@ -12,6 +12,7 @@ %%DATADIR%%/create/mysql/ispell.txt %%DATADIR%%/create/mysql/multi.txt %%DATADIR%%/create/mysql/track.txt +%%DATADIR%%/create/mysql/servers.txt %%DATADIR%%/create/oracle/categories.sql %%DATADIR%%/create/oracle/crc-multi.sql %%DATADIR%%/create/oracle/crc.sql @@ -55,6 +56,7 @@ %%DOCSDIR%%/NEWS.html %%DOCSDIR%%/UdmSearch-Oracle8.html %%DOCSDIR%%/bugs.txt +%%DOCSDIR%%/cache.txt %%DOCSDIR%%/cachemode.txt %%DOCSDIR%%/categories.txt %%DOCSDIR%%/charset.txt @@ -64,9 +66,11 @@ %%DOCSDIR%%/ispell.txt %%DOCSDIR%%/lib.txt %%DOCSDIR%%/mp3.txt +%%DOCSDIR%%/negotiation.txt %%DOCSDIR%%/parsers.txt %%DOCSDIR%%/performance.txt %%DOCSDIR%%/search.txt +%%DOCSDIR%%/srv_table.txt %%DOCSDIR%%/storage.txt %%DOCSDIR%%/syslog.txt %%DOCSDIR%%/tags.txt @@ -77,6 +81,7 @@ bin/search.cgi bin/udm-config etc/udmsearch/indexer.conf-dist etc/udmsearch/search.htm-dist +include/udm_alias.h include/udm_boolean.h include/udm_cache.h include/udm_charset.h @@ -85,6 +90,7 @@ include/udm_conf.h include/udm_config.h include/udm_crc32.h include/udm_db.h +include/udm_filter.h include/udm_ftp.h include/udm_host.h include/udm_hrefs.h @@ -97,6 +103,7 @@ include/udm_os.h include/udm_parseurl.h include/udm_search_tl.h include/udm_searchtool.h +include/udm_server.h include/udm_socket.h include/udm_spell.h include/udm_utils.h |