mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
update to 0.5.8
PR: ports/109479 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) Approved by: itetcu (mentor, implicit)
This commit is contained in:
parent
53d45bdeef
commit
2bbdff53cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185783
3 changed files with 9 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= notifier
|
||||
PORTVERSION= 0.5.7
|
||||
PORTVERSION= 0.5.8
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://www.bitkipper.net/bytes/pynotifier/source/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION}
|
|||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${CP} ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
||||
${CP} ${WRKSRC}/examples/*.py ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pynotifier_0.5.7-1.tar.gz) = 1b05746b8fe3f00b78a8d5c2db753404
|
||||
SHA256 (pynotifier_0.5.7-1.tar.gz) = f03c70da9822fd75c55d3eaebf25b73f77110c803a4fffff2c648da5998b5663
|
||||
SIZE (pynotifier_0.5.7-1.tar.gz) = 32476
|
||||
MD5 (pynotifier_0.5.8-1.tar.gz) = adb609c48a13150449579e5ff4024e64
|
||||
SHA256 (pynotifier_0.5.8-1.tar.gz) = 68477975d3cf73c0bc8f326acdedfefa47ac4fc753ac475eb8dce54e3348aeb4
|
||||
SIZE (pynotifier_0.5.8-1.tar.gz) = 39697
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
%%PYTHON_SITELIBDIR%%/notifier/nf_qt.pyc
|
||||
%%PYTHON_SITELIBDIR%%/notifier/nf_qt.pyo
|
||||
%%PYTHON_SITELIBDIR%%/notifier/nf_wx.py
|
||||
%%PYTHON_SITELIBDIR%%/notifier/nf_wx.pyc
|
||||
%%PYTHON_SITELIBDIR%%/notifier/nf_wx.pyo
|
||||
%%PYTHON_SITELIBDIR%%/notifier/popen.py
|
||||
%%PYTHON_SITELIBDIR%%/notifier/popen.pyc
|
||||
%%PYTHON_SITELIBDIR%%/notifier/popen.pyo
|
||||
|
@ -41,4 +43,6 @@
|
|||
%%EXAMPLESDIR%%/test-qt.py
|
||||
%%EXAMPLESDIR%%/test-wx.py
|
||||
%%EXAMPLESDIR%%/threads.py
|
||||
%%EXAMPLESDIR%%/test-gobject.py
|
||||
%%EXAMPLESDIR%%/process3.py
|
||||
%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue