[147284] trunk/dports/net/rancid

khindenburg at macports.org khindenburg at macports.org
Fri Apr 1 05:38:18 PDT 2016


Revision: 147284
          https://trac.macports.org/changeset/147284
Author:   khindenburg at macports.org
Date:     2016-04-01 05:38:17 -0700 (Fri, 01 Apr 2016)
Log Message:
-----------
rancid: update to 3.4.1 #50591

Modified Paths:
--------------
    trunk/dports/net/rancid/Portfile

Added Paths:
-----------
    trunk/dports/net/rancid/files/patch-etc-Makefile.am.diff

Removed Paths:
-------------
    trunk/dports/net/rancid/files/patch-etc-Makefile.in

Modified: trunk/dports/net/rancid/Portfile
===================================================================
--- trunk/dports/net/rancid/Portfile	2016-04-01 12:31:20 UTC (rev 147283)
+++ trunk/dports/net/rancid/Portfile	2016-04-01 12:38:17 UTC (rev 147284)
@@ -5,8 +5,7 @@
 PortGroup           perl5 1.0
 
 name                rancid
-version             2.3.8
-revision            3
+version             3.4.1
 categories          net
 license             BSD-old
 maintainers         nomaintainer
@@ -14,22 +13,22 @@
 
 description         Really Awesome New Cisco confIg Differ
 
-long_description    Rancid maintains a CVS repository of router and \
+long_description    Rancid maintains a CVS/SVN/git repository of router and \
                     device config files.  It emails you when changes \
                     occur and tells you what commands were changed.
 
 homepage            http://www.shrubbery.net/rancid
 master_sites        ftp://ftp.shrubbery.net/pub/rancid/
 
-checksums           rmd160  6105398f85617bce2053d7219e7586c1b80b76ab \
-                    sha256  44e44c87a22968d5229c01d60aa46960da023a24846eef43f9e3c8d70fd5b3fb
+checksums           rmd160  87e72f1b839a9177b6d36dc6054750efbb503add \
+                    sha256  572964f01969bd18b198110a75013ec31ec2aba6ca582ebf6cd208c422fe3bfe
 
 perl5.branches      5.22
 depends_lib         port:perl${perl5.major} \
                     port:p${perl5.major}-lockfile-simple \
                     path:lib/libssl.dylib:openssl
 
-patchfiles          patch-etc-Makefile.in
+patchfiles          patch-etc-Makefile.am.diff
 
 post-patch {
 # Set path for lg.conf.sample so Looking Glass will work
@@ -92,6 +91,15 @@
 
 
 3) Goto url http://localhost/lg with a web browser to use the looking glass.
+
+#### WARNING DATABASE FORMAT CHANGE ####
+
+Note that the router.db format has changed. The file separator is now a \
+semicolon from a colon.
+
+This is to better support IPv6 addresses in the file.
+
+#### WARNING DATABASE FORMAT CHANGE ####
 "
 
 livecheck.type      regex

Added: trunk/dports/net/rancid/files/patch-etc-Makefile.am.diff
===================================================================
--- trunk/dports/net/rancid/files/patch-etc-Makefile.am.diff	                        (rev 0)
+++ trunk/dports/net/rancid/files/patch-etc-Makefile.am.diff	2016-04-01 12:38:17 UTC (rev 147284)
@@ -0,0 +1,32 @@
+--- etc/Makefile.am.orig	2015-06-24 02:33:20.000000000 +0300
++++ etc/Makefile.am	2015-06-24 02:46:38.000000000 +0300
+@@ -26,27 +26,9 @@
+
+ install-data-local: all
+ 	@if test "$(DO_CONF_INSTALL)" = "yes"; then \
+-	if test -f $(DESTDIR)$(sysconfdir)/rancid.conf ; then \
+-	    echo ""; \
+-	    echo "WARNING: *** $(DESTDIR)$(sysconfdir)/rancid.conf exists.  See "; \
+-	    echo "         *** $(pkgdatadir)/rancid.conf.sample for new"; \
+-	    echo "         *** examples."; \
+-	    echo ""; \
+-	else \
+-	    $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \
+-	fi; \
+-	if test ! -f $(DESTDIR)$(sysconfdir)/rancid.types.conf ; then \
+-	    $(INSTALL_DATA) rancid.types.conf $(DESTDIR)$(sysconfdir)/rancid.types.conf; \
+-	fi; \
+-	if test -f $(DESTDIR)$(sysconfdir)/lg.conf ; then \
+-	    echo ""; \
+-	    echo "WARNING: *** $(DESTDIR)$(sysconfdir)/lg.conf exists.  See "; \
+-	    echo "         *** $(pkgdatadir)/lg.conf.sample for new"; \
+-	    echo "         *** examples."; \
+-	    echo ""; \
+-	else \
+-	    $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \
+-	fi; \
++	    $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf.sample; \
++	    $(INSTALL_DATA) rancid.types.conf $(DESTDIR)$(sysconfdir)/rancid.types.conf.sample; \
++	    $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf.sample; \
+ 	fi; \
+ 	$(INSTALL_DATA) rancid.types.base $(DESTDIR)$(sysconfdir)/rancid.types.base

Deleted: trunk/dports/net/rancid/files/patch-etc-Makefile.in
===================================================================
--- trunk/dports/net/rancid/files/patch-etc-Makefile.in	2016-04-01 12:31:20 UTC (rev 147283)
+++ trunk/dports/net/rancid/files/patch-etc-Makefile.in	2016-04-01 12:38:17 UTC (rev 147284)
@@ -1,29 +0,0 @@
---- etc/Makefile.in.org	2007-01-13 13:56:24.000000000 -0800
-+++ etc/Makefile.in	2008-10-28 11:26:08.000000000 -0700
-@@ -376,24 +376,8 @@
- 
- install-data-local: all
- 	@if test "$(DO_CONF_INSTALL)" = "yes"; then \
--	if test -f $(DESTDIR)$(sysconfdir)/rancid.conf ; then \
--	    echo ""; \
--	    echo "WARNING: *** $(DESTDIR)$(sysconfdir)/rancid.conf exists.  See "; \
--	    echo "         *** $(pkgdatadir)/rancid.conf.sample for new"; \
--	    echo "         *** examples."; \
--	    echo ""; \
--	else \
--	    $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf; \
--	fi; \
--	if test -f $(DESTDIR)$(sysconfdir)/lg.conf ; then \
--	    echo ""; \
--	    echo "WARNING: *** $(DESTDIR)$(sysconfdir)/lg.conf exists.  See "; \
--	    echo "         *** $(pkgdatadir)/lg.conf.sample for new"; \
--	    echo "         *** examples."; \
--	    echo ""; \
--	else \
--	    $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf; \
--	fi; \
-+	    $(INSTALL_DATA) rancid.conf.sample $(DESTDIR)$(sysconfdir)/rancid.conf.sample; \
-+	    $(INSTALL_DATA) lg.conf.sample $(DESTDIR)$(sysconfdir)/lg.conf.sample; \
- 	fi
- 
- lg.conf.sample: Makefile $(srcdir)/lg.conf.sample.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160401/72e033da/attachment.html>


More information about the macports-changes mailing list