non port: net/splatd/Makefile |
Number of commits found: 33 |
Wednesday, 27 May 2020
|
14:55 danfe
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).
|
Sunday, 8 Mar 2020
|
17:01 antoine
Deprecate some ports using deprecated version of python
With hat: portmgr
|
Wednesday, 20 Jun 2018
|
17:05 mat
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
16:59 mat
Correctly depend on those Python ports.
- py-qt have their framework
- depending on a single file breaks with multiple flavors.
Sponsored by: Absolight
|
Thursday, 30 Nov 2017
|
15:50 mat
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
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
|
Sunday, 20 Aug 2017
|
15:10 rodrigo
Update RUN_DEPENDS: use newer twisted
Bump PORTREVISION for dependency change
PR: 221663
Submitted by: sunpoet
|
Monday, 27 Mar 2017
|
23:07 rodrigo
Unbreak splatd and take maintenership for this port
- move from google code to github
- change WWW in descr
- generate a new sum for the archive
|
Friday, 3 Mar 2017
|
16:00 mat
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 14 Sep 2016
|
15:59 mat
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight
|
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Thursday, 31 Dec 2015
|
10:59 amdmi3
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
|
Thursday, 18 Jun 2015
|
19:56 rm
net/py-ldap2: rename to py-ldap
To better match upstream name
|
Friday, 24 Oct 2014
|
16:21 mva
- Convert ports of net/ to new USES=python
Approved by: portmgr (implicit)
|
Tuesday, 29 Jul 2014
|
15:44 sunpoet
- Add LICENSE
- Use USES=twisted
- Cosmetic change
|
Monday, 28 Jul 2014
|
19:29 marino
Release three ports of snb@
Sean Nicholas Barkas is releasing these ports:
sysutils/farbot
security/openvpn-auth-ldap
net/splatd
Thanks for looking after these, Sean!
PR: 191967
|
Friday, 4 Jul 2014
|
21:44 adamw
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Tuesday, 24 Jun 2014
|
04:33 vanilla
1: Stagify.
2: use @sample on pkg-plist, bump version.
Approved by: portmgr@ (blanket approval)
|
Monday, 13 Jan 2014
|
21:00 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)
|
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Sunday, 5 Aug 2012
|
23:19 dougb
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
Saturday, 21 Jan 2012
|
17:40 eadler
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
Friday, 25 Feb 2011
|
03:19 miwi
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
|
01:32 delphij
Chase after net/openldap24-server update.
Reminded by: miwi
|
Friday, 24 Jul 2009
|
10:27 snb
Change MAINTAINER to my @FreeBSD.org address
Approved by: erwin
|
Monday, 5 Jan 2009
|
19:04 delphij
Bump PORTREVISION's after OpenLDAP update.
Suggested by: rafan
|
Saturday, 6 Dec 2008
|
21:39 miwi
- Fix dependency after py25-zconfig upgrade
Reported by: pavbot
|
Thursday, 6 Nov 2008
|
16:26 amdmi3
- Update to 1.2.
PR: 128604
Submitted by: Nick Barkas <snb at threerings dot net> (maintainer)
|
Friday, 28 Mar 2008
|
18:49 delphij
Chase after py-ldap2 egg'ified
|
Monday, 30 Jul 2007
|
09:42 alexbl
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
|
Friday, 16 Mar 2007
|
11:24 miwi
- Update to 1.1.1
PR: 110280
Submitted by: Nick Barkas<snb@threerings.net> (maintainer)
|
Tuesday, 7 Nov 2006
|
16:56 alepulver
- Update to version 1.1.
PR: ports/105156
Submitted by: Nick Barkas <snb@threerings.net> (maintainer)
|
Sunday, 5 Nov 2006
|
03:38 edwin
Set MAINTAINER to snb@threerings.net (original submitter) instead
of splat@dpw.threerings.net (current maintainer) because of:
From: splat-owner@dpw.threerings.net
To: edwin@freebsd.org
Subject: Re: ports/105156: [maintainer] [patch] New version of net/splatd
This list only permits posting by subscribers.
|
Friday, 23 Jun 2006
|
08:51 pav
Splat is a set of utilities designed to help keep information
in an LDAP directory in sync with information outside of an
LDAP directory. This information can be any set of attributes on
any object in the LDAP directory.
WWW: http://dpw.threerings.net/projects/splat/
PR: ports/99287
Submitted by: Nick Barkas <snb@threerings.net>
|
Number of commits found: 33 |