diff options
author | dougb <dougb@FreeBSD.org> | 2004-08-29 07:14:46 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-08-29 07:14:46 +0800 |
commit | 8cafe31c72031863c2952f931dabcec9af3a287e (patch) | |
tree | 4b9ddb3cd815b4289ac551af10934c77b750d14f /textproc/htdig | |
parent | 1d75ecda20c650391a08918830c25c3ec6019cb2 (diff) | |
download | freebsd-ports-gnome-8cafe31c72031863c2952f931dabcec9af3a287e.tar.gz freebsd-ports-gnome-8cafe31c72031863c2952f931dabcec9af3a287e.tar.zst freebsd-ports-gnome-8cafe31c72031863c2952f931dabcec9af3a287e.zip |
Upgrade to the latest version, 3.2.0b6.
Replace libtool 1.3 with 1.5, and adjust pkg-plist to remove
the no longer installed .la files.
Move the htdig.conf file out of the way before install so that
the sample file will get installed each time.
Diffstat (limited to 'textproc/htdig')
-rw-r--r-- | textproc/htdig/Makefile | 19 | ||||
-rw-r--r-- | textproc/htdig/distinfo | 4 | ||||
-rw-r--r-- | textproc/htdig/pkg-plist | 5 |
3 files changed, 18 insertions, 10 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index f73284230dfe..836fa492ce41 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -6,20 +6,20 @@ # PORTNAME= htdig -PORTVERSION= 3.2.0.b5 +PORTVERSION= 3.2.0.b6 CATEGORIES= textproc www MASTER_SITES= http://htdig.sourceforge.net/files/ \ http://www.htdig.org/files/ \ http://www.opdenbrouw.nl/htdig/files/ \ ftp://ftp.ntua.gr/pub/www/htdig/ -DISTNAME= htdig-3.2.0b5 +DISTNAME= htdig-3.2.0b6 MAINTAINER= DougB@FreeBSD.org COMMENT= A www indexing and searching system RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} -USE_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \ @@ -33,14 +33,27 @@ CONFIGURE_ARGS= --with-config-dir=${PREFIX}/etc/htdig \ --with-ssl \ --with-apache=${LOCALBASE}/sbin +MAN1= htdig.1 htdig-pdfparser.1 htdump.1 htfuzzy.1 htload.1 \ + htmerge.1 htnotify.1 htpurge.1 htsearch.1 htstat.1 rundig.1 + +MAN8= htdigconfig.8 + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 EXTRA_PATCHES+= ${PATCHDIR}/RELENG_4-patch-htnet_SSLConnection.cc .endif +pre-install: +.if exists(${PREFIX}/etc/htdig/htdig.conf) + ${MV} ${PREFIX}/etc/htdig/htdig.conf ${PREFIX}/etc/htdig/htdig.conf.old +.endif + post-install: @${MV} ${PREFIX}/etc/htdig/htdig.conf ${PREFIX}/etc/htdig/htdig.conf.sample +.if exists(${PREFIX}/etc/htdig/htdig.conf.old) + ${MV} ${PREFIX}/etc/htdig/htdig.conf.old ${PREFIX}/etc/htdig/htdig.conf +.endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR}/html .for f in ChangeLog ChangeLog.0 README STATUS diff --git a/textproc/htdig/distinfo b/textproc/htdig/distinfo index 0829de6f9606..71954f4d37f9 100644 --- a/textproc/htdig/distinfo +++ b/textproc/htdig/distinfo @@ -1,2 +1,2 @@ -MD5 (htdig-3.2.0b5.tar.gz) = 9068738dcb2048b1960de637ba81f7c9 -SIZE (htdig-3.2.0b5.tar.gz) = 2845736 +MD5 (htdig-3.2.0b6.tar.gz) = 8a6952f5b97e305dbb7489045bad220f +SIZE (htdig-3.2.0b6.tar.gz) = 3104936 diff --git a/textproc/htdig/pkg-plist b/textproc/htdig/pkg-plist index 51a998041377..136e27d2952e 100644 --- a/textproc/htdig/pkg-plist +++ b/textproc/htdig/pkg-plist @@ -133,23 +133,18 @@ include/htdig_db/xa.h include/htdig_db/xa_ext.h lib/htdig/libcommon-3.2.0.so lib/htdig/libcommon.a -lib/htdig/libcommon.la lib/htdig/libcommon.so lib/htdig/libfuzzy-3.2.0.so lib/htdig/libfuzzy.a -lib/htdig/libfuzzy.la lib/htdig/libfuzzy.so lib/htdig/libht-3.2.0.so lib/htdig/libht.a -lib/htdig/libht.la lib/htdig/libht.so lib/htdig/libhtnet-3.2.0.so lib/htdig/libhtnet.a -lib/htdig/libhtnet.la lib/htdig/libhtnet.so lib/htdig/libhtword-3.2.0.so lib/htdig/libhtword.a -lib/htdig/libhtword.la lib/htdig/libhtword.so lib/htdig_db/libhtdb-3.2.0.so lib/htdig_db/libhtdb.a |