Bug 166931 - [PATCH] Update irc/ircd-ratbox to 3.0.7
Summary: [PATCH] Update irc/ircd-ratbox to 3.0.7
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: Michael Scheidell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-14 00:50 UTC by moggie
Modified: 2012-04-15 13:01 UTC (History)
0 users

See Also:


Attachments
ircd-ratbox-repocopy.diff (8.41 KB, patch)
2012-04-14 00:50 UTC, moggie
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description moggie 2012-04-14 00:50:11 UTC
Please repocopy irc/ircd-ratbox-devel (3.0.7) over to irc/ircd-ratbox
to replace the deprecated version.

The supplied patch should:
- Make the necessary changes to convert the "devel" port into the "stable" one.
- Avoid listing Perl as a dependency when it is not required.
- Remove some @unexec usage in pkg-plist.


--- Note for /usr/src/UPDATING ---

ircd-ratbox has been updated to follow the current stable release branch (3.0.x).
All previous branches are no longer supported by the ratbox team.

Users of ircd-ratbox are advised to create new ircd configuration files based on
the examples provided.

--- End of note ---
Comment 1 Michael Scheidell freebsd_committer freebsd_triage 2012-04-14 12:59:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->scheidell

I'll take it.  I got 166914 also.
Comment 2 Michael Scheidell freebsd_committer freebsd_triage 2012-04-14 13:00:21 UTC
State Changed
From-To: open->suspended

Waiting on pr 166914 to close
Comment 3 Michael Scheidell freebsd_committer freebsd_triage 2012-04-14 14:44:04 UTC
State Changed
From-To: suspended->open

pr 166914 comitted. Please repocopy 


Comment 4 Michael Scheidell freebsd_committer freebsd_triage 2012-04-14 14:44:04 UTC
Responsible Changed
From-To: scheidell->portmgr

pr 166914 comitted. Please repocopy
Comment 5 Michael Scheidell freebsd_committer freebsd_triage 2012-04-14 14:54:30 UTC
moggie:

do you want -devel deleted from ports tree with repocopy? or leave it?
You want to write a MOVED entry? or should I ?


-- 
Michael Scheidell, CTO
 >*| * SECNAP Network Security Corporation
d: +1.561.948.2259
w: http://people.freebsd.org/~scheidell
Comment 6 Michael Scheidell freebsd_committer freebsd_triage 2012-04-14 15:54:25 UTC
Responsible Changed
From-To: portmgr->scheidell

Not yet..
Comment 7 moggie 2012-04-14 17:04:28 UTC
Sorry, I used bad terminology... At the time I thought repocopy was a 
euphemism for "updating or syncing one port's current files with 
another", but have come to understand that it is certainly not. I 
definitely don't wish for the ports to be repocopied, sorry for the 
confusion!

To clarify; the "-devel" release of ircd-ratbox is now considered 
stable, meaning there is currently no development version available.

I've updated irc/ircd-ratbox-devel to the most recent release and meant 
to ask if the two ports could please be synchronised, such that the 
deprecated (old "stable") version of the port is updated to the current 
release branch (by copying irc/ircd-ratbox-devel files over 
irc/ircd-ratbox and then applying the supplied patch).

Thanks.
Comment 8 dfilter service freebsd_committer freebsd_triage 2012-04-15 11:52:27 UTC
scheidell    2012-04-15 10:52:14 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    irc/ircd-ratbox      Makefile distinfo pkg-descr pkg-plist 
    irc/ircd-ratbox/files patch-contrib_ircd-shortcut.pl 
                          patch-doc_Makefile.in 
                          patch-doc_example.conf 
                          patch-doc_example.efnet.conf 
                          patch-include_config.h pkg-install.in 
                          pkg-message.in 
  Removed files:
    irc/ircd-ratbox/files patch-Makefile.in 
                          patch-contrib_Makefile.in 
                          patch-help_Makefile.in 
                          patch-modules_Makefile.in 
                          patch-servlink_Makefile.in 
                          patch-src_Makefile.in 
                          patch-tools_Makefile.in 
  Log:
  - Major release update to 3.0.7. Read /usr/ports/UPDATING
  
  PR:             ports/166931
  Submitted by:   moggie <moggie@elasticmind.net> (maintainer)
  Reviewed by:    scheidell (me)
  
  Revision  Changes    Path
  1.1219    +11 -1     ports/UPDATING
  1.20      +65 -32    ports/irc/ircd-ratbox/Makefile
  1.11      +2 -2      ports/irc/ircd-ratbox/distinfo
  1.2       +0 -11     ports/irc/ircd-ratbox/files/patch-Makefile.in (dead)
  1.3       +0 -11     ports/irc/ircd-ratbox/files/patch-contrib_Makefile.in (dead)
  1.2       +2 -2      ports/irc/ircd-ratbox/files/patch-contrib_ircd-shortcut.pl
  1.2       +10 -15    ports/irc/ircd-ratbox/files/patch-doc_Makefile.in
  1.4       +33 -16    ports/irc/ircd-ratbox/files/patch-doc_example.conf
  1.4       +36 -19    ports/irc/ircd-ratbox/files/patch-doc_example.efnet.conf
  1.2       +0 -17     ports/irc/ircd-ratbox/files/patch-help_Makefile.in (dead)
  1.2       +13 -10    ports/irc/ircd-ratbox/files/patch-include_config.h
  1.2       +0 -16     ports/irc/ircd-ratbox/files/patch-modules_Makefile.in (dead)
  1.2       +0 -12     ports/irc/ircd-ratbox/files/patch-servlink_Makefile.in (dead)
  1.2       +0 -12     ports/irc/ircd-ratbox/files/patch-src_Makefile.in (dead)
  1.2       +0 -12     ports/irc/ircd-ratbox/files/patch-tools_Makefile.in (dead)
  1.3       +15 -7     ports/irc/ircd-ratbox/files/pkg-install.in
  1.5       +19 -4     ports/irc/ircd-ratbox/files/pkg-message.in
  1.2       +12 -0     ports/irc/ircd-ratbox/pkg-descr
  1.6       +112 -102  ports/irc/ircd-ratbox/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 9 Michael Scheidell freebsd_committer freebsd_triage 2012-04-15 11:54:31 UTC
State Changed
From-To: open->feedback

note: next time, supply a patch to ircd-ratware that updates it to tne next version. 
(cd ../ircd-ratware.  manually everything but CVS files. 
cd ./irc  rsync -avC ./ircd-ratware-devel ./ircd-ratware 
edit ./irc/Makefile and remove ircd-ratware-devel entry if you want it removed. 

Q: Did you want ../irc/ircd-ratware-devel removed? and entry made in /usr/ports/MOVED  or will you be continuting to use it  
for new devel versions? ie: do you want to maintain two versions?
Comment 10 moggie 2012-04-15 12:14:57 UTC
Thanks for sorting this out.

Making a patch to update irc/ircd-ratbox did cross my mind, but I 
recalled someone telling me once that patches aren't always the best way 
of achieving things like this - as it tends to produce large / 
complicated patch files. However, if that is what committers prefer, 
I'll be sure to just use a patch next time.

Please leave irc/ircd-ratbox-devel unchanged. I know people actively use 
it and at some point in the future I'm sure there will be new testing 
releases.
Comment 11 Michael Scheidell freebsd_committer freebsd_triage 2012-04-15 13:01:12 UTC
State Changed
From-To: feedback->closed

Yes, sometimes its complicated. but without it, we could mis-undserstand 
exactly what you want.  Committed. Thanks!