See PR ports/103270 (http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/103270) Some Files in arpwatch-2.1.a15_3 have the ownership "bin:bin". The files in the base system and in the ports use "root:wheel". Fix: Replace patch-ab with this one: How-To-Repeat: find /usr/local -user bin
State Changed From-To: open->feedback Awaiting maintainers feedback
I concur with this patch, please commit pending closure of http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/104970 Thanks. Thomas
State Changed From-To: feedback->suspended Maintainer approved, but mark suspended awaiting commit of ports/104970 (I _think_ that is what is meant here).
ports/104970 has been committed, please arrange to mark this PR open to be commited. Thanks. Thomas
State Changed From-To: suspended->open The PR that this on ewas blocking on has been committed.
Responsible Changed From-To: freebsd-ports-bugs->ehaupt I will take care of it.
ehaupt 2006-11-14 14:37:39 UTC FreeBSD ports repository Modified files: net-mgmt/arpwatch Makefile net-mgmt/arpwatch/files patch-ab Log: - Install files with proper ownership - Bump PORTREVISION PR: 104972 Submitted by: Dr. Markus Waldeck <waldeck@gmx.de> Approved by: maintainer Revision Changes Path 1.50 +2 -1 ports/net-mgmt/arpwatch/Makefile 1.6 +4 -4 ports/net-mgmt/arpwatch/files/patch-ab _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor modifications [1], thank you. [1] Modifications: - replaced 'bin' user in patch with $(BINOWN) - replaced 'bin' group in patch with $(BINGRP) - passed BINOWN="${BINOWN}" BINGRP="${BINGRP}" to MAKE_ENV - bumped PORTREVISION