Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 13:30:43 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366758 - head/security/kedpm
Message-ID:  <201408311330.s7VDUhKK040515@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Aug 31 13:30:43 2014
New Revision: 366758
URL: http://svnweb.freebsd.org/changeset/ports/366758
QAT: https://qat.redports.org/buildarchive/r366758/

Log:
  security/kedpm: support stage
  
  - USES python
  
  PR:		193163
  Submitted by:	Ports Fury

Deleted:
  head/security/kedpm/pkg-plist
Modified:
  head/security/kedpm/Makefile
  head/security/kedpm/pkg-descr

Modified: head/security/kedpm/Makefile
==============================================================================
--- head/security/kedpm/Makefile	Sun Aug 31 13:25:31 2014	(r366757)
+++ head/security/kedpm/Makefile	Sun Aug 31 13:30:43 2014	(r366758)
@@ -7,21 +7,20 @@ PORTREVISION=	8
 CATEGORIES=	security
 MASTER_SITES=	SF
 
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple application for managing personal data
 
-RUN_DEPENDS=	${PYTHONPREFIX_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto
+LICENSE=	GPLv2 # (or later)
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
+
+NO_ARCH=	yes
+
+USES=		python
 USE_GNOME=	pygtk2
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	YES
+USE_PYTHON=	autoplist distutils
 
-DESKTOP_ENTRIES="Ked Password Manager" \
-		"Secure Password Management" \
-		"${PREFIX}/share/${PORTNAME}/glade/logo.png" \
-		"kedpm" \
-		"" \
-		true
+DESKTOP_ENTRIES="Ked Password Manager" "Secure Password Management" \
+		"${DATADIR}/glade/logo.png" "kedpm" "" true
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/kedpm/pkg-descr
==============================================================================
--- head/security/kedpm/pkg-descr	Sun Aug 31 13:25:31 2014	(r366757)
+++ head/security/kedpm/pkg-descr	Sun Aug 31 13:30:43 2014	(r366758)
@@ -1,9 +1,10 @@
 Password Manager helps to manage large numbers of passwords and related
-information and simplifies the tasks of searching and entering password data.
+information and simplifies the tasks of searching and entering password
+data.
 
-KedPM is written as an extensible framework, which allows users to plug in 
-custom password database back-ends and custom user interface front-ends.
-Currently, only the Figaro PM back-end supported. To control KedPM user can
-choose between CLI and GTK2 based GUI front-ends.
+KedPM is written as an extensible framework, which allows users to plug
+in custom password database back-ends and custom user interface
+front-ends. Currently, only the Figaro PM back-end supported. To control
+KedPM user can choose between CLI and GTK2 based GUI front-ends.
 
 WWW: http://kedpm.sourceforge.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408311330.s7VDUhKK040515>