diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-30 22:17:06 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-30 22:17:06 +0000 |
commit | 32fd7afe37ceabd98a9dae0b990c80da688360e0 (patch) | |
tree | 3e0874581868599952206af49de597ca13a142e8 /security/revelation | |
parent | 046c1bf83d4f7decd50d4111480efe9984789a51 (diff) | |
download | FreeBSD-ports-32fd7afe37ceabd98a9dae0b990c80da688360e0.zip FreeBSD-ports-32fd7afe37ceabd98a9dae0b990c80da688360e0.tar.gz |
Update to 0.3.3.
PR: 71156
Submitted by: maintainer
Diffstat (limited to 'security/revelation')
-rw-r--r-- | security/revelation/Makefile | 4 | ||||
-rw-r--r-- | security/revelation/distinfo | 4 | ||||
-rw-r--r-- | security/revelation/pkg-plist | 6 |
3 files changed, 11 insertions, 3 deletions
diff --git a/security/revelation/Makefile b/security/revelation/Makefile index 8b7ea52..d9db0c9 100644 --- a/security/revelation/Makefile +++ b/security/revelation/Makefile @@ -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> diff --git a/security/revelation/distinfo b/security/revelation/distinfo index 4b7045e..4eea538 100644 --- a/security/revelation/distinfo +++ b/security/revelation/distinfo @@ -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 diff --git a/security/revelation/pkg-plist b/security/revelation/pkg-plist index 1f673da..627610b 100644 --- a/security/revelation/pkg-plist +++ b/security/revelation/pkg-plist @@ -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 |