Commit graph

370677 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
7fd883616c - Fix multi handles
- Bump PORTREVISION for package change

PR:		201147
Submitted by:	grembo
Obtained from:	903b6e0556
2015-06-28 17:53:55 +00:00
Mark Felder
da534e1b46 Add entries due to removal of www/varnish 2015-06-28 17:53:31 +00:00
Mark Felder
cadde9e5b5 Remove www/varnish from the ports tree
Varnish 3.x is EoL and has expired. All ports in the tree which depended
on it have been updated to work with www/varnish4.

https://www.varnish-cache.org/lists/pipermail/varnish-announce/2015-April/000702.html

Please update to varnish 4.x by installing the www/varnish4
port/package.
2015-06-28 17:41:17 +00:00
Mark Felder
76c3c80ae7 LICENSE was placed in the wrong section 2015-06-28 17:36:11 +00:00
Mark Felder
d9c69320fb Update and depend on www/varnish4
Varnish 3.x is EOL

There have been no official updates/tarballs released since version 1.1.
There were changes in the github repository to support Varnish 4 which
is where this update is sourced from. The commit date is appended to the
version number. It is the most recent commit published.
2015-06-28 17:34:31 +00:00
Antoine Brodin
5fb574c167 Update to experimental-20150627 2015-06-28 17:19:09 +00:00
Mark Felder
3d612f02cd use PYTHON_CMD as PYTHON_VERSION is going away eventually
This will give me the same result, so it is a no-op

Submitted by:	antoine
2015-06-28 17:14:35 +00:00
John Marino
8bc0034cbe devel/gprbuild: Fix regression
One of the prior "extra patches" handled the breakage caused by the
version number change in GCC.  When I purged all the extra patches, this
one got thrown out accidently.  Add it back to fix at least the
textproc/templates_parser port (and probably others)
2015-06-28 17:13:40 +00:00
Mark Felder
8e5f2302a7 Update to 0.31, depend on www/varnish4
Varnish 3.x is EOL. This release supports varnish 4.x
2015-06-28 17:07:06 +00:00
Mark Felder
074a83223e Require python as a run dependency, too
python is required for you to be able to build custom vmods and also for
other vmods in the ports tree to build. Better off including the
requirement here as we ship the vmodtool.py utility and do not want to
surprise end users.

shebangfix was included as the default shebang on vmodtool.py is
/usr/bin/env python which is not going to work unless the lang/python
metaport is installed, which is not included with USES=python. Instead
we just rewrite this to whichever the default system python intepreter
is (PYTHON_VERISON).
2015-06-28 17:04:21 +00:00
Sunpoet Po-Chuan Hsieh
dfed6cbc69 - Rework OpenSSL/LibreSSL check 2015-06-28 16:49:08 +00:00
Jimmy Olgeni
3953962855 Upgrade to version 1.0.3. 2015-06-28 16:46:02 +00:00
Antoine Brodin
e05c948725 - Remove a few deprecated DEFAULT_PHP_VER
- Do not abuse DEFAULT_VERSIONS
2015-06-28 16:02:34 +00:00
Wen Heping
0c0c24c6a2 - Update options 2015-06-28 15:30:41 +00:00
Antoine Brodin
421fa4889c Add missing build dependency on camlp4
Reported by:	pkg-fallout
2015-06-28 15:28:56 +00:00
Mark Felder
c8f3fb5f4a PORTREVISION bump should have been issued due to dependency change 2015-06-28 15:27:18 +00:00
Mark Felder
e6fe968cd6 Migrate to new tar USES syntax 2015-06-28 15:24:33 +00:00
Antoine Brodin
5780c3d1fa Spell MAKE_JOBS_UNSAFE correctly 2015-06-28 15:23:03 +00:00
Mark Felder
a564d1b6fd Varnish 3.0 is EoL
pecl-varnish supports Varnish 4.x as of version 1.2.0. However, there
are some caveats. The cChangelog for 1.2.0 mentions the following:

- Varnish 4.x compatibility, but
- VarnishStat and VarnishLog aren't supported when linking to Varnish
4.x anymore

I understand when Varnish 4.1 is released some old Varnish 3.x vmods
will be able to be updated. Perhaps this functionality will return also.
Unfortunately there is not much else that can be done.

This is better than the alternative which was to remove this port from
the ports tree.
2015-06-28 15:22:19 +00:00
Antoine Brodin
5210365d1b MAKE_JOBS_SAFE=yes is a nop since july 2013 2015-06-28 15:20:04 +00:00
Juergen Lock
c0068e4cb1 Catch up with github tree, fixing bug caused by struct kinfo_proc typo -
changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
2015-06-28 15:17:14 +00:00
Rene Ladan
0272c96712 www/py-django-taggit: update to 0.15.0
While here set NO_ARCH

Differential Revision:	https://reviews.freebsd.org/D2932
Approved by:	maintainer (wg)
2015-06-28 14:57:11 +00:00
Alberto Villa
6ec425a0c7 graphics/opengtl: fix build with LLVM 3.3
PR:		201022
Submitted by:	matthew@reztek.cz
Obtained from:	Gentoo
MFH:		2015Q2
2015-06-28 14:24:25 +00:00
Antoine Brodin
dd1801c7fc Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2015-06-28 14:16:04 +00:00
Alberto Villa
9a6c449da6 multimedia/mlt: update to 0.9.6
This is a bugfix and minor enhancement release:
http://mltframework.blogspot.it/2015/02/version-094-released.html
2015-06-28 14:10:53 +00:00
Wen Heping
65167a114c - Update to 3.6.11
- Convert to optionsNG
2015-06-28 13:31:38 +00:00
Thomas Zander
de8a979359 Add multimedia/ffmpeg23 port in preparation for switching the
main multimedia/ffmpeg port to a newer branch
2015-06-28 12:55:05 +00:00
Wen Heping
d01ff0b44b - Fix V4L support
- Add LICENSE
- Pass maintainership to submitter

