Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2014 21:40:17 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r351569 - head/dns/py-bonjour
Message-ID:  <201404182140.s3ILeHIi065587@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jpaetzel
Date: Fri Apr 18 21:40:17 2014
New Revision: 351569
URL: http://svnweb.freebsd.org/changeset/ports/351569
QAT: https://qat.redports.org/buildarchive/r351569/

Log:
  Port improvements
  
  Submitted by:	Ruslan Makhmatkhanov

Deleted:
  head/dns/py-bonjour/pkg-plist
Modified:
  head/dns/py-bonjour/Makefile

Modified: head/dns/py-bonjour/Makefile
==============================================================================
--- head/dns/py-bonjour/Makefile	Fri Apr 18 20:30:09 2014	(r351568)
+++ head/dns/py-bonjour/Makefile	Fri Apr 18 21:40:17 2014	(r351569)
@@ -5,15 +5,14 @@ PORTVERSION=	1.1.1
 CATEGORIES=	dns python
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	pybonjour-${PORTVERSION}
 
 MAINTAINER=	jpaetzel@FreeBSD.org
 COMMENT=	Python interface to bonjour
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	pybonjour
+LICENSE=	MIT
 
-EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
+USE_PYTHON=		yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>



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