diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-07-30 23:26:42 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-07-30 23:26:42 +0800 |
commit | 69b0adc40ec5496149c58f1c27a3931b2d619a4e (patch) | |
tree | 4a20c304a808437ef2a41402662669e1a38241c9 /www/swish-e | |
parent | d4c22d8042e64de83d51641a4e89411461adc16d (diff) | |
download | freebsd-ports-gnome-69b0adc40ec5496149c58f1c27a3931b2d619a4e.tar.gz freebsd-ports-gnome-69b0adc40ec5496149c58f1c27a3931b2d619a4e.tar.zst freebsd-ports-gnome-69b0adc40ec5496149c58f1c27a3931b2d619a4e.zip |
- Update to 2.4.4.
- Take maintainership.
Approved by: rafan (mentor, implicit)
Diffstat (limited to 'www/swish-e')
-rw-r--r-- | www/swish-e/Makefile | 6 | ||||
-rw-r--r-- | www/swish-e/distinfo | 6 | ||||
-rw-r--r-- | www/swish-e/pkg-plist | 21 |
3 files changed, 17 insertions, 16 deletions
diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 509dea27c921..f7790df01541 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -6,15 +6,15 @@ # PORTNAME= swish-e -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.4 CATEGORIES= www textproc MASTER_SITES= http://swish-e.org/distribution/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chinsan@FreeBSD.org COMMENT= Simple web indexing for humans - enhanced USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes USE_GNOME= libxml2 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/www/swish-e/distinfo b/www/swish-e/distinfo index 2b4eae779fbf..605b0868ca2e 100644 --- a/www/swish-e/distinfo +++ b/www/swish-e/distinfo @@ -1,3 +1,3 @@ -MD5 (swish-e-2.4.3.tar.gz) = d611ba8d40fe5340097ca6e8a042ca44 -SHA256 (swish-e-2.4.3.tar.gz) = 1e0720a46359ababce1768ca282a446787f76a010ff4c43088bbd4d1ee4d65e3 -SIZE (swish-e-2.4.3.tar.gz) = 1563031 +MD5 (swish-e-2.4.4.tar.gz) = 33013fd25abd8402f28c2bc7cd5bd95b +SHA256 (swish-e-2.4.4.tar.gz) = 1894aaebaa6b093d7d30f4e4cc4972d2592274a8a258fc151ec7f9a479783c16 +SIZE (swish-e-2.4.4.tar.gz) = 1462897 diff --git a/www/swish-e/pkg-plist b/www/swish-e/pkg-plist index 2f4d2be41210..a8390bb2a3ed 100644 --- a/www/swish-e/pkg-plist +++ b/www/swish-e/pkg-plist @@ -11,6 +11,7 @@ lib/swish-e/perl/SWISH/Filters/Doc2html.pm lib/swish-e/perl/SWISH/Filters/ID3toHTML.pm lib/swish-e/perl/SWISH/Filters/Pdf2HTML.pm lib/swish-e/perl/SWISH/Filters/XLtoHTML.pm +lib/swish-e/perl/SWISH/Filters/pp2html.pm @dirrm lib/swish-e/perl/SWISH/Filters lib/swish-e/perl/SWISH/DateRanges.pm lib/swish-e/perl/SWISH/DefaultHighlight.pm @@ -35,13 +36,13 @@ lib/swish-e/swish.cgi lib/swish-e/swishspider libdata/pkgconfig/swish-e.pc @dirrm lib/swish-e -share/swish-e/swish.tmpl -share/swish-e/swish.tt -share/swish-e/templates/search.tt -share/swish-e/templates/page_layout -share/swish-e/templates/common_header -share/swish-e/templates/common_footer -share/swish-e/templates/style.css -share/swish-e/templates/markup.css -@dirrm share/swish-e/templates -@dirrm share/swish-e +%%DATADIR%%/swish.tmpl +%%DATADIR%%/swish.tt +%%DATADIR%%/templates/search.tt +%%DATADIR%%/templates/page_layout +%%DATADIR%%/templates/common_header +%%DATADIR%%/templates/common_footer +%%DATADIR%%/templates/style.css +%%DATADIR%%/templates/markup.css +@dirrmtry %%DATADIR%%/templates +@dirrmtry %%DATADIR%% |