mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Unbork net/rancid. Fix PLIST error and be more conformant to config file
naming. Revision bumped. PR: ports/50076 Submitted by: Janos Mohacsi <mohacsi@niif.hu> Prodded by: Larry Rosenman <ler@lerctr.org>
This commit is contained in:
parent
44a62daff3
commit
67b650d68b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80385
@ -7,15 +7,13 @@
|
||||
|
||||
PORTNAME= rancid
|
||||
PORTVERSION= 2.2.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/
|
||||
|
||||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
COMMENT= Really Awesome New Cisco confIg Differ
|
||||
|
||||
BROKEN= "Bad pkg-plist"
|
||||
|
||||
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
|
||||
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \
|
||||
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
|
||||
@ -48,9 +46,9 @@ post-install:
|
||||
@ ${ECHO}
|
||||
.endif
|
||||
.for file in ${CONFIG_FILES}
|
||||
@ if [ -f ${PREFIX}/rancid/${file}.new ] ; then \
|
||||
${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.new"; \
|
||||
${ECHO} " : *** review ${file} for new/deprecated switches"; \
|
||||
@ if [ -f ${PREFIX}/rancid/${file}.dist ] ; then \
|
||||
${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.dist"; \
|
||||
${ECHO} " : *** review ${file}.dist for new/deprecated switches or install in place ${file}"; \
|
||||
fi
|
||||
.endfor
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- bin/Makefile.in.orig Thu Sep 26 10:46:33 2002
|
||||
+++ bin/Makefile.in Thu Sep 26 10:47:14 2002
|
||||
--- bin/Makefile.in.orig Fri Aug 9 23:59:06 2002
|
||||
+++ bin/Makefile.in Mon Mar 17 15:46:42 2003
|
||||
@@ -375,13 +375,7 @@
|
||||
for prog in $(BIN_PROGS) ; do \
|
||||
$(INSTALL) $$prog $(bindir); \
|
||||
@ -11,7 +11,7 @@
|
||||
- else \
|
||||
- $(INSTALL_DATA) env $(bindir); \
|
||||
- fi
|
||||
+ $(INSTALL_DATA) env $(bindir)/env.new
|
||||
+ $(INSTALL_DATA) env $(bindir)/env.dist
|
||||
# BIN_DATAS are empty at the moment.
|
||||
# for prog in $(BIN_DATAS) ; do \
|
||||
# $(INSTALL_DATA) $$prog $(PREFIX)/bin; \
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- util/lg/Makefile.in.orig Fri Aug 9 23:59:06 2002
|
||||
+++ util/lg/Makefile.in Thu Sep 26 10:54:50 2002
|
||||
+++ util//lg/Makefile.in Mon Mar 17 15:48:24 2003
|
||||
@@ -1,6 +1,6 @@
|
||||
PREFIX = @prefix@
|
||||
|
||||
@ -15,10 +15,11 @@
|
||||
- if test -f $(PREFIX)/util/lg/lg.conf ; then \
|
||||
- echo "WARNING: *** $(PREFIX)/util/lg/lg.conf exists: installing as lg.conf.new."; \
|
||||
- echo " *** review lg.conf.new for new/deprecated switches"; \
|
||||
$(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \
|
||||
- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \
|
||||
- else \
|
||||
- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg; \
|
||||
- fi; \
|
||||
+ $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.dist; \
|
||||
for file in *README* *.html; do \
|
||||
$(INSTALL_DATA) $$file $(PREFIX)/util/lg; \
|
||||
done
|
||||
|
@ -1,6 +1,6 @@
|
||||
rancid/util/lg/lg.cgi
|
||||
rancid/util/lg/lgform.cgi
|
||||
rancid/util/lg/lg.conf
|
||||
rancid/util/lg/lg.conf.dist
|
||||
rancid/util/lg/README
|
||||
rancid/util/lg/index.html
|
||||
rancid/util/lg/lgnotes.html
|
||||
@ -37,7 +37,7 @@ rancid/bin/rancid
|
||||
rancid/bin/rename
|
||||
rancid/bin/rrancid
|
||||
rancid/bin/xrancid
|
||||
rancid/bin/env
|
||||
rancid/bin/env.dist
|
||||
rancid/CHANGES
|
||||
rancid/README
|
||||
rancid/FAQ
|
||||
|
@ -7,15 +7,13 @@
|
||||
|
||||
PORTNAME= rancid
|
||||
PORTVERSION= 2.2.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/
|
||||
|
||||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
COMMENT= Really Awesome New Cisco confIg Differ
|
||||
|
||||
BROKEN= "Bad pkg-plist"
|
||||
|
||||
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
|
||||
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \
|
||||
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
|
||||
@ -48,9 +46,9 @@ post-install:
|
||||
@ ${ECHO}
|
||||
.endif
|
||||
.for file in ${CONFIG_FILES}
|
||||
@ if [ -f ${PREFIX}/rancid/${file}.new ] ; then \
|
||||
${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.new"; \
|
||||
${ECHO} " : *** review ${file} for new/deprecated switches"; \
|
||||
@ if [ -f ${PREFIX}/rancid/${file}.dist ] ; then \
|
||||
${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.dist"; \
|
||||
${ECHO} " : *** review ${file}.dist for new/deprecated switches or install in place ${file}"; \
|
||||
fi
|
||||
.endfor
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- bin/Makefile.in.orig Thu Sep 26 10:46:33 2002
|
||||
+++ bin/Makefile.in Thu Sep 26 10:47:14 2002
|
||||
--- bin/Makefile.in.orig Fri Aug 9 23:59:06 2002
|
||||
+++ bin/Makefile.in Mon Mar 17 15:46:42 2003
|
||||
@@ -375,13 +375,7 @@
|
||||
for prog in $(BIN_PROGS) ; do \
|
||||
$(INSTALL) $$prog $(bindir); \
|
||||
@ -11,7 +11,7 @@
|
||||
- else \
|
||||
- $(INSTALL_DATA) env $(bindir); \
|
||||
- fi
|
||||
+ $(INSTALL_DATA) env $(bindir)/env.new
|
||||
+ $(INSTALL_DATA) env $(bindir)/env.dist
|
||||
# BIN_DATAS are empty at the moment.
|
||||
# for prog in $(BIN_DATAS) ; do \
|
||||
# $(INSTALL_DATA) $$prog $(PREFIX)/bin; \
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- util/lg/Makefile.in.orig Fri Aug 9 23:59:06 2002
|
||||
+++ util/lg/Makefile.in Thu Sep 26 10:54:50 2002
|
||||
+++ util//lg/Makefile.in Mon Mar 17 15:48:24 2003
|
||||
@@ -1,6 +1,6 @@
|
||||
PREFIX = @prefix@
|
||||
|
||||
@ -15,10 +15,11 @@
|
||||
- if test -f $(PREFIX)/util/lg/lg.conf ; then \
|
||||
- echo "WARNING: *** $(PREFIX)/util/lg/lg.conf exists: installing as lg.conf.new."; \
|
||||
- echo " *** review lg.conf.new for new/deprecated switches"; \
|
||||
$(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \
|
||||
- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \
|
||||
- else \
|
||||
- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg; \
|
||||
- fi; \
|
||||
+ $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.dist; \
|
||||
for file in *README* *.html; do \
|
||||
$(INSTALL_DATA) $$file $(PREFIX)/util/lg; \
|
||||
done
|
||||
|
@ -1,6 +1,6 @@
|
||||
rancid/util/lg/lg.cgi
|
||||
rancid/util/lg/lgform.cgi
|
||||
rancid/util/lg/lg.conf
|
||||
rancid/util/lg/lg.conf.dist
|
||||
rancid/util/lg/README
|
||||
rancid/util/lg/index.html
|
||||
rancid/util/lg/lgnotes.html
|
||||
@ -37,7 +37,7 @@ rancid/bin/rancid
|
||||
rancid/bin/rename
|
||||
rancid/bin/rrancid
|
||||
rancid/bin/xrancid
|
||||
rancid/bin/env
|
||||
rancid/bin/env.dist
|
||||
rancid/CHANGES
|
||||
rancid/README
|
||||
rancid/FAQ
|
||||
|
@ -7,15 +7,13 @@
|
||||
|
||||
PORTNAME= rancid
|
||||
PORTVERSION= 2.2.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/
|
||||
|
||||
MAINTAINER= janos.mohacsi@bsd.hu
|
||||
COMMENT= Really Awesome New Cisco confIg Differ
|
||||
|
||||
BROKEN= "Bad pkg-plist"
|
||||
|
||||
BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect
|
||||
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \
|
||||
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
|
||||
@ -48,9 +46,9 @@ post-install:
|
||||
@ ${ECHO}
|
||||
.endif
|
||||
.for file in ${CONFIG_FILES}
|
||||
@ if [ -f ${PREFIX}/rancid/${file}.new ] ; then \
|
||||
${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.new"; \
|
||||
${ECHO} " : *** review ${file} for new/deprecated switches"; \
|
||||
@ if [ -f ${PREFIX}/rancid/${file}.dist ] ; then \
|
||||
${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.dist"; \
|
||||
${ECHO} " : *** review ${file}.dist for new/deprecated switches or install in place ${file}"; \
|
||||
fi
|
||||
.endfor
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- bin/Makefile.in.orig Thu Sep 26 10:46:33 2002
|
||||
+++ bin/Makefile.in Thu Sep 26 10:47:14 2002
|
||||
--- bin/Makefile.in.orig Fri Aug 9 23:59:06 2002
|
||||
+++ bin/Makefile.in Mon Mar 17 15:46:42 2003
|
||||
@@ -375,13 +375,7 @@
|
||||
for prog in $(BIN_PROGS) ; do \
|
||||
$(INSTALL) $$prog $(bindir); \
|
||||
@ -11,7 +11,7 @@
|
||||
- else \
|
||||
- $(INSTALL_DATA) env $(bindir); \
|
||||
- fi
|
||||
+ $(INSTALL_DATA) env $(bindir)/env.new
|
||||
+ $(INSTALL_DATA) env $(bindir)/env.dist
|
||||
# BIN_DATAS are empty at the moment.
|
||||
# for prog in $(BIN_DATAS) ; do \
|
||||
# $(INSTALL_DATA) $$prog $(PREFIX)/bin; \
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- util/lg/Makefile.in.orig Fri Aug 9 23:59:06 2002
|
||||
+++ util/lg/Makefile.in Thu Sep 26 10:54:50 2002
|
||||
+++ util//lg/Makefile.in Mon Mar 17 15:48:24 2003
|
||||
@@ -1,6 +1,6 @@
|
||||
PREFIX = @prefix@
|
||||
|
||||
@ -15,10 +15,11 @@
|
||||
- if test -f $(PREFIX)/util/lg/lg.conf ; then \
|
||||
- echo "WARNING: *** $(PREFIX)/util/lg/lg.conf exists: installing as lg.conf.new."; \
|
||||
- echo " *** review lg.conf.new for new/deprecated switches"; \
|
||||
$(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \
|
||||
- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \
|
||||
- else \
|
||||
- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg; \
|
||||
- fi; \
|
||||
+ $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.dist; \
|
||||
for file in *README* *.html; do \
|
||||
$(INSTALL_DATA) $$file $(PREFIX)/util/lg; \
|
||||
done
|
||||
|
@ -1,6 +1,6 @@
|
||||
rancid/util/lg/lg.cgi
|
||||
rancid/util/lg/lgform.cgi
|
||||
rancid/util/lg/lg.conf
|
||||
rancid/util/lg/lg.conf.dist
|
||||
rancid/util/lg/README
|
||||
rancid/util/lg/index.html
|
||||
rancid/util/lg/lgnotes.html
|
||||
@ -37,7 +37,7 @@ rancid/bin/rancid
|
||||
rancid/bin/rename
|
||||
rancid/bin/rrancid
|
||||
rancid/bin/xrancid
|
||||
rancid/bin/env
|
||||
rancid/bin/env.dist
|
||||
rancid/CHANGES
|
||||
rancid/README
|
||||
rancid/FAQ
|
||||
|
Loading…
x
Reference in New Issue
Block a user