diff options
author | Dan Langille <dvl@FreeBSD.org> | 2019-03-04 22:25:33 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2019-03-04 22:25:33 +0000 |
commit | 3a6233f348ba002d4c615bd6907de1f0180b516f (patch) | |
tree | 1dd41d86d6a531cd65800221aec791c33177b072 /net-mgmt | |
parent | b65feba81a199e63d01fee3718150d2a44e047f6 (diff) | |
download | ports-3a6233f348ba002d4c615bd6907de1f0180b516f.tar.gz ports-3a6233f348ba002d4c615bd6907de1f0180b516f.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/librenms/Makefile | 16 | ||||
-rw-r--r-- | net-mgmt/librenms/distinfo | 10 |
2 files changed, 14 insertions, 12 deletions
diff --git a/net-mgmt/librenms/Makefile b/net-mgmt/librenms/Makefile index 88a8c94ea28f..0db0fbcac001 100644 --- a/net-mgmt/librenms/Makefile +++ b/net-mgmt/librenms/Makefile @@ -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_CMD} 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 database doc html includes lice # 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 diff --git a/net-mgmt/librenms/distinfo b/net-mgmt/librenms/distinfo index 4804e2ef052f..6a765680ec5f 100644 --- a/net-mgmt/librenms/distinfo +++ b/net-mgmt/librenms/distinfo @@ -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 |