Opened 16 years ago
Closed 15 years ago
#19304 closed update (fixed)
Upgrade privoxy to 3.0.12
Reported by: | kuperman@… | Owned by: | mf2k (Frank Schima) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | Cc: | simon@…, fracai, davidh@… | |
Port: | privoxy |
Description
There is another new release of Privoxy to version 3.0.12 (current MacPorts version is 3.0.10) and I've attached a patch file to bring us inline with the new version. This patch should supersede ticket #18777 which upgraded to 3.0.11.
Attachments (5)
Change History (19)
Changed 16 years ago by kuperman@…
Attachment: | privoxy-3.0.12.diff added |
---|
comment:1 Changed 16 years ago by mf2k (Frank Schima)
I get the following error when I attempted to install this:
---> Staging privoxy into destroot Error: Target org.macports.destroot returned: error renaming "/opt/local/var/macports/build/_opt_mports_trunk_dports_www_privoxy/work/destroot/opt/local/etc/privoxy/config.new": no such file or directory Error: Status 1 encountered during processing.
Mac OS X 10.5.6. Xcode 3.1.2. Macports 1.7.1.
comment:3 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
comment:6 follow-up: 8 Changed 15 years ago by simon@…
The renaming error occurs if you do not have an existing installation of privoxy. The portfile tries to preserve old config files without checking for their existence first. Patch will be attached.
Changed 15 years ago by simon@…
Attachment: | privoxy-3.0.12-1.diff added |
---|
comment:8 Changed 15 years ago by kuperman@…
Replying to simon@…:
The renaming error occurs if you do not have an existing installation of privoxy. The portfile tries to preserve old config files without checking for their existence first. Patch will be attached.
Ah, I see what you changed there. Makes great sense. There is now a 3.0.13-beta release. I've attached a new patch file that incorporates your changes and will use the latest version.
Changed 15 years ago by kuperman@…
Attachment: | privoxy-3.0.13-beta.diff added |
---|
Patch to upgrade Portfile to 3.0.13-beta
Changed 15 years ago by cssdev
Attachment: | privoxy-3.0.14-beta.diff added |
---|
patch to upgrade to privoxy 3.0.14-beta
comment:9 follow-up: 10 Changed 15 years ago by cssdev
Owner: | changed from macports-tickets@… to css@… |
---|---|
Status: | new → assigned |
Are there any issues with moving the port to a beta release?
comment:10 Changed 15 years ago by kuperman@…
Replying to css@…:
Are there any issues with moving the port to a beta release?
I've been using the Beta for a while (3.0.13 for a week and 3.0.14 today). I noticed a few problems with 13 (e.g., relative links might use a different host URL than the page's when you open them in a new tab), but many more with 14 (many problems connecting with https). Between the rate of change that seems to be going on with the beta, and the problems, I'm thinking it'd be best to leave the MacPorts version as the latest stable release 3.0.12.
comment:11 Changed 15 years ago by cssdev
Okay, good to know. It should be easy enough to correct only the issue with installing onto systems that do not already have the port installed.
Changed 15 years ago by cssdev
Attachment: | privoxity-configs.diff added |
---|
patch to allow installing when configs don't already exist
comment:13 Changed 15 years ago by mf2k (Frank Schima)
Cc: | macsforever2000@… removed |
---|---|
Keywords: | privoxy upgrade 3.0.12 removed |
Owner: | changed from css@… to macsforever2000@… |
Status: | assigned → new |
Version: | 1.7.0 → 1.7.1 |
comment:14 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I committed the update to 3.0.12 and the fix for a first time install in r55577. A new port called privoxy-devel should be created for the beta releases if anyone wants that.
diff to upgrade Portfile to version 3.0.12