From 5e6d927ba6dfd53338dd3a9aaeba43bf68593983 Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Tue, 22 Feb 2011 00:29:58 +0000 Subject: [PATCH] - fix pkg-plist if installed with apache20 / apache22 - remove MD5 from distinfo PR: ports/154758 Submitted by: myself Approved by: maintainer timeout --- textproc/htdig/Makefile | 9 +++++++-- textproc/htdig/distinfo | 1 - 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile index eb6a1ede6730..cbce84c176a3 100644 --- a/textproc/htdig/Makefile +++ b/textproc/htdig/Makefile @@ -7,9 +7,10 @@ PORTNAME= htdig PORTVERSION= 3.2.0.b6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc www -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.2.0b6 +MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/3.2.0b6 DISTNAME= htdig-3.2.0b6 MAINTAINER= DougB@FreeBSD.org @@ -40,6 +41,10 @@ OPTIONS= APACHE "Include ${APACHE_PORT} as a dependency" on .if !defined(WITHOUT_APACHE) USE_APACHE= 1.3+ CONFIGURE_ARGS+= --with-apache=${LOCALBASE}/sbin +.include "${PORTSDIR}/Mk/bsd.apache.mk" +. if ${APACHE_VERSION} > 13 +PLIST_DIRSTRY+= www/cgi-bin www/data www/icons +. endif .endif post-patch: diff --git a/textproc/htdig/distinfo b/textproc/htdig/distinfo index 373b7c6d4d65..a8ab799c74f6 100644 --- a/textproc/htdig/distinfo +++ b/textproc/htdig/distinfo @@ -1,3 +1,2 @@ -MD5 (htdig-3.2.0b6.tar.gz) = 8a6952f5b97e305dbb7489045bad220f SHA256 (htdig-3.2.0b6.tar.gz) = 6da9e0ee8627d5302f5685a1b3e5de5f1e6e8df4c0a92c0ca00796bca9e546c8 SIZE (htdig-3.2.0b6.tar.gz) = 3104936