aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to options helpersDmitry Marakasov2016-06-241-6/+13
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=417422
* - Clarify LICENSEDmitry Marakasov2016-06-241-25/+16
| | | | | | | | | - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers Notes: svn path=/head/; revision=417421
* Update to version 3.3.0.Dmitry Sivachenko2016-06-245-71/+93
| | | | | | | | PR: 210140 Maintainer timeout: 16 days Notes: svn path=/head/; revision=417420
* - Remove redundant ALL_TARGETDmitry Marakasov2016-06-241-6/+7
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=417419
* - Remove always true conditionDmitry Marakasov2016-06-241-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=417418
* Change AUTHOR: entry in UPDATING to committerVasil Dimov2016-06-241-1/+1
| | | | | | | Suggested by: koobs@ Notes: svn path=/head/; revision=417417
* net/libvncserver: Update to 0.9.10Ben Woods2016-06-246-52/+19
| | | | | | | | | | | | | | | | | | | - Change from SF to GITHUB, as old WWW redirects there - Add USES=autoreconf pkgconfig as distfile no longer contains configure - Remove CONFIGURE_ARGS=--without-x as it is ignored (no longer supported) - Convert OPENSSL and GNUTLS to OPTIONS_SINGLE, as build fails with neither - Add GNUTLS_IMPLIES=GCRYPT as build fails with GNUTLS but not GCRYPT - Add LIB_DEPENDS=libgpg-error.so as reported by new stage-qa script - Tidy up patches for new release, ensure pathfix applies to Makefile.am Reported by: dutchman01@quicknet.nl Reviewed by: adamw (mentor) Approved by: mat (mentor) Relnotes: https://github.com/LibVNC/libvncserver/releases/tag/LibVNCServer-0.9.10 Differential Revision: https://reviews.freebsd.org/D6946 Notes: svn path=/head/; revision=417416
* - Clarify LICENSEDmitry Marakasov2016-06-241-6/+7
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers Notes: svn path=/head/; revision=417415
* - Add missing dependency, fixing buildDmitry Marakasov2016-06-241-1/+5
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=417414
* Fix package depends install not respecting DEPENDS_ARGS for the PKGFILE lookup.Bryan Drewery2016-06-241-6/+4
| | | | | | | | This also optimizes the PKGBASE/PKGFILE lookup with the new port_var_fetch(), which passes in the known DEPENDS_ARGS. Notes: svn path=/head/; revision=417413
* Add a function port_var_fetch() for fetching multiple variables from a port.Bryan Drewery2016-06-241-0/+29
| | | | | | | This is taken from Poudriere (uncommitted) Notes: svn path=/head/; revision=417412
* Show proper variable in error.Bryan Drewery2016-06-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=417411
* Update to 2.3.3Kevin Lo2016-06-245-8/+12
| | | | Notes: svn path=/head/; revision=417410
* - add _ypldap to USERS_BLACKLIST and GROUPS_BLACKLISTOlli Hauer2016-06-241-2/+2
| | | | | | | | | PR: 210282 Submitted by: ohauer Approved by: portmgr (mat@) Notes: svn path=/head/; revision=417409
* Update to 5.4.0Kevin Lo2016-06-242-6/+6
| | | | | | | | | PR: 209986 Submitted by: myself Approved by: maintainer timeout (nivit, 20 days) Notes: svn path=/head/; revision=417408
* New port: security/doasOllivier Robert2016-06-246-0/+69
| | | | | | | | | | | | | | | | | | | | | The doas program allows users to run commands as another user (usually root). The doas program was written by the OpenBSD team to provide a lightweight, simplified (and more secure) alternative to the sudo command. Original upstream (OpenBSD) source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/doas/ FreeBSD version: https://github.com/slicer69/doas NOTE: I added the two patch files to workaround issues mentioned in the PR about hardcoding of /usr/local. PR: 210473 Submitted by: jsmith@resonatingmedia.com Modified by: jrm@ftfl.ca (see PR) and me (roberto) Notes: svn path=/head/; revision=417407
* Remove useless --disable-staticBaptiste Daroussin2016-06-231-1/+0
| | | | Notes: svn path=/head/; revision=417406
* Update to 0.5.6Baptiste Daroussin2016-06-232-4/+4
| | | | Notes: svn path=/head/; revision=417405
* - Add databases/tile38Dmitry Marakasov2016-06-238-1/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON. Features: Spatial index with search methods such as NEARBY, WITHIN, and INTERSECTS. Realtime geofencing through persistent sockets or webhooks. Object types of lat/lon, bbox, Geohash, GeoJSON, QuadKey, and XYZ tile. Support for lots of Clients Libraries written in many different langauges. Variety of client protocols, including http (curl), websockets, telnet, and the Redis RESP. Server responses are RESP or JSON. Full command line interface. Leader / follower replication. In-memory database that persists on disk. WWW: http://tile38.com/ PR: 210147 Submitted by: olevole@olevole.ru Notes: svn path=/head/; revision=417404
* New slibtool:Baptiste Daroussin2016-06-235-0/+53
| | | | | | | | | | | | | | | | | | | | | | `slibtool` is an independent reimplementation of the widely used libtool, written in C. `slibtool` is designed to be a clean, fast, easy-to-use libtool drop-in replacement, and is accordingly aimed at package authors, distro developers, and system integrators. `slibtool` maintains compatibility with libtool in nearly every aspect of the tool's functionality as well as semantics, leaving out (or turning into a no-op) only a small number of features that are no longer needed on modern systems. Being a compiled binary, and although not primarily written for the sake of performance, building a package with `slibtool` is often faster than with its script-based counterpart. The resulting performance gain would normally vary between packages, and is most noticeable in builds that invoke libtool a large number of times, and which are characterized by the short compilation duration of individual translation units. WWW: http://git.midipix.org/cgit.cgi/slibtool/ Notes: svn path=/head/; revision=417403
* - Update to 1.4.1Dmitry Marakasov2016-06-234-107/+4
| | | | Notes: svn path=/head/; revision=417402
* archivers/libarchive: Update to 3.2.1Mark Felder2016-06-232-5/+9
| | | | | | | | | | | | | | This release resolves several vulnerabilities. PR: 210493 MFH: 2016Q2 Security: CVE-2015-8934 Security: CVE-2016-4300 Security: CVE-2016-4301 Security: CVE-2016-4302 Notes: svn path=/head/; revision=417400
* Update to 20160606Mikolaj Golub2016-06-232-4/+4
| | | | Notes: svn path=/head/; revision=417399
* - Add missing php dependencies, works with PHP7Pawel Pekala2016-06-232-18/+8
| | | | | | | | | | - Documentation tweaks PR: 210442 Submitted by: maintainer Notes: svn path=/head/; revision=417398
* Update versions for 9.x and 10.x.Tim Bishop2016-06-233-0/+24
| | | | Notes: svn path=/head/; revision=417397
* - fix detection of threaded httpdOlli Hauer2016-06-231-1/+1
| | | | | | | Approved by: mat@ Notes: svn path=/head/; revision=417396
* Convert to USES=localbaseGuido Falsi2016-06-231-3/+1
| | | | Notes: svn path=/head/; revision=417395
* - Update to 1.7.1Guido Falsi2016-06-232-10/+7
| | | | | | | | - Convert to USES=localbase - Remove uneeded use of bsd.port.pre.mk Notes: svn path=/head/; revision=417394
* - Update to 1.7.1Guido Falsi2016-06-234-11/+85
| | | | | | | - Convert to USES=localbase Notes: svn path=/head/; revision=417393
* Update to 2.5Grzegorz Blach2016-06-232-5/+6
| | | | Notes: svn path=/head/; revision=417392
* Fix vuxmlMark Felder2016-06-231-1/+1
| | | | | | | | | I didn't validate after updating "foo reports:" line Pointyhat: me Notes: svn path=/head/; revision=417391
* 5gp-1.02 isn't in the upstream git repo or backpan, so tell portscout toAdam Weinberger2016-06-231-0/+2
| | | | | | | just ignore it. Notes: svn path=/head/; revision=417390
* - Add LICENSEDmitry Marakasov2016-06-232-13/+12
| | | | | | | | - Switch to options helpers - Silence patching Notes: svn path=/head/; revision=417389
* Update to 0.200002. Add p5-AnyEvent to TEST_DEPENDS.Adam Weinberger2016-06-232-7/+8
| | | | | | | | | Activate the XS option by default. Changes: https://metacpan.org/changes/distribution/Dancer2 Notes: svn path=/head/; revision=417388
* - Add NO_ARCHDmitry Marakasov2016-06-231-3/+2
| | | | | | | - Style fixes Notes: svn path=/head/; revision=417387
* - Update to version 0.9.0.3 [1]Pawel Pekala2016-06-235-26/+32
| | | | | | | | | | | | - Add LICENSE [1] - Transfer maintainership to submitter - Use helpers for architecture specific CFLAGS PR: 210161 [1] Submitted by: Nikola Kolev Notes: svn path=/head/; revision=417386
* Update to 1.27. Sort plist, add NO_ARCH, and remove author-only TEST_DEPENDS.Adam Weinberger2016-06-233-11/+10
| | | | | | | Changes: https://metacpan.org/changes/distribution/Locale-Maketext Notes: svn path=/head/; revision=417385
* Document libarchive vulnerabilitiesMark Felder2016-06-231-0/+41
| | | | | | | | | | | PR: 210493 Security: CVE-2015-8934 Security: CVE-2016-4300 Security: CVE-2016-4301 Security: CVE-2016-4302 Notes: svn path=/head/; revision=417384
* Update to 0.52.Adam Weinberger2016-06-232-3/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/MooseX-Storage Notes: svn path=/head/; revision=417383
* Update to 2.002003.Adam Weinberger2016-06-232-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/Moo Notes: svn path=/head/; revision=417382
* Add piwik XSS to vuxmlMark Felder2016-06-231-0/+28
| | | | | | | | | No further information is available. No CVE has been assigned. PR: 210458 Notes: svn path=/head/; revision=417381
* Update devel/librelp to 1.2.11.Brad Davis2016-06-232-4/+4
| | | | | | | Approved by: bdrewery (implicit) Notes: svn path=/head/; revision=417379
* Upgrade to upstream svn revision 1749607.Don Lewis2016-06-233-17/+4
| | | | | | | | This fixes the build problem with libc++ 3.8.0, so patch-vcl_source_glyphs_graphite__layout.cxx is no longer needed. Notes: svn path=/head/; revision=417378
* Update to version 1.9.1Pawel Pekala2016-06-233-6/+7
| | | | | | | | | | | | | | | | | | | | | | | New Features * Add new GroupByPlugIn in Tools>Analysis menu * Add a plugin to remove spikes from polygonal geometries * Deactivate RemoveSpike plugin Improvements * If a datastore table has several geometries, secondary geometries are read as AttributeType.OBJECT attributes rather than STRING so that datastore driver can easily write them back as a byte array. * Better handling of readOnly attributes in PostGIS writer * Add Boolean and Long AttributeType in AttributeCalculator (beanshell) * Null boolean was not handled correctly in datastore datasources. * Refactoring of DataStore framework. Prepare writing capabilities for multiple kinds of drivers. PR: 210470 Submitted by: maintainer Notes: svn path=/head/; revision=417377
* - Add LICENSE_FILEDmitry Marakasov2016-06-232-3/+31
| | | | | | | - Fix build with newer databases/freetds Notes: svn path=/head/; revision=417376
* - Fix a compile-time warning and future compat withKris Moore2016-06-231-1/+1
| | | | | | | | | | newer versions of GO PR: 210456 Submitted by: John Hixson <jhixson@gmail.com> Notes: svn path=/head/; revision=417375
* Move bsd.php.mk to Uses/php.mkMathieu Arnold2016-06-236-105/+110
| | | | | | | | | | | PR: 210323 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6867 Notes: svn path=/head/; revision=417374
* - Clarify LICENSEDmitry Marakasov2016-06-231-4/+5
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers Notes: svn path=/head/; revision=417373
* new port: net/mobile-broadband-provider-infoRenato Botelho2016-06-234-0/+28
| | | | | | | | | XML database with data from mobile service providers information Sponsored by: Rubicon Communications (Netgate) Notes: svn path=/head/; revision=417371
* - Clarify LICENSE, add LICENSE_FILEDmitry Marakasov2016-06-231-5/+4
| | | | | | | | | - Fix dependency on qt5-dbus (move to USE_QT5) Approved by: portmgr blanket Notes: svn path=/head/; revision=417370