Bug 125785

Summary: [PATCH]: www/rt34 Simplify RT, deprecate rt2, rt3, rt32, rt34 in favor of 36
Product: Ports & Packages Reporter: Philip M. Gollucci <pgollucci>
Component: Individual Port(s)Assignee: Philip M. Gollucci <pgollucci>
Status: Closed FIXED    
Severity: Affects Only Me CC: araujo
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
www_rt.diff none

Description Philip M. Gollucci 2008-07-19 23:30:01 UTC

How-To-Repeat:   - take maintainership on www/rt36. [1]
  - REPO COPY www/rt36 -> www/rt38 (just released)
  - deprecate rt{2,3,32,34} for October 17 (3months)
  - use = not ?= for comment while here

[1] approved by Vivek (maintainer) on ports@
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-19 23:33:26 UTC
Class Changed
From-To: change-request->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-19 23:33:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

araujo@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2008-07-22 23:17:57 UTC
Responsible Changed
From-To: araujo->pgollucci

Submitter has gants access
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-12-27 03:38:33 UTC
pgollucci    2008-12-27 03:38:24 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING GIDs 
    www                  Makefile 
    www/rt2              Makefile 
    www/rt32             Makefile 
    www/rt34             Makefile 
    www/rt36             Makefile 
  Added files:
    www/rt38             Makefile Makefile.cpan distinfo 
                         pkg-deinstall pkg-descr pkg-install 
                         pkg-plist 
    www/rt38/files       patch-Makefile.in patch-aclocal.m4 
                         pkg-message.in 
  Removed files:
    www/rt3              Makefile distinfo pkg-descr pkg-install 
                         pkg-message pkg-plist 
    www/rt3/files        patch-Makefile.in 
                         patch-html__Elements__Callback 
                         patch-lib::RT::Handle.pm 
                         patch-sbin::rt-setup-database.in 
  Log:
                 PLEASE WELCOME www/rt38
  
  o www/rt3 has marked been IGNORE for at least one year, so has been removed.
  o All www/rt* ports are now deprecated and will be removed 2008-02-01
    except www/rt36.
  o GID 180 has been registered officially for rt's use.
  o exactly one of www/rt36 or www/rt38 may be installed at any one time
  
  www/p5-RT* and www/p5-RTx* will be updated shortly to depend on www/rt38.
  
  www/rt38 is now packageable.  This means that you have to run some scripts
  BY HAND after the port installation is done.
  
  PR:             ports/125745, ports/125785
  Requested by:   several on ports@
  Approved by:    vivek@khera.org (previous rt maintainer)
  
  Revision  Changes    Path
  1.66      +2 -1      ports/GIDs
  1.739     +9 -1      ports/UPDATING
  1.2214    +1 -1      ports/www/Makefile
  1.27      +6 -0      ports/www/rt2/Makefile
  1.53      +0 -158    ports/www/rt3/Makefile (dead)
  1.18      +0 -3      ports/www/rt3/distinfo (dead)
  1.2       +0 -37     ports/www/rt3/files/patch-Makefile.in (dead)
  1.2       +0 -11     ports/www/rt3/files/patch-html__Elements__Callback (dead)
  1.2       +0 -19     ports/www/rt3/files/patch-lib::RT::Handle.pm (dead)
  1.2       +0 -54     ports/www/rt3/files/patch-sbin::rt-setup-database.in (dead)
  1.3       +0 -13     ports/www/rt3/pkg-descr (dead)
  1.3       +0 -39     ports/www/rt3/pkg-install (dead)
  1.7       +0 -28     ports/www/rt3/pkg-message (dead)
  1.14      +0 -475    ports/www/rt3/pkg-plist (dead)
  1.54      +6 -0      ports/www/rt32/Makefile
  1.59      +6 -0      ports/www/rt34/Makefile
  1.69      +3 -1      ports/www/rt36/Makefile
  1.1       +205 -0    ports/www/rt38/Makefile (new)
  1.1       +93 -0     ports/www/rt38/Makefile.cpan (new)
  1.1       +3 -0      ports/www/rt38/distinfo (new)
  1.1       +11 -0     ports/www/rt38/files/patch-Makefile.in (new)
  1.1       +11 -0     ports/www/rt38/files/patch-aclocal.m4 (new)
  1.1       +26 -0     ports/www/rt38/files/pkg-message.in (new)
  1.1       +20 -0     ports/www/rt38/pkg-deinstall (new)
  1.1       +13 -0     ports/www/rt38/pkg-descr (new)
  1.1       +21 -0     ports/www/rt38/pkg-install (new)
  1.1       +1217 -0   ports/www/rt38/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 5 Philip M. Gollucci freebsd_committer freebsd_triage 2008-12-27 03:41:59 UTC
State Changed
From-To: open->closed

Committed. Thanks!