Index: head/security/py-keyring/Makefile =================================================================== --- head/security/py-keyring/Makefile (revision 242398) +++ head/security/py-keyring/Makefile (revision 242399) @@ -1,56 +1,56 @@ # New ports collection makefile for: py-keyring # Date created: 2 September 2009 # Whom: Douglas Thrift # # $FreeBSD$ # PORTNAME= keyring -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP \ http://code.douglasthrift.net/files/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Store and access your passwords safely LATEST_LINK= py-${PORTNAME} USE_KDE4= # -USE_PYTHON= 2.6+ +USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes OPTIONS= GNOME_KEYRING "GNOME Keyring backend" Off \ KDE_KWALLET "KDE KWallet backend" Off .include .if defined(WITH_GNOME_KEYRING) LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring PLIST_SUB+= GNOME_KEYRING="" .else PLIST_SUB+= GNOME_KEYRING="@comment " .endif .if defined(WITH_KDE_KWALLET) PLIST_SUB+= KDE_KWALLET="" USE_KDE4+= kdelibs .else PLIST_SUB+= KDE_KWALLET="@comment " .endif post-patch: .if !defined(WITH_GNOME_KEYRING) @${REINPLACE_CMD} -e 's|exts\.append(gnome_keychain_module)|#&|' \ ${WRKSRC}/extensions.py .endif .if defined(WITH_KDE_KWALLET) - @${REINPLACE_CMD} -e 's|kde4-config|${KDE4_PREFIX}/bin/kde4-config|' \ + @${REINPLACE_CMD} -e 's|kde-config|${KDE4_PREFIX}/bin/kde4-config|' \ ${WRKSRC}/extensions.py .else @${REINPLACE_CMD} -e 's|exts\.append(kde_kwallet_module)|#&|' \ ${WRKSRC}/extensions.py .endif .include Property changes on: head/security/py-keyring/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/py-keyring/distinfo =================================================================== --- head/security/py-keyring/distinfo (revision 242398) +++ head/security/py-keyring/distinfo (revision 242399) @@ -1,3 +1,3 @@ -MD5 (keyring-0.1.tar.gz) = e593725919ed00a631c4348d08c77f56 -SHA256 (keyring-0.1.tar.gz) = c5e19bfd138034a8d3193a5c5314493e51a90a0c4bb78db87c0a0451aa7327a8 -SIZE (keyring-0.1.tar.gz) = 14468 +MD5 (keyring-0.2.tar.gz) = 4a640c4d41c6aa702cf6122d1a22ece3 +SHA256 (keyring-0.2.tar.gz) = 05585abc75f50e625f46d90c07f7707da19050ddc2a89dfe92081a3ed0328f13 +SIZE (keyring-0.2.tar.gz) = 14836 Property changes on: head/security/py-keyring/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/security/py-keyring/files/patch-extensions.py =================================================================== --- head/security/py-keyring/files/patch-extensions.py (revision 242398) +++ head/security/py-keyring/files/patch-extensions.py (revision 242399) @@ -1,14 +0,0 @@ ---- extensions.py.orig 2009-08-21 09:34:01.000000000 -0700 -+++ extensions.py 2009-09-03 15:43:41.224189815 -0700 -@@ -42,9 +42,9 @@ - - keywords.setdefault('libraries', []).append('kdeui') - libs = commands.getoutput("kde4-config --path lib").split(':') -- if len(libs) == 0: -- libs = commands.getoutput("kde-config --path lib").split(':') - keywords.setdefault('library_dirs', []).extend(libs) -+ includes = commands.getoutput("kde4-config --install include").split(':') -+ keywords.setdefault('include_dirs', []).extend(includes) - return keywords - - def get_extensions(): Property changes on: head/security/py-keyring/files/patch-extensions.py ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property