Bug 127002 - Update: net/repeater
Summary: Update: net/repeater
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: Yen-Ming Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-31 14:00 UTC by Rick Richard
Modified: 2008-08-31 17:50 UTC (History)
0 users

See Also:


Attachments
file.shar (4.56 KB, text/plain)
2008-08-31 14:00 UTC, Rick Richard
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Richard 2008-08-31 14:00:09 UTC
Update port: UVNC Repeater - update from version 008 to 014.  MANY bugfixes and improvements.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-31 14:00:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->leeym

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-08-31 17:40:09 UTC
leeym       2008-08-31 16:40:00 UTC

  FreeBSD ports repository

  Modified files:
    net/repeater         Makefile distinfo 
    net/repeater/files   repeater.in 
  Added files:
    net/repeater/files   pkg-install.in pkg-message.in 
  Removed files:
    net/repeater/files   patch-repeater.cpp 
  Log:
  - update to 0.14
  
  PR:             127002
  Submitted by:   Rick Richard <rick@sloservers.com>
  
  Revision  Changes    Path
  1.6       +15 -8     ports/net/repeater/Makefile
  1.2       +3 -3      ports/net/repeater/distinfo
  1.3       +0 -16     ports/net/repeater/files/patch-repeater.cpp (dead)
  1.1       +24 -0     ports/net/repeater/files/pkg-install.in (new)
  1.1       +7 -0      ports/net/repeater/files/pkg-message.in (new)
  1.2       +2 -4      ports/net/repeater/files/repeater.in
_______________________________________________
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 Yen-Ming Lee freebsd_committer freebsd_triage 2008-08-31 17:40:12 UTC
State Changed
From-To: open->closed

Committed with some modifications. 

Note: 

1. You should submit the patch in the diff format, not in shar format. 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/port-upgrading.html 

2. Wait for maintainer timeout before you try to grep the MAINTAINERship. 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-maintainer.html 

3. Check your patch with portlint to avoid some obvious problems like spaces and tabs. 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing-portlint.html 

4. The headers in Makefile are preserved for the creator of the port and should not be changed.