mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Update to 2.70
PR: ports/153574 Submitted by: Chifeng Qu <chifeng@gmail.com> (maintainer)
This commit is contained in:
parent
31312031f0
commit
9bc1509239
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267199
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= rss2email
|
||||
PORTVERSION= 2.69
|
||||
PORTVERSION= 2.70
|
||||
CATEGORIES= mail python
|
||||
MASTER_SITES= http://www.allthingsrss.com/rss2email/
|
||||
|
||||
@ -20,7 +20,7 @@ USE_PYTHON= yes
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/r2e %%DATADIR%%/${PORTNAME}.py
|
||||
PLIST_DIRS= %%DATADIR%%
|
||||
PORTEXAMPLES= config.py
|
||||
PORTEXAMPLES= config.py.example
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|@PYTHONCMD@|${PYTHON_CMD}|;s|@DATADIR@|${DATADIR}|'\
|
||||
@ -34,7 +34,7 @@ do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/r2e ${PREFIX}/bin/
|
||||
.ifndef NOPORTEXAMPLES
|
||||
@${INSTALL} -d ${EXAMPLESDIR}/
|
||||
@${INSTALL_DATA} ${WRKSRC}/config.py ${EXAMPLESDIR}/
|
||||
@${INSTALL_DATA} ${WRKSRC}/config.py.example ${EXAMPLESDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rss2email-2.69.tar.gz) = 5287e90f47401d141abbd133e0d0a235f69ef17104b2f6ceba7f951e3d533f98
|
||||
SIZE (rss2email-2.69.tar.gz) = 57649
|
||||
SHA256 (rss2email-2.70.tar.gz) = 3882be0c87e3fca7c66ca006ba7311293da737a7e6ee128844422140a4fa6835
|
||||
SIZE (rss2email-2.70.tar.gz) = 57961
|
||||
|
Loading…
Reference in New Issue
Block a user