Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: net/libproxy |
Date | By | Description |
28 Dec 2020 23:02:15
0.4.15

|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
22 Jun 2018 19:59:41
0.4.15

|
tcberner  |
Update net/libproxy to 0.4.15
* this release switched the build system to cmake
* move libproxy-gnome to libproxy-gnome2 for consistency
* add new slave libproxy-webkit3
* try to simplify the whole thing
* bump revisions in the dependencies
Reviewed by: gnome (kwm), mat
Differential Revision: https://reviews.freebsd.org/D15655 |
12 Dec 2017 12:40:15
0.4.12

|
antoine  |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed |
01 Apr 2016 14:16:20
0.4.12

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
19 Jan 2016 10:00:25
0.4.12

|
rakuco  |
Update libproxy and its slave ports to 0.4.12.
After being dormant since 2013, libproxy development picked up some steam at
the end of last year, and the project moved from Google Code to GitHub,
where its releases are also being hosted. A summary of changes between 0.4.6
and 0.4.12 can be found here:
https://github.com/libproxy/libproxy/blob/0.4.12/NEWS
The libproxy ports themselves have undergone several changes too:
* net/libproxy
- Drop a lot of patches that are no longer necessary.
- Add a few patches that I have sent upstream, and add some context to the
0.4.6 patches that are still required.
- Explicitly disable a few build options (.NET bindings, for example).
- Switch to an out-of-source CMake build (also applies to the slave (Only the first 15 lines of the commit message are shown above ) |
19 Jan 2016 09:50:10
0.4.6_1

|
rakuco  |
Modernize net/libproxy-python and fix dependencies.
In preparation for updating the libproxy ports to 0.4.12, first land some
changes that also apply to 0.4.6 and can be MFH'ed.
- Make net/libproxy a run-time dependency: we only install .py files in this
port, and they only load libproxy.so when being run. Consequently, also set
NO_ARCH=yes.
- Set NO_BUILD=yes and modernize the installation. Instead of having an empty
do-build target and invoking Python's compileall.py in post-build, do it like
most other ports and call it in post-install (this requires guarding the
post-install target in net/libproxy's Makefile).
We also pass -d to compileall.py to avoid having ${STAGEDIR} in the .pyc and
.pyo files (and shown in exception tracebacks).
- Let the port handle installation instead of defining do-install. We just need
to set INSTALL_WRKSRC appropriately to avoid installing more files than we
want.
Approved by: gnome (kwm) |
17 Jan 2016 10:29:27
0.4.6

|
rakuco  |
Update libproxy's website in the slave ports too.
Approved by: gnome (kwm) |
08 Oct 2015 15:12:22
0.4.6

|
olgeni  |
Remove trailing whitespace from Makefiles, M-X. |
08 May 2015 11:25:39
0.4.6

|
amdmi3  |
- Add empty directory to plist
Approved by: portmgr blanket |
24 Oct 2014 16:21:26
0.4.6

|
mva  |
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit) |
25 Apr 2014 23:03:46
0.4.6

|
bapt  |
Support stage |
13 Jan 2014 21:00:04
0.4.6

|
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
20 Sep 2013 22:10:25
0.4.6

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
23 Aug 2011 18:29:54
0.4.6
|
kwm  |
Update to 0.4.6. |