svn commit: r315380 - head/security/pyobfsproxy

Carlo Strub cs at FreeBSD.org
Wed Mar 27 13:38:56 UTC 2013


Author: cs
Date: Wed Mar 27 13:38:56 2013
New Revision: 315380
URL: http://svnweb.freebsd.org/changeset/ports/315380

Log:
  - Add missing RUN_DEPENDS
  - Bump PORTREVISION

Modified:
  head/security/pyobfsproxy/Makefile

Modified: head/security/pyobfsproxy/Makefile
==============================================================================
--- head/security/pyobfsproxy/Makefile	Wed Mar 27 13:35:24 2013	(r315379)
+++ head/security/pyobfsproxy/Makefile	Wed Mar 27 13:38:56 2013	(r315380)
@@ -4,12 +4,15 @@
 
 PORTNAME=	pyobfsproxy
 DISTVERSION=	0.0.2
+PORTREVISION=	1
 CATEGORIES=	security net python
 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
+
 LICENSE=	BSD
 
 USE_PYTHON=	yes


More information about the svn-ports-all mailing list