diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-20 01:12:33 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-20 01:12:33 +0000 |
commit | ebb5a1da64e5fe86c64b89b77af3722f3d72a531 (patch) | |
tree | 242656db147e82c45145b22b0bd86a3371dd85bd /sysutils/cfengine2 | |
parent | 28d00725ff2409583817174419f8df4c3580bba1 (diff) | |
download | FreeBSD-ports-ebb5a1da64e5fe86c64b89b77af3722f3d72a531.zip FreeBSD-ports-ebb5a1da64e5fe86c64b89b77af3722f3d72a531.tar.gz |
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
Diffstat (limited to 'sysutils/cfengine2')
-rw-r--r-- | sysutils/cfengine2/Makefile | 8 | ||||
-rw-r--r-- | sysutils/cfengine2/pkg-descr | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/cfengine2/Makefile b/sysutils/cfengine2/Makefile index 6b9dd73..e5fbee1 100644 --- a/sysutils/cfengine2/Makefile +++ b/sysutils/cfengine2/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/cfengine2/pkg-descr b/sysutils/cfengine2/pkg-descr index 8f08a39..b1a53d4 100644 --- a/sysutils/cfengine2/pkg-descr +++ b/sysutils/cfengine2/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/ |