non port: devel/py-subversion/Makefile |
SVNWeb
|
Number of commits found: 40 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 16 Feb 2021
|
[ 21:24 lev ]
Proper fix for python bindings build failure: disable parallel build.
MFH: 2021Q1
|
[ 17:39 lev ]
Fix python bindings build.
Reported by: Craig Leres <leres@freebsd.org>
MFH: 2021Q1
|
Thu, 4 Feb 2021
|
[ 14:35 mat ] (Only the first 10 of 22 ports in this commit are shown above. )
Those ports are allowed to build a 2.7 flavor, for now.
|
Tue, 2 Jun 2020
|
[ 18:36 antoine ]
Fix devel/py-subversion and ports depending on it
With hat: portmgr
|
[ 13:36 lev ] (Only the first 10 of 14 ports in this commit are shown above. )
Update subversion to new version 1.14.0.
1.14.0 is LTS, but `devel/subversion-lts' is still 1.10.x, because it
allows to build `devel/py-subversion' with Python 2.7.
`devel/py-subversion' will be built with Python 3.5+ for version 1.14.0.
|
Sun, 3 Nov 2019
|
[ 22:13 lev ]
Update to 1.13.0.
PR: 241608
Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
|
Tue, 13 Aug 2019
|
[ 14:57 tobik ]
Drop nop PORTREVISION_19 from devel/subversion addon ports
devel/subversion19 has been removed.
|
Wed, 24 Jul 2019
|
[ 18:55 lev ]
Update to 1.9.12
|
[ 18:50 lev ]
Update to 1.10.6
|
[ 18:45 lev ]
Update to 1.12.2
|
Tue, 30 Apr 2019
|
[ 11:06 lev ]
Require python 2.7 and add tests to build process.
Requirement for python 2.7 will be removed when subversion make
support for python3.
PR: 237620
Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org>
|
Thu, 25 Apr 2019
|
[ 16:28 lev ] (Only the first 10 of 12 ports in this commit are shown above. )
Add LTS version of subversion to ports.
PR: 235934
|
[ 12:27 lev ] (Only the first 10 of 11 ports in this commit are shown above. )
Update to 1.12.0
|
Thu, 1 Nov 2018
|
[ 16:12 lev ] (Only the first 10 of 15 ports in this commit are shown above. )
Update subversion to 1.11.0.
|
Wed, 10 Oct 2018
|
[ 15:39 lev ] (Only the first 10 of 12 ports in this commit are shown above. )
(1) Update to 1.10.3.
(2) Fix STATIC build.
(3) Expand FreeBSD template for better explanation of "Sponsored by"
PR: (2) 220660, (3) 228362
|
Fri, 20 Apr 2018
|
[ 15:38 lev ] (Only the first 10 of 21 ports in this commit are shown above. )
(1) Remove devel/subversion18
(2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion
(3) Rework all addons to unify versioning code.
FLAVORS is not used because it will conflict with Python FLAVORS
(4) Restore mod_dontdothat for www/mod_dav_svn
|
Mon, 16 Apr 2018
|
[ 11:53 lev ] (Only the first 10 of 13 ports in this commit are shown above. )
Update to latest & newest version 1.10.0
|
Wed, 21 Mar 2018
|
[ 21:24 brnrd ] (Only the first 10 of 34 ports in this commit are shown above. )
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine
|
[ 19:50 brnrd ] (Only the first 10 of 35 ports in this commit are shown above. )
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache)
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above )
|
Wed, 30 Dec 2015
|
[ 15:22 ohauer ]
- prepare for devel/subversion17 removal
|
Thu, 15 Oct 2015
|
[ 10:43 lev ] (Only the first 10 of 24 ports in this commit are shown above. )
Update devel/subversion to 1.9.2.
PR: 203713
Submitted by: Peter Wemm <peter@FreeBSD.org>
|
Mon, 20 Oct 2014
|
[ 16:04 mva ] (Only the first 10 of 564 ports in this commit are shown above. )
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit)
|
Mon, 16 Jun 2014
|
[ 13:12 lev ] (Only the first 10 of 32 ports in this commit are shown above. )
subversion port has been overhauled. Some optional parts was extracted
to separate ports. These ports are:
www/mod_dav_svn
instead of option MOD_DAV_SVN.
security/subversion-gnome-keyring
instead of option GNOME_KEYRING.
security/subversion-kwallet
instead of option KDE_KWALLET.
If you used devel/subversion with one (or more) of these non-standard
options, you should install appropriate port after subversion upgrade.
"mod_dontdothat" is installed unconditionally by www/mod_dav_svn
port (it has been depended on TOOLS option), but is not activated by
default, you may need to edit apache's configuration file.
devel/subversion port now installs svndiff, svndiff3 and svndiff4
commands if TOOLS option is enabled. They was skipped before.
Official names "diff", "diff3" and "diff4" are prefixed with "svn" to
avoid conflicts with base and other diff versions.
All libraries and binaries are now stripped if MAINTAINER_DEBUG
option is not selected (including all sub-ports, like bindings
and mod_dav_svn).
|
Mon, 14 Oct 2013
|
[ 20:56 ohauer ]
- add stage support
Approved by: lev@ (implicit)
|
Fri, 20 Sep 2013
|
[ 17:13 bapt ] (Only the first 10 of 2998 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
|
Wed, 19 Jun 2013
|
[ 21:13 ohauer ]
- restore subversion-1.7.x as subversion17
I will take the port
OK per PM by Lev@
|
Sun, 16 Oct 2011
|
[ 21:01 lev ]
(1) Activate mod_dav_svn in "post-install" target, as it is not activated
by subversion itself.
(2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER.
|
[ 14:31 lev ] (Only the first 10 of 45 ports in this commit are shown above. )
Update subversion to 1.7.0.
Make FreeBSD patches to be port's options and remove separated port.
Rename patches to more sane names.
Add devel/subversion16 port, for people, who need old version.
Mark ports, which could not be built with subversion 1.7.x, as
conflicting with new subversion.
|
Thu, 9 Sep 2010
|
[ 02:07 pgollucci ]
- whitespace
|
Tue, 18 Aug 2009
|
[ 20:15 miwi ] (Only the first 10 of 15 ports in this commit are shown above. )
Eliminate hard coded "PKGNAMEPREFIX= py-"
PR: 137859
Submitted by: olli hauer <ohauer@gmx.de>
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Tue, 22 Jul 2008
|
[ 12:04 lev ]
Fix subversion's bindings building ob build cluster, when subversion
everything, but
bindings are installed from packages.
|
Thu, 17 Jul 2008
|
[ 20:38 itetcu ]
Mark broken: depends on apr-db42-1.3.2 and apr-1.3.2 which conflict with each
other
Prompted by: QA Tindy run
|
Wed, 2 Jul 2008
|
[ 05:21 lev ]
(1) Fix bindings dependencies when WITH_FREEBSD_SUBVERSION is set
(2) Fix CATEGORIES for devel/*-subversion ports
(3) Add note to UPDATING about neon26/neon28 transition and
binding changes.
PR: ports/125168 [2]
Submitted by: Dmitry Morozovsky <marck rinet ru> [1,2,3]
|
Mon, 30 Jun 2008
|
[ 10:00 lev ] (Only the first 10 of 43 ports in this commit are shown above. )
(1) Upgrade subversion to version 1.5.0.
(2) Make binding ports to be real ports, which installs only bindings and
depend on subversion.
(3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme.
(4) Re-base subversion-freebsd to `devel/subversion'.
(5) Fix all ports, which depends on subversion bindings.
|
[ 08:43 lev ]
Forced commit.
Repocopied from `devel/subversion-python'
|
Number of commits found: 40 |