diff options
author | dougb <dougb@FreeBSD.org> | 2001-09-25 15:13:21 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-09-25 15:13:21 +0800 |
commit | 7cc6da7f71c4ff2bd960f33cf82fe12cea946839 (patch) | |
tree | 11e947d866e9bb9848cc91e827748008a35267ba | |
parent | 97852d550797f153d62e67632e69f777926702c5 (diff) | |
download | freebsd-ports-gnome-7cc6da7f71c4ff2bd960f33cf82fe12cea946839.tar.gz freebsd-ports-gnome-7cc6da7f71c4ff2bd960f33cf82fe12cea946839.tar.zst freebsd-ports-gnome-7cc6da7f71c4ff2bd960f33cf82fe12cea946839.zip |
* Assume maintainership by agreement.
* Bump PORTREVISION to indicate the addition of the fix for the
config file bug, obtained from the ht://Dig developers.
-rw-r--r-- | textproc/htdig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index bdc5fa3076e5..b481384c41d8 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -7,6 +7,7 @@ PORTNAME= htdig PORTVERSION= 3.1.5 +PORTREVISION= 1 CATEGORIES= textproc www MASTER_SITES= http://www.htdig.org/files/ \ ${MASTER_SITE_SUNSITE} \ @@ -16,7 +17,7 @@ MASTER_SITES= http://www.htdig.org/files/ \ ftp://ftp.htdig.org/pub/htdig/ MASTER_SITE_SUBDIR= apps/www/indexing -MAINTAINER= billf@FreeBSD.org +MAINTAINER= DougB@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/share/doc/apache:${PORTSDIR}/www/apache13 |