PR:		201162
Submitted by:	mizhka@gmail.com
2015-06-28 10:47:11 +00:00
Ed Schouten
f406137827 Add devel/cloudabi-toolchain, a metaport to install all of the toolchain.
We can't reasonably expect that people want to install 7 ports to get a
working C/C++ toolchain. Add a simple metaport to install all of them in
one go.

Differential Revision:	https://reviews.freebsd.org/D2929
Reviewed by:	bapt
2015-06-28 09:53:18 +00:00
Sunpoet Po-Chuan Hsieh
cda4196bfb - Update to 20150622
Changes:	https://savannah.gnu.org/forum/forum.php?forum_id=8299
PR:		201150
Submitted by:	Chris Howey <howeyc@gmail.com> (maintainer)
2015-06-28 09:45:58 +00:00
Sunpoet Po-Chuan Hsieh
8c73b22735 - Update to 1.10.5
Changes:	https://github.com/bundler/bundler/blob/master/CHANGELOG.md
2015-06-28 09:45:53 +00:00
Sunpoet Po-Chuan Hsieh
891377b625 - Update to 0.21.0
Changes:	https://github.com/mogest/prawn-svg/commits/master
2015-06-28 09:45:49 +00:00
Sunpoet Po-Chuan Hsieh
214d5494c2 - Update to 0.5.1
Changes:	https://github.com/WinRb/rubyntlm/blob/master/CHANGELOG.md
		https://github.com/WinRb/rubyntlm/commits/master
2015-06-28 09:45:44 +00:00
Sunpoet Po-Chuan Hsieh
6b7b94f22e - Update to 0.40062
- Fix *_DEPENDS: upstream replaced List::AllUtils with List::Util in 0.40060
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/HTML-FormHandler/Changes
2015-06-28 09:45:39 +00:00
Sunpoet Po-Chuan Hsieh
68f19e3414 - Update to 2.04
Changes:	http://search.cpan.org/dist/HTTP-BrowserDetect/Changes
2015-06-28 09:45:34 +00:00
Sunpoet Po-Chuan Hsieh
3c81d00b20 - Update to 1.70
Changes:	http://search.cpan.org/dist/Net-SSLeay/Changes
2015-06-28 09:45:29 +00:00
Sunpoet Po-Chuan Hsieh
3844234c62 - Update to 4.6.0
Changes:	https://github.com/guard/guard-rspec/releases
2015-06-28 09:45:25 +00:00
Sunpoet Po-Chuan Hsieh
98b7cee974 - Update to 0.3.0
Changes:	https://github.com/fog/fog-ecloud/commits/master
2015-06-28 09:45:20 +00:00
Sunpoet Po-Chuan Hsieh
acfb8623ca - Update to 1.0.41
- Remove TLS_CERTFILE: it is added to pure-ftpd.conf and configurable at runtime

Changes:	https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
2015-06-28 09:45:16 +00:00
Sunpoet Po-Chuan Hsieh
49aeab9fbb - Update to 0.7.2
- Add NO_ARCH
- Update WWW

Changes:	https://github.com/fog/fog-brightbox/blob/master/CHANGELOG.md
2015-06-28 09:45:11 +00:00
Sunpoet Po-Chuan Hsieh
9c696454cd - Update to 2.020
Changes:	http://search.cpan.org/dist/Socket/Changes
2015-06-28 09:45:06 +00:00
Sunpoet Po-Chuan Hsieh
40fe75eda4 - Update to 0.29
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/MooX-Types-MooseLike/Changes
2015-06-28 09:45:01 +00:00
Sunpoet Po-Chuan Hsieh
ebd9835ee3 - Update to 2.74
Changes:	http://search.cpan.org/dist/Encode/Changes
2015-06-28 09:44:56 +00:00
Sunpoet Po-Chuan Hsieh
7288eefb9b - Update to 4.2.2
- Use DISTVERSIONSUFFIX instead of DISTNAME

Changes:	https://wordpress.org/news/2015/05/wordpress-4-2-2/
Approved by:	Joe Horn <joehorn@gmail.com> (maintainer)
2015-06-28 08:56:39 +00:00
Sunpoet Po-Chuan Hsieh
6f915109e8 - Use DISTVERSIONSUFFIX instead of DISTNAME
Approved by:	portmgr (blanket)
2015-06-28 08:53:22 +00:00
Sunpoet Po-Chuan Hsieh
a2e9f4c0bc - Use DISTVERSIONSUFFIX instead of DISTNAME
Approved by:	portmgr (blanket)
2015-06-28 08:52:15 +00:00
Thomas Zander
765ad65b58 Un-break build:
Distfiles are fetchable again after r390758
2015-06-28 08:50:17 +00:00
Thomas Zander
599e996b60 - Reintroduce MASTER_SITE_COMP_SOURCES
- Update list of valid sites for MASTER_SITE_COMP_SOURCES

PR:		199447
Submitted by:	portmaster@bsdforge.com
2015-06-28 08:49:01 +00:00
Marcus von Appen
168cb6222f - Update to version 3.6
- Enable installation support for different python versions in parallel

PLY version 3.6 is a bugfix release.
Changelog: https://github.com/dabeaz/ply/blob/master/CHANGES
2015-06-28 08:40:28 +00:00
John Marino
7f8351fbcb Add new port math/alt-ergo-spark (required by SPARK 2015)
This will be RUN_DEPENDS for lang/spark when it is fixed.  The "stock"
math/alt-ergo cannot be used, it locks up when gnatprove calls it.
2015-06-28 08:38:46 +00:00