ports/80036: [MAINTAINER] security/revelation: update to 0.4.3

ports at c0decafe.net ports at c0decafe.net
Sun Apr 17 18:10:21 UTC 2005


>Number:         80036
>Category:       ports
>Synopsis:       [MAINTAINER] security/revelation: update to 0.4.3
>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:   Sun Apr 17 18:10:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     ports at c0decafe.net
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD atlantis.local 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Fri Apr  1 09:58:17 EEST
>Description:
- Update to 0.4.3

Added file(s):
- files/patch-wrap-crack-Makefile
- files/patch-wrap-crack-crack.c

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- revelation-0.4.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /data/freebsd-cvs/ports/security/revelation/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	23 Mar 2005 07:13:30 -0000	1.8
+++ Makefile	17 Apr 2005 18:03:18 -0000
@@ -6,16 +6,19 @@
 #
 
 PORTNAME=	revelation
-PORTVERSION=	0.4.0
+PORTVERSION=	0.4.3
 CATEGORIES=	security gnome
 MASTER_SITES=	ftp://oss.codepoet.no/revelation/
 
 MAINTAINER=	ports at c0decafe.net
 COMMENT=	Password manager for the GNOME 2 desktop
 
+LIB_DEPENDS=	crack:${PORTSDIR}/security/cracklib
 BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto
 
+CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
+
 USE_BZIP2=	yes
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /data/freebsd-cvs/ports/security/revelation/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	18 Mar 2005 12:49:38 -0000	1.4
+++ distinfo	2 Apr 2005 14:38:18 -0000
@@ -1,2 +1,2 @@
-MD5 (revelation-0.4.0.tar.bz2) = d00dd223a1c35472e573fb11d758cd98
-SIZE (revelation-0.4.0.tar.bz2) = 153079
+MD5 (revelation-0.4.3.tar.bz2) = 80c36c740c5e02da54f77da69800325a
+SIZE (revelation-0.4.3.tar.bz2) = 541292
Index: pkg-plist
===================================================================
RCS file: /data/freebsd-cvs/ports/security/revelation/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	18 Mar 2005 12:49:38 -0000	1.4
+++ pkg-plist	17 Apr 2005 17:53:15 -0000
@@ -34,6 +34,7 @@
 %%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
@@ -59,6 +60,8 @@
 share/icons/hicolor/32x32/apps/revelation.png
 share/icons/hicolor/48x48/apps/revelation.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
@@ -66,4 +69,7 @@
 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
Index: files/patch-wrap-crack-Makefile
===================================================================
RCS file: files/patch-wrap-crack-Makefile
diff -N files/patch-wrap-crack-Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-wrap-crack-Makefile	17 Apr 2005 17:51:15 -0000
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	Thu Mar 31 20:52:08 2005
++++ wrap/crack/Makefile.in	Sun Apr 17 20:44:23 2005
+@@ -414,7 +414,7 @@
+ 	$(CC) -pthread -fno-strict-aliasing -fPIC -I${PYTHON_INCLUDE} -c crack.c -o crack.o
+ 
+ crack.so: crack.o
+-	$(CC) -Wl --export-dynamic -pthread -shared crack.o -lcrack -o crack.so
++	$(CC) $(LDFLAGS) -Wl --export-dynamic -pthread -shared crack.o -lcrack -o crack.so
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
Index: files/patch-wrap-crack-crack.c
===================================================================
RCS file: files/patch-wrap-crack-crack.c
diff -N files/patch-wrap-crack-crack.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-wrap-crack-crack.c	17 Apr 2005 17:45:50 -0000
@@ -0,0 +1,10 @@
+--- crack.c.in.orig	Thu Mar 17 19:26:33 2005
++++ wrap/crack/crack.c.in	Sun Apr 17 20:43:22 2005
+@@ -19,7 +19,6 @@
+  */
+ 
+ #include <Python.h>
+-#include <crack.h>
+ #include <stdio.h>
+ 
+ #define FILENAME_MAXLEN 512
--- revelation-0.4.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list