Bug 98565 - [PATCH] Add PKGVERSION to bsd.port.mk
Summary: [PATCH] Add PKGVERSION to bsd.port.mk
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: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-06 01:10 UTC by Michael Johnson
Modified: 2006-09-15 08:36 UTC (History)
0 users

See Also:


Attachments
file.diff (1.24 KB, patch)
2006-06-06 01:10 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson freebsd_committer freebsd_triage 2006-06-06 01:10:15 UTC
This splists up PKGNAME in to PKGVERSION, I plan to use
PKGVERSION in bsd.gstreamer.mk and in all the gstreamer 
ports.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-06 02:40:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

bsd.port.mk is port manager territory
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2006-06-27 21:12:12 UTC
State Changed
From-To: open->analyzed

Accepted for a test build on the cluster.
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2006-07-05 02:35:17 UTC
State Changed
From-To: analyzed->open

Somehow I missed this one on the current -exp run.  I'll try to see that 
it makes it into the next one.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2006-07-10 06:29:20 UTC
State Changed
From-To: open->analyzed

Currently being tested on the cluster.
Comment 5 Mark Linimon freebsd_committer freebsd_triage 2006-07-18 05:08:41 UTC
State Changed
From-To: analyzed->open

Yet once again I missed putting this in.  OK, for the _next_ one for sure.
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2006-08-28 05:44:36 UTC
State Changed
From-To: open->analyzed

Accepted for testing on the cluster.
Comment 7 dfilter service freebsd_committer freebsd_triage 2006-09-15 07:57:14 UTC
linimon     2006-09-15 06:57:07 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.port.mk 
    .                    CHANGES 
  Added files:
    Mk                   bsd.lua.mk 
  Log:
  * Add PKGVERSION to bsd.port.mk [1]
  
  * Add bsd.lua.mk to support for lua-based ports [2]
  
  * Remove DESTDIR from bsd.scons.mk [3]
  
  * Add some quotes in 'missing' target to improve handling of duplicate
    origins [4]
  
  PR:     98565 [1], 101612 [2], 101952 [3], 102100 [4]
  
  Submitted by:   ahze [1], alepulver [2], alexbl [3], shaun [4]
  
  Revision  Changes    Path
  1.60      +15 -1     ports/CHANGES
  1.1       +420 -0    ports/Mk/bsd.lua.mk (new)
  1.541     +23 -3     ports/Mk/bsd.port.mk
_______________________________________________
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"
Comment 8 Mark Linimon freebsd_committer freebsd_triage 2006-09-15 08:36:18 UTC
State Changed
From-To: analyzed->closed

Committed, thanks.