Date: Sat, 27 Aug 2005 02:54:16 +0300 (EEST) From: "ports@c0decafe.net" <ports@c0decafe.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85332: [MAINTAINER] security/revelation: update to 0.4.5 Message-ID: <200508262354.j7QNsG69051591@atlantis.local> Resent-Message-ID: <200508270000.j7R00WPv062266@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85332 >Category: ports >Synopsis: [MAINTAINER] security/revelation: update to 0.4.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Aug 27 00:00:32 GMT 2005 >Closed-Date: >Last-Modified: >Originator: ports@c0decafe.net >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD atlantis.local 5.4-STABLE FreeBSD 5.4-STABLE #1: Tue Aug 23 01:45:37 EEST 2005 >Description: - Update to 0.4.5 Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- revelation-0.4.5.patch begins here --- Index: Makefile =================================================================== RCS file: /freebsd/repository/ports/security/revelation/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 22 Apr 2005 01:02:39 -0000 1.10 +++ Makefile 26 Aug 2005 03:34:38 -0000 @@ -6,8 +6,7 @@ # PORTNAME= revelation -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.4.5 CATEGORIES= security gnome MASTER_SITES= ftp://oss.codepoet.no/revelation/ @@ -24,16 +23,16 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= pygnome2 gnomeprefix gnomehack desktopfileutils +USE_GNOME= pygnome2 pygnomeextras gnomeprefix gnomehack desktopfileutils USE_PYTHON= yes -GCONF_SCHEMAS= revelation.schemas +GCONF_SCHEMAS= revelation.schemas revelation-applet.schemas USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's|\(-Wl\)|$$(LDFLAGS) \1|' \ - ${WRKSRC}/wrap/crack/Makefile.in + ${WRKSRC}/src/wrap/crack/Makefile.in @${REINPLACE_CMD} -e 's|#include <crack.h>||' \ - ${WRKSRC}/wrap/crack/crack.c.in + ${WRKSRC}/src/wrap/crack/crack.c.in post-install: -@update-desktop-database Index: distinfo =================================================================== RCS file: /freebsd/repository/ports/security/revelation/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 18 Apr 2005 16:02:16 -0000 1.5 +++ distinfo 26 Aug 2005 02:24:41 -0000 @@ -1,2 +1,2 @@ -MD5 (revelation-0.4.3.tar.bz2) = 80c36c740c5e02da54f77da69800325a -SIZE (revelation-0.4.3.tar.bz2) = 541292 +MD5 (revelation-0.4.5.tar.bz2) = f509367e8b5ab869fe00c6c3f87d2b58 +SIZE (revelation-0.4.5.tar.bz2) = 547303 Index: pkg-plist =================================================================== RCS file: /freebsd/repository/ports/security/revelation/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 22 Apr 2005 01:02:39 -0000 1.6 +++ pkg-plist 26 Aug 2005 03:36:12 -0000 @@ -4,6 +4,7 @@ %%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.py %%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.py %%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.py +%%PYTHON_SITELIBDIR%%/revelation/datahandler/pwsafe.py %%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.py %%PYTHON_SITELIBDIR%%/revelation/datahandler/text.py %%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.py @@ -12,6 +13,7 @@ %%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.pyc %%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.pyc %%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.pyc +%%PYTHON_SITELIBDIR%%/revelation/datahandler/pwsafe.pyc %%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.pyc %%PYTHON_SITELIBDIR%%/revelation/datahandler/text.pyc %%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.pyc @@ -20,6 +22,7 @@ %%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.pyo %%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.pyo %%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.pyo +%%PYTHON_SITELIBDIR%%/revelation/datahandler/pwsafe.pyo %%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.pyo %%PYTHON_SITELIBDIR%%/revelation/datahandler/text.pyo %%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.pyo @@ -34,7 +37,6 @@ %%PYTHON_SITELIBDIR%%/revelation/util.py %%PYTHON_SITELIBDIR%%/revelation/__init__.pyc %%PYTHON_SITELIBDIR%%/revelation/config.pyc -%%PYTHON_SITELIBDIR%%/revelation/crack.so %%PYTHON_SITELIBDIR%%/revelation/data.pyc %%PYTHON_SITELIBDIR%%/revelation/dialog.pyc %%PYTHON_SITELIBDIR%%/revelation/entry.pyc @@ -49,29 +51,34 @@ %%PYTHON_SITELIBDIR%%/revelation/io.pyo %%PYTHON_SITELIBDIR%%/revelation/ui.pyo %%PYTHON_SITELIBDIR%%/revelation/util.pyo -%%PYTHON_SITELIBDIR%%/revelation/authmanager.so +%%PYTHON_SITELIBDIR%%/revelation/crack.so +%%PYTHON_SITELIBDIR%%/revelation/gnomemisc.so @dirrm %%PYTHON_SITELIBDIR%%/revelation @unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2> /dev/null || true @unexec rmdir %D/%%PYTHON_LIBDIR%% 2> /dev/null || true +libdata/bonobo/servers/GNOME_RevelationApplet.server +libexec/revelation-applet share/gnome/applications/revelation.desktop -share/mime/packages/revelation.xml -@exec update-desktop-database > /dev/null || /usr/bin/true -@unexec update-desktop-database > /dev/null || /usr/bin/true +share/gnome/revelation/pwdict.hwm +share/gnome/revelation/pwdict.pwd +share/gnome/revelation/pwdict.pwi +share/gnome/revelation/ui/actions.xml +share/gnome/revelation/ui/menubar.xml +share/gnome/revelation/ui/popup-tree.xml +share/gnome/revelation/ui/toolbar.xml +@dirrm share/gnome/revelation/ui +@dirrm share/gnome/revelation share/icons/hicolor/16x16/apps/revelation.png share/icons/hicolor/24x24/apps/revelation.png +share/icons/hicolor/24x24/apps/revelation-locked.png share/icons/hicolor/32x32/apps/revelation.png +share/icons/hicolor/32x32/apps/revelation-locked.png share/icons/hicolor/48x48/apps/revelation.png +share/icons/hicolor/48x48/apps/revelation-locked.png share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-revelation.png share/icons/hicolor/scalable/filesystems/revelation-fallback-folder.svg share/icons/hicolor/scalable/filesystems/revelation-fallback-folder-open.svg -@exec update-mime-database %D/share/mime -@unexec update-mime-database %D/share/mime -share/gnome/revelation/ui/actions.xml -share/gnome/revelation/ui/menubar.xml -share/gnome/revelation/ui/popup-tree.xml -share/gnome/revelation/ui/toolbar.xml -@dirrm share/gnome/revelation/ui -share/gnome/revelation/pwdict.hwm -share/gnome/revelation/pwdict.pwd -share/gnome/revelation/pwdict.pwi -@dirrm share/gnome/revelation +share/mime/packages/revelation.xml +share/mime/application/x-revelation.xml +@exec update-desktop-database > /dev/null || /usr/bin/true +@unexec update-desktop-database > /dev/null || /usr/bin/true --- revelation-0.4.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508262354.j7QNsG69051591>