Commit graph

31 commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Antoine Brodin
8e556b93ae Cleanup plist 2014-11-22 18:42:44 +00:00
Marcus von Appen
306e66af5d - Convert ports of mail/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-21 17:10:06 +00:00
Pawel Pekala
baa2d05ac3 - Add staging support
- Convert to USES=tar:bzip2
2014-06-06 17:03:48 +00:00
Emanuel Haupt
965af56785 Remove trailing whitespaces from category mail 2014-02-21 13:37:56 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Rene Ladan
50f8eaece1 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)
2014-01-13 21:00:02 +00:00
William Grzybowski
1e34739b64 Use setuptools for all Python ports.
Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
2013-12-15 16:22:17 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Ruslan Makhmatkhanov
bfd963a8d0 - rename patch, since it's now applied uncoditionally and remove EXTRA_PATCHES[1]
- remove indefinite article from COMMENT
- eliminate PYTHON_SITELIBDIR from dependencies
- limit python version to 2.x only

Non-functional changes, so no PORTREVISION bump is required

Discussed with:	eadler
2013-04-27 15:57:16 +00:00
Eitan Adler
6776ef7ff8 For some unmaintained ports:
- fix format for pkg-descr
	- convert to OptionsNG
	- remove logic for older versions of python which we no longer support
	- remove option for old versions of FreeBSD
	- unconditionally set PORTDOCS
	- etc.

Reviewed by:	jgh
2013-04-24 17:00:20 +00:00
Baptiste Daroussin
27131af048 Reassign skv@ ports to the heap
Feature safe:	yes
2013-04-22 13:27:47 +00:00
Eitan Adler
c59a3834c4 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
2012-01-21 17:40:15 +00:00
Martin Wilke
729d9d232f - Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
2011-02-25 03:19:29 +00:00
Philip M. Gollucci
61bcae45bc - Chase devel/apr -> devel/apr1 shuffling
PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
2010-05-18 04:08:05 +00:00
Philip M. Gollucci
3a2084de1e 4/5: Chase devel/apr shlib bump
PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
2010-05-05 21:52:39 +00:00
Martin Wilke
1b1b29c5e6 - Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
2009-12-13 17:00:14 +00:00
Sergey Skvortsov
2c193480b3 Add "py-subversion" to RUN_DEPENDS. 2008-08-07 11:05:07 +00:00
Lev A. Serebryakov
1f4e387afa Bump PORTREVISION due to subversion upgrade. 2008-06-30 12:36:56 +00:00
Lev A. Serebryakov
9ffc02942d (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.
2008-06-30 10:00:07 +00:00
Sergey Skvortsov
6cd9d8804e Update to 1.1.0-dev-r1373 2008-06-10 16:25:36 +00:00
Andrej Zverev
d02246fa9f - Pass maintainership to skv@ since i'm no longer use this port 2008-06-09 10:27:37 +00:00
Andrej Zverev
b2096595f0 - Fix with python25+
PR:	ports/116885, ports/116914
Submitted by:	Philip M.Gollucci <pgollucci at p6m7g8.com>
2007-10-08 11:53:15 +00:00
Andrej Zverev
d6fa5df3f7 -Update to 1.0.8 2006-12-19 21:19:04 +00:00
Andrej Zverev
266de0390b - Update to 1.07
This fix unicode error, which crashed the mailer if the common prefix
of the files in the subject line contained non-ascii characters
2006-11-28 21:30:07 +00:00
Andrej Zverev
2cfa691a91 - Fix checksum since distfile was rerolled (distinfo)
- bump PORTREVISON

diff between distfiles can be found here http://mail.electro-com.ru/~az/svnmailer.diff
It's huge to include it into commit message

Approved by:	portmgr (erwin)
2006-10-20 18:40:37 +00:00
Andrej Zverev
cab239d071 - Fix fetching distfiles.
Approved by:	portmgr (krion@)
Noticed by:	kris@
2006-02-25 19:35:32 +00:00
Andrej Zverev
6e827fc721 - Update to 1.0.6 and make it fetchable again
- Remove deprecated USE_REINPLACE

Noticed by:	fenner@ portsurvey script
2006-02-22 08:15:48 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Andrej Zverev
04b99f7cc7 - Change my e-mail
Approved by: sem (mentor)
2005-10-03 12:55:25 +00:00
Vsevolod Stakhov
339bff69d1 Add svnmailer - a tool to post subversion repository commit information.
PR:		85484
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	perky (mentor)
2005-08-31 12:35:58 +00:00