dns/py-bonjour -> dns/py-pybonjour
Details
Details
Tested with poudriere for 11.2 and 12.0
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 22147 Build 21367: arc lint + arc unit
Event Timeline
Comment Actions
I see the problem here. The port is fine, only dns/Makefile needs to be updated here.
Comment Actions
john@pcbsd /usr/local/poudriere/ports/subversive$ svn diff dns/py-pybonjour/
Index: dns/py-pybonjour/Makefile
Index: dns/py-pybonjour/distinfo
Index: dns/py-pybonjour/files/patch-pybonjour.py
Index: dns/py-pybonjour/pkg-descr
Comment Actions
john@pcbsd /usr/local/poudriere/ports/subversive$ cat dns/py-pybonjour/Makefile
$FreeBSD: head/dns/py-bonjour/Makefile 489656 2019-01-08 08:51:57Z jhixson $
PORTNAME= pybonjour
PORTVERSION= 1.1.1
CATEGORIES= dns python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jhixson@freebsd.org
COMMENT= Pure-Python interface to Apple Bonjour
LICENSE= MIT
LIB_DEPENDS= libdns_sd.so.1:net/mDNSResponder
USES= python:3.6+
USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= depl0y
GH_PROJECT= pybonjour-python3
GH_TAGNAME= 2c8283f
NO_ARCH= yes
.include <bsd.port.mk>