Bug 115301 - Update port: net/ris from 0.1 up to 0.3
Summary: Update port: net/ris from 0.1 up to 0.3
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-08 11:00 UTC by Alex Deiter
Modified: 2007-08-12 12:10 UTC (History)
0 users

See Also:


Attachments
file.diff (12.38 KB, patch)
2007-08-08 11:00 UTC, Alex Deiter
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Deiter 2007-08-08 11:00:12 UTC
Update port: net/ris from 0.1 up to 0.3:

Changes:

 - add filename remapping for tftp-hpa
 - use proper PYTHON_CMD
 - add pkg-message
 - add pkg-plist

Thanks!

Fix: Patch attached with submission follows:
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-08-11 15:39:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-12 12:03:23 UTC
rafan       2007-08-12 11:03:16 UTC

  FreeBSD ports repository

  Modified files:
    net/ris              Makefile distinfo 
    net/ris/files        binlsrv.sh.in patch-binlsrv.py 
                         patch-infparser.py 
  Added files:
    net/ris              pkg-plist 
    net/ris/files        patch-decode.py patch-fixloader.py 
                         patch-hexdump.py patch-infdump.py 
                         patch-modldr.py pkg-message.in tftp.map 
  Log:
  - Update to 0.3
  - Add pkg-message
  - Add filename remapping for tftp-hpa
  - Use PYTHON_CMD in scripts
  - Update master sites
  - Pass maintainership to submitter
  
  PR:             ports/115301
  Submitted by:   Alex Deiter <tiamat at komi.mts.ru>
  
  Revision  Changes    Path
  1.5       +31 -16    ports/net/ris/Makefile
  1.3       +3 -3      ports/net/ris/distinfo
  1.3       +17 -14    ports/net/ris/files/binlsrv.sh.in
  1.2       +25 -32    ports/net/ris/files/patch-binlsrv.py
  1.1       +8 -0      ports/net/ris/files/patch-decode.py (new)
  1.1       +8 -0      ports/net/ris/files/patch-fixloader.py (new)
  1.1       +8 -0      ports/net/ris/files/patch-hexdump.py (new)
  1.1       +8 -0      ports/net/ris/files/patch-infdump.py (new)
  1.2       +27 -26    ports/net/ris/files/patch-infparser.py
  1.1       +8 -0      ports/net/ris/files/patch-modldr.py (new)
  1.1       +15 -0     ports/net/ris/files/pkg-message.in (new)
  1.1       +2 -0      ports/net/ris/files/tftp.map (new)
  1.1       +17 -0     ports/net/ris/pkg-plist (new)
_______________________________________________
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 Rong-En Fan freebsd_committer freebsd_triage 2007-08-12 12:03:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!