From owner-svn-ports-head@FreeBSD.ORG Wed Mar 27 16:27:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DB6B6BAD; Wed, 27 Mar 2013 16:27:36 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id CD727B25; Wed, 27 Mar 2013 16:27:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2RGRa0a072454; Wed, 27 Mar 2013 16:27:36 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2RGRaX9072451; Wed, 27 Mar 2013 16:27:36 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201303271627.r2RGRaX9072451@svn.freebsd.org> From: Carlo Strub Date: Wed, 27 Mar 2013 16:27:36 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 16:27:36 -0000 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