- fix pkg-plist if installed with apache20 / apache22
- remove MD5 from distinfo PR: ports/154758 Submitted by: myself Approved by: maintainer timeout
This commit is contained in:
parent
80181f4213
commit
5e6d927ba6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269466
2 changed files with 7 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue