mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update port to support new ports features including unique LATEST_LINK,
OPTIONS, and distinfo SIZE. PR: ports/63996 Submitted by: Freddie Cash <fcash@sd73.bc.ca> (maintainer)
This commit is contained in:
parent
02602525de
commit
31a6104472
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103466
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= dansguardian
|
||||
PORTVERSION= 2.6.1.11
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= # empty, see below
|
||||
DISTNAME= DansGuardian-${PORTVERSION:R}-${PORTVERSION:E}.source
|
||||
@ -19,6 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid:install \
|
||||
${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT}:install
|
||||
|
||||
CONFLICTS= dansguardian*
|
||||
LATEST_LINK= dansguardian
|
||||
|
||||
WRKSRC= ${WRKDIR}/DansGuardian-${PORTVERSION:R}
|
||||
GNU_CONFIGURE= yes
|
||||
@ -31,6 +32,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--cgidir=/www/cgi-bin/ \
|
||||
--piddir=/var/run/
|
||||
|
||||
OPTIONS= WITH_GCC3 "Compile using GCC 3.x." off
|
||||
|
||||
DG_URL= http://dansguardian.org/index.php?page=copyright2
|
||||
|
||||
MAN8= dansguardian.8
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (DansGuardian-2.6.1-11.source.tar.gz) = 74f30ec2f7915f1ea72ff03332359889
|
||||
SIZE (DansGuardian-2.6.1-11.source.tar.gz) = 155249
|
||||
|
Loading…
Reference in New Issue
Block a user