diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-31 22:24:23 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-31 22:24:23 +0800 |
commit | 92d177b4d5eb21cc3d250e8730f52e44aa431eaf (patch) | |
tree | c43abaccca4f73c7e2db09622e761abb880e8c19 /net-mgmt | |
parent | 6374757e48aa8c9449485ff592cba9a8cf539ef6 (diff) | |
download | freebsd-ports-gnome-92d177b4d5eb21cc3d250e8730f52e44aa431eaf.tar.gz freebsd-ports-gnome-92d177b4d5eb21cc3d250e8730f52e44aa431eaf.tar.zst freebsd-ports-gnome-92d177b4d5eb21cc3d250e8730f52e44aa431eaf.zip |
- Fix up issues with expect as described in ports/118452
- Cleanup pkg-plist
PR: ports/119184
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/rancid/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/rancid/pkg-plist | 36 |
2 files changed, 21 insertions, 21 deletions
diff --git a/net-mgmt/rancid/Makefile b/net-mgmt/rancid/Makefile index 3d61fcad44e1..2ee817b9d083 100644 --- a/net-mgmt/rancid/Makefile +++ b/net-mgmt/rancid/Makefile @@ -7,15 +7,15 @@ PORTNAME= rancid PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Really Awesome New Cisco confIg Differ -BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect -RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \ +BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect-devel +RUN_DEPENDS= expect:${PORTSDIR}/lang/expect-devel \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/LockFile/Simple.pm:${PORTSDIR}/devel/p5-LockFile-Simple diff --git a/net-mgmt/rancid/pkg-plist b/net-mgmt/rancid/pkg-plist index 30e9fdf886e2..cfaa5f1dc569 100644 --- a/net-mgmt/rancid/pkg-plist +++ b/net-mgmt/rancid/pkg-plist @@ -47,24 +47,24 @@ libexec/rancid/xrancid libexec/rancid/zrancid etc/rancid/lg.conf.sample etc/rancid/rancid.conf.sample -share/rancid/CHANGES -share/rancid/COPYING -share/rancid/FAQ -share/rancid/README -share/rancid/README.lg -share/rancid/README.misc -share/rancid/UPGRADING -share/rancid/cisco-load.exp -share/rancid/cisco-reload.exp -share/rancid/cloginrc.sample -share/rancid/downreport -share/rancid/getipacctg -share/rancid/index.html -share/rancid/lg.conf.sample -share/rancid/lgnotes.html -share/rancid/rancid.conf.sample -share/rancid/rtrfilter -@dirrm share/rancid +%%DATADIR%%/CHANGES +%%DATADIR%%/COPYING +%%DATADIR%%/FAQ +%%DATADIR%%/README +%%DATADIR%%/README.lg +%%DATADIR%%/README.misc +%%DATADIR%%/UPGRADING +%%DATADIR%%/cisco-load.exp +%%DATADIR%%/cisco-reload.exp +%%DATADIR%%/cloginrc.sample +%%DATADIR%%/downreport +%%DATADIR%%/getipacctg +%%DATADIR%%/index.html +%%DATADIR%%/lg.conf.sample +%%DATADIR%%/lgnotes.html +%%DATADIR%%/rancid.conf.sample +%%DATADIR%%/rtrfilter +@dirrm %%DATADIR%% @dirrm var/rancid @dirrm etc/rancid @dirrm libexec/rancid |