Bug 54991 - [patch] fix INDEX entry for devel/p4api
Summary: [patch] fix INDEX entry for devel/p4api
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-28 21:10 UTC by Mark Linimon
Modified: 2003-07-28 23:10 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (375 bytes, patch)
2003-07-28 21:10 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon 2003-07-28 21:10:10 UTC
	Putting the port VERSION in a conditional block confuses the
	code that builds /usr/ports/INDEX, resulting in the canonical
	name of the port being 'p4api-'.  pkgdb doesn't like that.

Fix: This may not be the most correct patch; perhaps, as version
	numbers of the perforce client change, there should be either
	a -devel port, a split by version, or a master/slave port.
	I don't really know.  This will, however, fix /usr/ports/INDEX.
How-To-Repeat: 	see output of pkgdb -F
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-07-28 22:04:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer.
Comment 2 Jun Kuriyama freebsd_committer freebsd_triage 2003-07-28 23:10:15 UTC
State Changed
From-To: open->closed

Fixed, thanks!