svn commit: r494658 - head/net-mgmt/librenms

Dan Langille dvl at FreeBSD.org
Mon Mar 4 22:25:34 UTC 2019


Author: dvl
Date: Mon Mar  4 22:25:33 2019
New Revision: 494658
URL: https://svnweb.freebsd.org/changeset/ports/494658

Log:
  Upgrade to 1.49
  
  https://github.com/librenms/librenms/releases/tag/1.49
  
  As with every LibreNMS upgrade, visit /validate/ to see if you need
  run any scripts post-upgrade.

Modified:
  head/net-mgmt/librenms/Makefile
  head/net-mgmt/librenms/distinfo

Modified: head/net-mgmt/librenms/Makefile
==============================================================================
--- head/net-mgmt/librenms/Makefile	Mon Mar  4 22:08:50 2019	(r494657)
+++ head/net-mgmt/librenms/Makefile	Mon Mar  4 22:25:33 2019	(r494658)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	librenms
-PORTVERSION=	1.48.1
+PORTVERSION=	1.49
 PORTEPOCH=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	LOCAL/dvl:vendor
@@ -18,7 +18,7 @@ USES=		python${PY_MYSQL} shebangfix
 # RELEASE_TIMESTAMP is used for a patch inside the vendor code
 # it represents the release date via: git show --pretty='%H|%ct' -s 1.42.01
 # It sits here so you remember to update it with each release
-RELEASE_TIMESTAMP=	1548881623
+RELEASE_TIMESTAMP=	1551670633
 
 # perhaps we also need python-memcache python-mysqldb
 RUN_DEPENDS+=	rrdtool:databases/rrdtool \
@@ -97,7 +97,7 @@ SUB_LIST+=	PHP="${PHPBASE}/bin/php" PYTHON=${PYTHON_CM
 ROOT_FILES=	.env.example addhost.php adduser.php alerts.php artisan billing-calculate.php \
 		build-base.php build.sql check-services.php composer.json \
 		composer.lock config.php.default config_to_json.php cronic daily.php daily.sh \
-		delhost.php discovery-wrapper.py discovery.php dist-pollers.php irc.php \
+		delhost.php discovery-wrapper.py discovery.php dist-pollers.php irc.php lnms \
 		librenms-service.py mkdocs.yml pbin.sh phpunit.xml ping.php poll-billing.php poller.php poller-service.py \
 		poller-wrapper.py readmegen.yml renamehost.php services-wrapper.py snmp-scan.py \
 		snmptrap.php syslog.php validate.php
@@ -107,17 +107,17 @@ ROOT_DIRS=	LibreNMS app bootstrap config contrib datab
 # these are directories which require a generic @DIR entry in pkg-plist
 OTHER_DIRS=	storage/app/public \
 		storage/debugbar \
+		storage/framework/cache/data \
 		storage/framework/testing \
 		storage/logs \
+		tests/Browser/console \
+		tests/Browser/screenshots \
 		vendor/amenadiel/jpgraph/tests/_output \
 		vendor/amenadiel/jpgraph/tests/_support/_generated \
-		vendor/doctrine/common/lib/vendor/doctrine-build-common \
-		vendor/doctrine/dbal/lib/vendor/Symfony/Component/Console \
-		vendor/doctrine/dbal/lib/vendor/doctrine-build-common \
-		vendor/doctrine/dbal/lib/vendor/doctrine-common \
 		vendor/laravel/laravel/bootstrap/cache \
 		vendor/laravel/laravel/storage/app/public \
 		vendor/laravel/laravel/storage/framework/cache \
+		vendor/laravel/laravel/storage/framework/cache/data \
 		vendor/laravel/laravel/storage/framework/sessions \
 		vendor/laravel/laravel/storage/framework/testing \
 		vendor/laravel/laravel/storage/framework/views \
@@ -153,6 +153,8 @@ do-install:
 	(cd ${WRKDIR}/${PORTNAME}-vendor-${PORTVERSION} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR}/vendor)
 # Make daily.sh executable
 	${CHMOD} 0755 ${STAGEDIR}/${WWWDIR}/daily.sh
+# lnms does not fall into any other +x category
+	${CHMOD} 0755 ${STAGEDIR}/${WWWDIR}/lnms
 # Files in scripts dir should be executable
 	${FIND} ${STAGEDIR}/${WWWDIR}/scripts -type f -exec ${CHMOD} +x {} \;
 # Ensure PHP and Python scripts are executable

Modified: head/net-mgmt/librenms/distinfo
==============================================================================
--- head/net-mgmt/librenms/distinfo	Mon Mar  4 22:08:50 2019	(r494657)
+++ head/net-mgmt/librenms/distinfo	Mon Mar  4 22:25:33 2019	(r494658)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1551047148
-SHA256 (librenms-vendor-1.48.1.tar.gz) = 88fa497078bad749bd29ba4227dd0550e0ff5e6debaf829c6261928c8cac3461
-SIZE (librenms-vendor-1.48.1.tar.gz) = 32057420
-SHA256 (librenms-librenms-1.48.1_GH0.tar.gz) = 5d7ee7b0583686f4d463f95098a4d12a950d452056789f48654c1472e9936417
-SIZE (librenms-librenms-1.48.1_GH0.tar.gz) = 32861666
+TIMESTAMP = 1551732751
+SHA256 (librenms-vendor-1.49.tar.gz) = 8673428091fe724d6fd8d0a5d612a2cd93114ff609601f9a7aceae996caea3ef
+SIZE (librenms-vendor-1.49.tar.gz) = 32209334
+SHA256 (librenms-librenms-1.49_GH0.tar.gz) = 9142ce485e8b8d530d9c639cfb2d9de132ddc1b057e47a3b454a04349fee185c
+SIZE (librenms-librenms-1.49_GH0.tar.gz) = 34394670


More information about the svn-ports-all mailing list