FreeBSD Bugzilla – Attachment 212651 Details for
Bug 244983
sysutils/py-glances: Update to 3.1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update version 3.1.4
py-glances.patch (text/plain), 1.77 KB, created by
Muhammad Moinur Rahman
on 2020-03-23 19:09:23 UTC
(
hide
)
Description:
Update version 3.1.4
Filename:
MIME Type:
Creator:
Muhammad Moinur Rahman
Created:
2020-03-23 19:09:23 UTC
Size:
1.77 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 528589) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= glances >-PORTVERSION= 3.1.3 >+PORTVERSION= 3.1.4 > DISTVERSIONPREFIX= v > CATEGORIES= sysutils python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,9 +15,10 @@ > > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=5.3.0:sysutils/py-psutil@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}future>=0.15.2:devel/py-future@${PY_FLAVOR} >+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0.15.2:devel/py-coverage@${PY_FLAVOR} > >-USES= python >-USE_PYTHON= autoplist distutils >+USES= python:-3.6 >+USE_PYTHON= autoplist concurrent distutils > USE_GITHUB= yes > > OPTIONS_DEFINE= DOCS >@@ -31,8 +32,11 @@ > man/man1/glances.1.gz > > post-install: >- @${MKDIR} ${STAGEDIR}${PREFIX}/etc/glances >- ${INSTALL_DATA} ${WRKSRC}/conf/glances.conf ${STAGEDIR}${PREFIX}/etc/glances/glances.conf.sample >+ @${MKDIR} ${STAGEDIR}${ETCDIR} >+ ${INSTALL_DATA} ${WRKSRC}/conf/glances.conf ${STAGEDIR}${ETCDIR}/glances.conf.sample > ${INSTALL_MAN} ${WRKSRC}/docs/man/glances.1 ${STAGEDIR}${MANPREFIX}/man/man1/ > >+do-test: >+ @(cd ${WRKSRC} && ${SETENV} coverage-${PYTHON_VER} run --source=glances unitest.py) >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 528589) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1571070873 >-SHA256 (nicolargo-glances-v3.1.3_GH0.tar.gz) = e3e8f9362b82c74427522e82501b47696945251035b35282f9ee4bc533996220 >-SIZE (nicolargo-glances-v3.1.3_GH0.tar.gz) = 6759527 >+TIMESTAMP = 1584897349 >+SHA256 (nicolargo-glances-v3.1.4_GH0.tar.gz) = bf5ec080b824f724bc2a5a42b6e2dbe9eba3effd60d50f2cf39af7e9bf18f6b7 >+SIZE (nicolargo-glances-v3.1.4_GH0.tar.gz) = 6770502
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 244983
:
212618
| 212651