1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
Commit Graph

318161 Commits

Author SHA1 Message Date
Kubilay Kocak
a295452cfa www/py-django-dpaste: Update commit hash, switch to setuptools new world order
- Dont point to a direct commit since upstream tagged 2.1
- Deprecate easy_install
2013-12-16 10:55:38 +00:00
Dmitry Marakasov
f42de2401b - Update to 0.180
- Support staging
- Use new LIB_DEPENDS syntax
- Use new OPTIONS features
2013-12-16 10:55:14 +00:00
Rusmir Dusko
ea1fb92a70 - Bump PORTREVISION
- Use PYDISTUTILS_AUTOPLIST=yes and PLIST_FILES instead of pkg-plist

Approved by:	pawel / wg (mentors, implicit)
2013-12-16 09:43:55 +00:00
Baptiste Daroussin
70dc3770c8 Update to 1.2.4
Changes:
- Fix segfault in pkg audit -F [1]
- Fix multiple segfault when using eventpipe [2]
- Fix REPOS_DIR being appended instead of overwritten when modified from pkg.conf

Reported by:	many [1]
Reported by:	kmoore [2]
2013-12-16 08:00:15 +00:00
Roman Bogorodskiy
bcd557ebda - easytag depends on taglib not on mp4v2 since 2.1.8
- support staging
- add license
- make NLS support conditional

PR:		184499
Submitted by:	Vladimir Kondratiev <wulf@cicgroup.ru>
2013-12-16 07:53:19 +00:00
Dmitry Sivachenko
c53daa51d5 Update to -dev20. 2013-12-16 07:32:51 +00:00
Baptiste Daroussin
7f85dbaa5f Remove redondant variable testing which are now irrelevant
with this part of the compatibility with the old framework being removed
2013-12-16 07:30:28 +00:00
Xin LI
d643939751 Update to 2.0.10.
PR:		ports/184495
Submitted by:	maintainer (with changes to update to 2.0.10)
2013-12-16 06:02:22 +00:00
Kevin Lo
cca9ffb48d Update to 6.0.0a 2013-12-16 05:57:04 +00:00
Ashish SHUKLA
c2aae545ae - Update to latest snapshot 201312142054
- Add STAGE support
- Use OptionsNG helpers
- Add OPTION for installing CA bundle
2013-12-16 05:30:28 +00:00
Eitan Adler
ee8f1cea24 MOVED: remove misc/bibletime-devel as an entry
Remove the misc/bibletime-devel entry from which was missed in r336188
2013-12-16 04:24:13 +00:00
Xin LI
0ecbf31857 Document Zabbix agent remote command execution vulnerability. 2013-12-16 04:11:00 +00:00
Gerald Pfeifer
9111836c05 Update to the 20131212 snapshot of GCC 4.8.3. 2013-12-16 03:31:10 +00:00
Diane Bruce
cfcf27be65 - Fix build on 10
- Add stage support
- Add LICENSE
2013-12-16 03:23:23 +00:00
Rene Ladan
b66bb4b695 - Convert to PYDISTUTILS=yes
- Stagify
- Set NO_ARCH
- Drop post-install printing (this is already in the options)
- Drop pkg-plist
- Bump PORTREVISION so that py-setuptools is not registered as a run-time
  dependency
2013-12-16 02:38:59 +00:00
Colin Percival
7b5782e2bf pkg uses "is stdin a terminal?" to decide if it's running interactively
and thereby whether it should display a progress bar during downloads.
While rc.d scripts have a terminal attached, for the common case of
unattended installation of servers, this script is not being used
interactively; so redirect stdin from /dev/null to silence the progress
bars and reduce console spew.

The -q option could be used to accomplish this, but that would also
eliminate other more useful information, such as the names and versions
of packages being installed.
2013-12-16 02:36:23 +00:00
Gerald Pfeifer
2639ceabbb Update to the 20131215 snapshot of GCC 4.9.0. 2013-12-16 01:59:25 +00:00
Gerald Pfeifer
6527e22488 Update to the 20131214 snapshot of GCC 4.7.4. 2013-12-16 00:54:23 +00:00
Baptiste Daroussin
3814ee8ac9 Support stage
Fix build on head
Respect CXXFLAGS
2013-12-16 00:04:50 +00:00
Koop Mast
413d190273 Update to 0.10.
Adopt.
2013-12-15 23:46:53 +00:00
Rene Ladan
7657603be6 Spell out "nestedfct"
Approved by:	portmgr (bapt)
2013-12-15 23:45:39 +00:00
Baptiste Daroussin
31e3c5129c fmake doesn't like previous commit (which breaks index) [1]
Given we do not support for long enough old OPTIONS framework just get
rid of this compat block that doesn't bring anything anymore

Kick by:	cperciva [1]
2013-12-15 23:44:13 +00:00
Baptiste Daroussin
990ef2dec3 Do not set again WITHOUT_NLS in old backward compatibility if NLS is in OPTIONS_UNSET
Reported by:	eadler
2013-12-15 23:31:36 +00:00
Rene Ladan
f7110a705a Mention nestedfct parameter.
Perform some language fixes while here.

Approved by:	portmgr (bapt)
2013-12-15 23:22:33 +00:00
Antoine Brodin
61b75b3d0b setuptools are now default, no need to bring it explicitly 2013-12-15 22:47:22 +00:00
Antoine Brodin
a82e074125 - Switch from easy_install to install
- Use PYDISTUTILS_AUTOPLIST
- License is BSD3CLAUSE
2013-12-15 22:34:56 +00:00
Antoine Brodin
f0399b368f - switch from easy_install to install
- stage support
- use PYDISTUTILS_AUTOPLIST
2013-12-15 22:22:21 +00:00
Matthew Seaman
d895ce64a1 Update to 2.3.1
* Staging support
   * New style LIB_DEPENDS
   * Use OPTIONS helpers
   * OPTIONS_SINGLE to select between Cyrus SASL and gsasl
   * Two new options: EXPERIMENTAL and SUPERCEDED

