From ebb5a1da64e5fe86c64b89b77af3722f3d72a531 Mon Sep 17 00:00:00 2001 From: ijliao Date: Sat, 20 Apr 2002 01:12:33 +0000 Subject: Update URLs for cfengine port to correctly reflect the website and the authoritative FTP site for cfengine. Also remove the dependence on teTex while port building since it is fscking huge and ugly. When package building, add the dependence on teTex so more docs are available in the package. PR: 37239 Submitted by: maintainer --- sysutils/cfengine3/Makefile | 8 ++++++-- sysutils/cfengine3/pkg-descr | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'sysutils/cfengine3') diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index 6b9dd7319ff1..e5fbee11c0bf 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/Makefile @@ -7,15 +7,19 @@ PORTNAME= cfengine PORTVERSION= 1.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.iu.hioslo.no/pub/cfengine/ \ +MASTER_SITES= ftp://ftp.iu.hio.no/pub/cfengine/ \ + ftp://sunsite.utk.edu/pub/cfengine/cfengine-ftp/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gordont@gnf.org +.if defined(PACKAGE_BUILDING) BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX +.endif + LIB_DEPENDS= db3:${PORTSDIR}/databases/db3 .if defined(PACKAGE_BUILDING) && !exists(/usr/include/tcpd.h) LIB_DEPENDS+= wrap.7:${PORTSDIR}/security/tcp_wrapper diff --git a/sysutils/cfengine3/pkg-descr b/sysutils/cfengine3/pkg-descr index 8f08a393f837..b1a53d4609d2 100644 --- a/sysutils/cfengine3/pkg-descr +++ b/sysutils/cfengine3/pkg-descr @@ -6,4 +6,4 @@ the configuration and maintenance of system state, for small to huge configurations. Cfengine is designed to be a part of a computer immune system. -WWW: http://www.iu.hioslo.no/cfengine/ +WWW: http://www.cfengine.org/ -- cgit