The plist contains a directory in the files section. This causes pkg to create empty packages with invalid manifest, and thus also breaks two packages that depend on this one. The solution is to remove the bad directory line from the plist. See attached patch. Fix: Patch attached with submission follows:
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of net-mgmt/netdisco-mibs, Please note that PR ports/181363 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181363 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
I approve it, of course :)
Responsible Changed From-To: freebsd-ports-bugs->nox I'll take it.
Author: nox Date: Sun Aug 18 20:40:02 2013 New Revision: 324935 URL: http://svnweb.freebsd.org/changeset/ports/324935 Log: Fix bad plist. (remove a stray dir) PR: ports/181363 Submitted by: marino Approved by: geoffroy desvernay <dgeo@centrale-marseille.fr> (maintainer) Modified: head/net-mgmt/netdisco-mibs/pkg-plist Modified: head/net-mgmt/netdisco-mibs/pkg-plist ============================================================================== --- head/net-mgmt/netdisco-mibs/pkg-plist Sun Aug 18 20:35:21 2013 (r324934) +++ head/net-mgmt/netdisco-mibs/pkg-plist Sun Aug 18 20:40:02 2013 (r324935) @@ -204,7 +204,6 @@ %%DATADIR%%/allied/atswtch2.mib %%DATADIR%%/allied/ati-mib.mib %%DATADIR%%/allied/.index -%%DATADIR%%/alcatel %%DATADIR%%/alcatel/alcatelind1igmp.mib %%DATADIR%%/alcatel/alcatelind1eoam.mib %%DATADIR%%/alcatel/alcatelind1vrrp.mib _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!
Author: nox Date: Sun Aug 18 20:54:02 2013 New Revision: 324937 URL: http://svnweb.freebsd.org/changeset/ports/324937 Log: Package actually got built but was broken so we need to bump PORTREVISION for the plist fix too. [1] PR: ports/181363 [1] Submitted by: marino [1] Modified: head/net-mgmt/netdisco-mibs/Makefile Modified: head/net-mgmt/netdisco-mibs/Makefile ============================================================================== --- head/net-mgmt/netdisco-mibs/Makefile Sun Aug 18 20:45:45 2013 (r324936) +++ head/net-mgmt/netdisco-mibs/Makefile Sun Aug 18 20:54:02 2013 (r324937) @@ -3,6 +3,7 @@ PORTNAME= netdisco-mibs PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/netdisco/netdisco-mibs/${PORTVERSION} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"