aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ocaml-ocurl
Commit message (Collapse)AuthorAgeFilesLines
* ftp/ocaml-ocurl: Update to 0.8.2swills2018-08-163-20/+27
| | | | | | | While here, assign maintainer to submitter PR: 230446 Submitted by: Nathan <ndowens@yahoo.com>
* Stepping down as maintainer for some ports.johans2016-12-151-1/+1
|
* Update to ocurl 0.7.9 (bugfix release)johans2016-10-162-4/+4
|
* Update to ocurl 0.7.8johans2016-09-133-6/+6
| | | | https://raw.githubusercontent.com/ygrek/ocurl/master/CHANGES.txt
* Update to ocaml-ocurl 0.7.7johans2016-05-163-4/+9
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Update to ocurl 0.7.6 (bugfix release)johans2015-10-272-4/+4
|
* Update to ocurl 0.7.5 (bugfix release)johans2015-08-122-4/+4
|
* Add missing build dependency on camlp4antoine2015-06-281-0/+1
| | | | Reported by: pkg-fallout
* Update to ocurl 0.7.4 (bugfix release)johans2015-06-262-4/+4
|
* - Update to ocurl 0.7.3johans2015-06-243-5/+25
| | | | - Add support for threading using LWT (and enable by default)
* Add a second master sitejohans2015-05-021-1/+2
|
* Fix ccache leaking in as a runtime dependency.bdrewery2015-01-091-1/+2
|
* - Update ocurl to 0.7.2johans2014-12-224-10/+12
| | | | - Use new master site
* Fix packagingantoine2014-09-032-1/+1
|
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-101-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
* Stagify (now possible thanks to changes in bsd.ocaml.mk)johans2014-04-051-4/+3
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-3/+2
| | | | ftp)
* - Update to 7.31.0sunpoet2013-07-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* - Bump portrevisions on all ocaml libraries, as it appears that compiledstas2011-04-061-0/+1
| | | | | | | | interface files (.cmi) are not backward compatible with a newer ocaml version. PR: ports/156195 Suggested by: mandree
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 0.5.3johans2010-05-242-5/+4
|
* Chase the ftp/curl shlib version bump.roam2010-04-031-1/+2
|
* Update my mail address to @FreeBSD.orgjohans2010-02-241-1/+1
| | | | Feature safe: yes
* - Update to 0.5.2johans2010-02-144-25/+16
| | | | | | - Simplify Makefile using USE_OCAML_* variables - Replace dynamic PLIST with static pkg-plist - Claim maintainership
* - Mark MAKE_JOBS_UNSAFEpav2009-11-211-0/+1
| | | | Reported by: pointyhat
* Reset beech@FreeBSD.org while he works on restoring his email situation.linimon2009-08-291-1/+1
| | | | Hat: portmgr
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-1/+2
| | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
* - Update to 0.5.1beech2008-12-202-4/+4
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Update to 0.5.0beech2008-08-032-7/+7
|
* - Adopt orphan ports in ftp category.beech2008-01-241-1/+1
| | | | Approved by: linimon (mentor, implicit)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update the ftp/curl port to 7.16.0.roam2006-12-131-1/+2
| | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
* Reset marwan.burelle@lri.fr due to 6 months of inactivity, no response tolinimon2006-06-152-4/+1
| | | | | | email, and various maintainer-timeouts. Hat: portmgr
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 0.2.1.novel2005-10-072-4/+3
| | | | | PR: 87050 Submitted by: Marwan Burelle (maintainer)
* - Fix permission of ld.conf. It should be 0644 instead of 0444.sem2005-05-221-2/+0
| | | | - Unbreak unguilty ports.
* BROKEN: Changes permission of installed usr/local/lib/ocaml/ld.conf filekris2005-05-221-0/+2
|
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Add ocaml-ocurl 0.2.0, an interface for OCaml to the curl lib.thierry2004-08-094-0/+58
PR: 70085 Submitted by: Marwan BURELLE