Bug 163330 - Port: net/rwhoisd removed by mistake?
Summary: Port: net/rwhoisd removed by mistake?
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: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-16 09:40 UTC by bsd
Modified: 2011-12-18 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (668 bytes, patch)
2011-12-16 09:40 UTC, bsd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bsd 2011-12-16 09:40:10 UTC
Port:   net/rwhoisd
Moved:  
Date:   2011-08-01
Reason: Has expired: Looks like abandonware, no more public distfiles

Actually, distfiles are available by urls specified in Makefile:
Old http://www.rwhois.net/ftp/ redirects to the new place http://projects.arin.net/rwhois/ftp/

Fix: (assuming the presense of cvs port tree)
cd /usr/ports/net/rwhoisd && cvs up -r RELEASE_8_2_0

Also, it fails to build with >1 parallel jobs.
Recommended patch:
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2011-12-18 13:13:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-18 13:27:44 UTC
zi          2011-12-18 13:27:32 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/rwhoisd          Makefile distinfo pkg-descr pkg-plist 
    net/rwhoisd/files    rwhoisd.in 
  Log:
  - Resurrect net/rwhoisd
  - Update MASTER_SITES
  - Mark JOBS_UNSAFE
  - Add LICENSE
  - Update rc script
  
  PR:             ports/163330
  Submitted by:   Pavel Polyakov <bsd@kobyla.org>
  
  Revision  Changes    Path
  1.2417    +1 -0      ports/net/Makefile
  1.39      +70 -0     ports/net/rwhoisd/Makefile (new)
  1.13      +2 -0      ports/net/rwhoisd/distinfo (new)
  1.4       +32 -0     ports/net/rwhoisd/files/rwhoisd.in (new)
  1.5       +23 -0     ports/net/rwhoisd/pkg-descr (new)
  1.17      +67 -0     ports/net/rwhoisd/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 Ryan Steinmetz freebsd_committer freebsd_triage 2011-12-18 13:27:53 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!