Bug 128454

Summary: astro/GPSMan 6.3.2 -> 6.4
Product: Ports & Packages Reporter: david
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description david 2008-10-29 05:40:01 UTC
	The author of the code has released an update for GPSMan.
	The appended patch brings the astro/gpsman port up-to-date
	so that it builds GPSMan-6.4, whic adds some new features
	(with respect to 6.3.2).

	Please see <http://www.ncc.up.pt/gpsman/gpsmanhtml/manual/html/GPSMandoc_62.html> for the list of changes.

	While I was checking the port, I noticed that there's code
	in the Makefile to select an appropriate default serial
	port (depending on the OSVERSION).  Since the MPSAFE TTY
	layer was recently committed to HEAD, I augmented that code
	to select /dev/cuau0 as the default serial device for
	sufficiently receent FreeBSD CURRENT.  (Despite this, when I
	tried testing it under CURRENT, I received a permissions error;
	the same test worked fine under FreeBSD 6.4-PRERELEASE.)

Fix: Apply the following patch, then
		portupgrade gpsman-6.4
	or
		portmaster gpsman-6.4
How-To-Repeat: 	n/a
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-10-29 15:09:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-29 15:32:20 UTC
amdmi3      2008-10-29 15:32:07 UTC

  FreeBSD ports repository

  Modified files:
    astro/gpsman         Makefile distinfo pkg-plist 
  Log:
  - Update to 6.4
  
  PR:             128454
  Submitted by:   David Wolfskill <david at catwhisker dot org> (maintainer)
  
  Revision  Changes    Path
  1.23      +4 -2      ports/astro/gpsman/Makefile
  1.15      +3 -3      ports/astro/gpsman/distinfo
  1.12      +5 -0      ports/astro/gpsman/pkg-plist
_______________________________________________
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 3 Dmitry Marakasov freebsd_committer freebsd_triage 2008-10-29 15:33:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!