mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 0.3.3.
PR: 71156 Submitted by: maintainer
This commit is contained in:
parent
7f05469576
commit
0a9e867ba5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117708
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= revelation
|
||||
PORTVERSION= 0.3.2
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= security gnome
|
||||
MASTER_SITES= ftp://oss.codepoet.no/revelation/
|
||||
|
||||
@ -28,5 +28,7 @@ post-patch:
|
||||
${WRKSRC}/setup.py ${WRKSRC}/src/lib/__init__.py
|
||||
@${REINPLACE_CMD} 's#sys\.prefix#"${PREFIX}"#g' \
|
||||
${WRKSRC}/src/lib/__init__.py
|
||||
@${REINPLACE_CMD} 's#/etc/#${PREFIX}/etc/#' \
|
||||
${WRKSRC}/setup.py ${WRKSRC}/src/lib/data.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (revelation-0.3.2.tar.bz2) = a74d591f74c7d85f70d7c27740958e06
|
||||
SIZE (revelation-0.3.2.tar.bz2) = 69292
|
||||
MD5 (revelation-0.3.3.tar.bz2) = 769ecebe334ff653ceec5a5822674be6
|
||||
SIZE (revelation-0.3.3.tar.bz2) = 74877
|
||||
|
@ -25,6 +25,9 @@ bin/revelation
|
||||
%%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.pyo
|
||||
%%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.pyo
|
||||
%%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.pyo
|
||||
%%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.py
|
||||
%%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.pyc
|
||||
%%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.pyo
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/revelation/datahandler
|
||||
%%PYTHON_SITELIBDIR%%/revelation/dialog.pyc
|
||||
%%PYTHON_SITELIBDIR%%/revelation/data.pyc
|
||||
@ -62,3 +65,6 @@ share/gnome/revelation/pixmaps/revelation.png
|
||||
share/gnome/revelation/pixmaps/revelation-16x16.png
|
||||
@dirrm share/gnome/revelation/pixmaps
|
||||
@dirrm share/gnome/revelation
|
||||
@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/revelation.schemas >/dev/null || /usr/bin/true
|
||||
etc/gconf/schemas/revelation.schemas
|
||||
@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/revelation.schemas >/dev/null || /usr/bin/true
|
||||
|
Loading…
Reference in New Issue
Block a user