Bug 181363 - [PATCH] fix bad plist of net-mgmt/netdisco-mibs
Summary: [PATCH] fix bad plist of net-mgmt/netdisco-mibs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-18 01:50 UTC by John Marino
Modified: 2013-08-18 22:00 UTC (History)
0 users

See Also:


Attachments
file.diff (324 bytes, patch)
2013-08-18 01:50 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-08-18 01:50:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-18 01:50:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-18 01:50:07 UTC
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
Comment 3 geoffroy desvernay 2013-08-18 21:15:06 UTC
I approve it, of course :)
Comment 4 Juergen Lock freebsd_committer freebsd_triage 2013-08-18 21:35:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-08-18 21:40:19 UTC
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"
Comment 6 Juergen Lock freebsd_committer freebsd_triage 2013-08-18 21:40:21 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 7 dfilter service freebsd_committer freebsd_triage 2013-08-18 21:54:09 UTC
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"