Bug 18111

Summary: port update: wwwoffle 2.5e
Product: Ports & Packages Reporter: Ben Smithurst <ben>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
wwo.patch none

Description Ben Smithurst 2000-04-20 12:20:01 UTC
This patch should update the www/wwwoffle port to version 2.5e, the
latest available.  Note that I have changed the maintainer to myself;
this is done with permission from the old maintainer who currently
doesn't have the time to maintain this port.

There seems to be lots of weird stuff going on with this port, so I hope
I don't break it too badly.  I've tested it with the usual things (make
install, package, deinstall, pkg_add, etc) and it seems ok.

Fix: please cvs rm pkg/INSTALL
       cvs add pkg/MESSAGE

--- begin pkg/MESSAGE ---
NOTES:

Please copy /var/spool/wwwoffle/wwwoffle.conf.install to
/var/spool/wwwoffle/wwwoffle.conf, and edit the copy as needed.

If you are upgrading from an old version of wwwoffle, you may need to
convert the cache directory structure to work with the new version.  You
can find programs in the WWWOFFLE distribution tarball to do this, along
with instructions about what is needed.  A more common requirement is to run
the `upgrade-config.pl' script, so you will find a copy of this in
/var/spool/wwwoffle/upgrade-config.pl.  You should run this on your
configuration file, e.g.:

	$ perl /var/spool/wwwoffle/upgrade-config.pl \
	    /var/spool/wwwoffle/wwwoffle.conf

--- end pkg/MESSAGE ---

plus this patch.
Comment 1 sobomax 2000-04-20 14:03:14 UTC
Hi,

I'm also working in background on this port, but your outstripped me ;). Here
is some additional patches against yours which includes following cleanups:

1. $(INSTALL_XXX) now used instead of $(INSTALL).
2. Stock libmd used instead of port's custom version.
3. ${PREFIX}/etc/rc.d/wwwoffled.sh now being properly uninstalled (I donno why
you think that it shouldn't be uninstalled).

-Maxim
Comment 2 Ben Smithurst 2000-04-20 20:08:40 UTC
Maxim Sobolev wrote:

> I'm also working in background on this port, but your outstripped me ;). Here
> is some additional patches against yours which includes following cleanups:

ok, that looks good.

-- 
Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D
Comment 3 cpiazza freebsd_committer freebsd_triage 2000-04-29 21:33:45 UTC
State Changed
From-To: open->closed

Committed, thanks!