Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 16:27:36 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315393 - in head/security: py-pyptlib pyobfsproxy pyptlib
Message-ID:  <201303271627.r2RGRaX9072451@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Wed Mar 27 16:27:36 2013
New Revision: 315393
URL: http://svnweb.freebsd.org/changeset/ports/315393

Log:
  Move to py-pyptlib as this is a Python library

Added:
  head/security/py-pyptlib/
     - copied from r315392, head/security/pyptlib/
Deleted:
  head/security/pyptlib/
Modified:
  head/security/py-pyptlib/Makefile
  head/security/pyobfsproxy/Makefile

Modified: head/security/py-pyptlib/Makefile
==============================================================================
--- head/security/pyptlib/Makefile	Wed Mar 27 16:19:19 2013	(r315392)
+++ head/security/py-pyptlib/Makefile	Wed Mar 27 16:27:36 2013	(r315393)
@@ -3,9 +3,10 @@
 #
 
 PORTNAME=	pyptlib
-DISTVERSION=	0.0.3
+PORTVERSION=	0.0.3
 CATEGORIES=	security net python
 MASTER_SITES=	http://www.c-s.li/ports/
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	cs@FreeBSD.org
 COMMENT=	Pluggable transport library

Modified: head/security/pyobfsproxy/Makefile
==============================================================================
--- head/security/pyobfsproxy/Makefile	Wed Mar 27 16:19:19 2013	(r315392)
+++ head/security/pyobfsproxy/Makefile	Wed Mar 27 16:27:36 2013	(r315393)
@@ -11,7 +11,7 @@ MASTER_SITES=	http://www.c-s.li/ports/
 MAINTAINER=	cs@FreeBSD.org
 COMMENT=	Pluggable transport proxy
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyptlib>=0:${PORTSDIR}/security/pyptlib
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyptlib>=0:${PORTSDIR}/security/py-pyptlib
 
 LICENSE=	BSD
 



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