The port requires OpenSSL >= 1.0.1, so set WANT_OPENSSL_PORTS=yes
everywhere except for on FreeBSD 10.x, where it's in the base system.

The github.org MASTER_SITE a) redirects to a server in the Amazon
cloud and b) requires use of HTTPS.

(a) implies setting fetch(1) to follow redirects, which is usually
frowned upon.  However, this pattern is recommended in bsd.sites.mk
for use with GitHub.

(b) is troublesome for FreeBSD 8.x, as fetch(1) hasn't grown HTTPS
support there yet.  Hence provide a copy of the distfile on
http://people.freebsd.org/ as a 2nd MASTER_SITE

Approved by:	mm (maintainer)
2013-12-15 22:14:40 +00:00
Olli Hauer
8136ee5a9f - add stage support
- add license
- minor cleanups

with hat apache@
2013-12-15 22:11:20 +00:00
Marcus von Appen
ab634dd8ea - Back out my change, since wg@ already fixed the port
Noticed by:	wg@
2013-12-15 21:56:48 +00:00
William Grzybowski
88488ebd59 Mk/bsd.sanity.mk: note USE_PYDISTUTILS=easy_install deprecation
Now that all python packages use setuptools and eggs are undesired for system
wide packages the ports should use USE_PYDISTUTILS=yes instead.

Approved by:	portmgr (bapt)
2013-12-15 21:56:41 +00:00
Thierry Thomas
919c3bd721 Fix libdv entry.
Reported by:	Ivan Klymenko <fidaj (at) ukr (dot) net>
2013-12-15 21:54:19 +00:00
Marcus von Appen
dd575daa58 - Depend explicitly on lang/python at build time.
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 21:50:51 +00:00
William Grzybowski
0eebcaee48 x11-wm/ede: depends explicitly on "python" to build
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 21:50:25 +00:00
Marcus von Appen
fabf0b7174 - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 21:33:13 +00:00
Thierry Thomas
c9f842b2cd Set support for 256 colors on by default.
Note: PORTREVISION intentionnally not bumped; this is just for package
building, and poudriere should notice it anyway.

Requested by:	R. Tyler Croy <tyler (at) monkeypox (dot) org>
2013-12-15 21:26:47 +00:00
Adam Weinberger
ec6ea5f784 Use OPTIONS instead of WITH_XYZ's
Default to PBL as the data store (per the author's recommendations)
Use OPTIONS helpers where possible
Fix with clang

PR:		ports/184579
Approved by: stefan (maintainer)
2013-12-15 20:51:37 +00:00
William Grzybowski
0aa9134a49 japanese/mozc-server: depends explicitly on "python" to build
Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-15 20:32:20 +00:00
Antoine Brodin
19eb1d4b4d Finish stage support 2013-12-15 20:21:20 +00:00
William Grzybowski
7e65cc5a7f databases/py-sqlobject: stagify and minor changes
- Allow staging
- Switch distutils from easy_install
- Use auto plist
2013-12-15 20:19:48 +00:00
Raphael Kubo da Costa
5e0cfcad8d - Update to 1.2.1.
- Support staging.
- Adapt to the new LIB_DEPENDS format.

Fixes in this release include:
 * Some improvement on inner-shadows
 * Some extra checks on widgets validity to prevent runtime warnings
 * Some rendering improvements for instance regarding scrollbars and textviews
2013-12-15 20:18:01 +00:00
Rene Ladan
1b98765c00 Set license to BSD, 3-claused. 2013-12-15 20:00:46 +00:00
William Grzybowski
f67ec29b51 devel/py-billiard: update to 3.3.0.13
- Update to 3.3.0.13
- Switch from easy_install
- Use BSD3CLAUSE license
2013-12-15 19:48:11 +00:00
Alexey Degtyarev
c38765f913 * Update to 0.87
* STAGE support

Approved by:	wg (mentor)
2013-12-15 19:44:53 +00:00
Raphael Kubo da Costa
0a5f41a746 - Update to 1.4.1.
- Support staging.

Changes in this version:
 * Mark zotero as XUL application
 * Fix some antialias issue on sliders
2013-12-15 19:41:43 +00:00
Alexey Degtyarev
b5745d260a * devel/awscli - update to 1.2.8
* devel/py-botocore - update to 0.28.0
* devel/py-jmespath - update to 0.2.0
* While here, change USE_PYDISTUTILS from "easy_install" to "yes".

Approved by:	wg (mentor)
2013-12-15 19:30:39 +00:00
Dirk Meyer
37e8cbc4cd - use STAGEDIR 2013-12-15 19:29:58 +00:00
Mikolaj Golub
9db75d9d08 - Update to 1.3.2.
- Add regression-test target.

Approved by:	bdrewery (mentor)
2013-12-15 19:28:51 +00:00
Dirk Meyer
87b9637c66 - update LIB_DEPENDS
- use OPT_USE
2013-12-15 19:24:24 +00:00
Dirk Meyer
23f18f31d2 - use STAGEDIR
- use USE_WEBPLUGINS
- use OPT_* flags
- clean LIB_DEPENDS
2013-12-15 19:19:19 +00:00