svn commit: r315393 - in head/security: py-pyptlib pyobfsproxy pyptlib
Carlo Strub
cs at FreeBSD.org
Wed Mar 27 16:27:36 UTC 2013
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 at 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 at 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
More information about the svn-ports-head
mailing list