aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2017.2Sunpoet Po-Chuan Hsieh2017-04-242-4/+4
| | | | | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb Notes: svn path=/head/; revision=439305
* Update to 20170423Sunpoet Po-Chuan Hsieh2017-04-232-5/+5
| | | | | | | Changes: https://github.com/pciutils/pciids/commits/master Notes: svn path=/head/; revision=439240
* Return ports maintained by John Marino to the pool, he is no longer interested.Rene Ladan2017-04-212-2/+2
| | | | | | | Submitted by: Mark Millard via private e-mail Notes: svn path=/head/; revision=439129
* - Fix shebangsMartin Wilke2017-04-211-1/+6
| | | | Notes: svn path=/head/; revision=439082
* - Fix shebangsDmitry Marakasov2017-04-211-2/+3
| | | | Notes: svn path=/head/; revision=439028
* - Mark as BROKEN on 12.XThomas Abthorpe2017-04-203-0/+6
| | | | | | | MFH: 2017Q2 Notes: svn path=/head/; revision=438948
* - Fix ShebangsMartin Wilke2017-04-201-1/+7
| | | | | | | | - Added LICENSE - Added NO_ARCH Notes: svn path=/head/; revision=438924
* - Fix shebangsMartin Wilke2017-04-191-2/+3
| | | | Notes: svn path=/head/; revision=438894
* Update to 1.12Sunpoet Po-Chuan Hsieh2017-04-172-5/+6
| | | | | | | Changes: http://search.cpan.org/dist/Geo-GeoNames/Changes Notes: svn path=/head/; revision=438714
* graphics/opencv: back out r423216 and r423063 (replaying r423316)Jan Beich2017-04-141-2/+2
| | | | | | | | | | | | Renaming didn't help to unblock 3.x progress as co-existence with 2.x was no less complex than simply fixing consumers. This commit also restores directory-level history accidentally lost via git-svn. PR: 210505 Pointy hat to: jbeich (should've discussed first) Notes: svn path=/head/; revision=438490
* Convert all PECL ports to USES=php:pecl.Mathieu Arnold2017-04-101-4/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281 Notes: svn path=/head/; revision=438175
* misc/py-socli: update to 3.5Carlos J. Puga Medina2017-04-092-4/+5
| | | | | | | | | | - Update PORTVERSION and distinfo checksum (3.5) - Add devel/py-urwid dependency Changelog: https://github.com/gautamkrishnar/socli/blob/master/CHANGELOG.rst Notes: svn path=/head/; revision=438100
* - Remove bogus (in presence of USE_GITHUB) USES=tar*Dmitry Marakasov2017-04-081-3/+5
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=438033
* Moving maintainership burden onto broader shouldersLars Thegler2017-04-071-1/+1
| | | | Notes: svn path=/head/; revision=437950
* - Always check OPSYS along with OSVERSIONDmitry Marakasov2017-04-072-6/+2
| | | | | | | | | - Remove always false OSVERSION condition Approved by: portmgr blanket Notes: svn path=/head/; revision=437937
* misc/osinfo-db: update to 20170326Roman Bogorodskiy2017-04-053-4/+20
| | | | Notes: svn path=/head/; revision=437789
* Fix build with new sigc++20Baptiste Daroussin2017-04-031-3/+2
| | | | Notes: svn path=/head/; revision=437591
* Update to 1.101Sunpoet Po-Chuan Hsieh2017-04-022-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Geo-GeoNames/Changes Notes: svn path=/head/; revision=437519
* Update to 1.8Baptiste Daroussin2017-04-013-3/+5
| | | | Notes: svn path=/head/; revision=437508
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-014-4/+4
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* - Update to 2.10.0Carlos J. Puga Medina2017-03-303-4/+16
| | | | | | | | | | - While here, fix 'make test' PR: 217523 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=437282
* Update to r50088 from the FreeBSD docset.Marc Fonvieille2017-03-286-7/+8
| | | | | | | Approved by: doceng (implicit) Notes: svn path=/head/; revision=437136
* Install the 'backward' file which provides links between current names for timeSteven Kreuzer2017-03-272-0/+132
| | | | | | | | | zones and their old names. Submitted by: Sean Kelly <smkelly@smkelly.org> Notes: svn path=/head/; revision=437086
* Update to 20170316Sunpoet Po-Chuan Hsieh2017-03-272-5/+5
| | | | | | | Changes: https://github.com/pciutils/pciids/commits/master Notes: svn path=/head/; revision=437074
* Switch default version of samba from 4.3 to 4.4Antoine Brodin2017-03-252-2/+2
| | | | | | | | With hat: portmgr Differential Revision: https://reviews.freebsd.org/D10131 Notes: svn path=/head/; revision=436925
* Switch libosinfo project related ports' MASTER_SITES to pagureRoman Bogorodskiy2017-03-251-1/+1
| | | | | | | | | | | | | As fedorahosted was retires on March 1st, 2017 [1], switch over to pagure. 1: https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement PR: 218084, 218093, 218097 Submitted by: asomers Notes: svn path=/head/; revision=436886
* Update to 2017bSteven Kreuzer2017-03-232-4/+4
| | | | Notes: svn path=/head/; revision=436775
* Update misc/boxes to version 1.2.Jimmy Olgeni2017-03-222-3/+4
| | | | Notes: svn path=/head/; revision=436683
* - Add USES=samba to handle dependency on sambaAntoine Brodin2017-03-212-6/+6
| | | | | | | | | | | | | | Valid ARGS: build, env, lib, run (default: build,run) - Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3) - Remove obsolete samba36 ports - Modify samba4x ports to install libsmbclient - Convert the ports tree to USES=samba Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D8919 Notes: svn path=/head/; revision=436659
* - Update to 0.3.2Ryan Steinmetz2017-03-212-4/+4
| | | | Notes: svn path=/head/; revision=436597
* Take in olivierd@'s commit bit on his request.Rene Ladan2017-03-191-1/+1
| | | | | | | | Submitted by: olivierd@ With hat: portmgr-secretary Notes: svn path=/head/; revision=436494
* We don't need the python3 metaport.Marcelo Araujo2017-03-171-1/+1
| | | | | | | | Reported by: jbeich, antoine and rm. Pointyhat to: bapt Notes: svn path=/head/; revision=436325
* Set USES with python:3 as python 3.3 is the lower available version.Marcelo Araujo2017-03-171-1/+1
| | | | | | | Reported by: bapt@ Notes: svn path=/head/; revision=436320
* - Create a python3 version of misc/py-tqdm.Marcelo Araujo2017-03-173-1/+9
| | | | Notes: svn path=/head/; revision=436318
* Update to 1.0.6Emanuel Haupt2017-03-155-44/+51
| | | | Notes: svn path=/head/; revision=436258
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-154-7/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Update misc/elixir-uuid to version 1.1.7.Jimmy Olgeni2017-03-142-4/+4
| | | | Notes: svn path=/head/; revision=436138
* Update to 20170310Sunpoet Po-Chuan Hsieh2017-03-132-5/+5
| | | | | | | Changes: https://github.com/pciutils/pciids/commits/master Notes: svn path=/head/; revision=436051
* Remove expired port:Rene Ladan2017-03-125-41/+0
| | | | | | | 2017-03-01 misc/p5-Geo-Coder-Geocoder-US: http://geocoder.us/ disappeared in late 2015 Notes: svn path=/head/; revision=436013
* misc/py-socli: update to 3.4Carlos J. Puga Medina2017-03-092-5/+6
| | | | | | | | - Update PORTVERSION and distinfo checksum (3.4) - Add devel/py-stackexchange dependency Notes: svn path=/head/; revision=435811
* Update to 20170304Sunpoet Po-Chuan Hsieh2017-03-092-5/+5
| | | | | | | Changes: https://github.com/pciutils/pciids/commits/master Notes: svn path=/head/; revision=435762
* Update to 2.02Sunpoet Po-Chuan Hsieh2017-03-082-4/+7
| | | | | | | | | - Add missing *_DEPENDS Changes: http://search.cpan.org/dist/Locale-SubCountry/Changes Notes: svn path=/head/; revision=435707
* misc/py-powerline-status: update to 2.5.2Steve Wills2017-03-072-4/+4
| | | | Notes: svn path=/head/; revision=435577
* misc/mc: Only install desktop entry and icon if X11 option is enabledBen Woods2017-03-064-14/+9
| | | | | | | | PR: 214812 Submitted by: Robert Schulze <rs@bytecamp.net> Notes: svn path=/head/; revision=435520
* misc/mc: Update to 4.8.19Ben Woods2017-03-064-7/+17
| | | | | | | | Changes this release: http://midnight-commander.org/wiki/NEWS-4.8.19 Notes: svn path=/head/; revision=435519
* - Update default samba port to samba44Martin Wilke2017-03-051-1/+1
| | | | | | | | | | | samba36 is deprecated. samba44's smbclient work fine for amanda. PR: 215309 Submitted by: John Hein Approved by: maintainer timeout Notes: svn path=/head/; revision=435473
* Mark the remaining ports depending on Google Code as DEPRECATED, with anMathieu Arnold2017-03-032-0/+4
| | | | | | | | | | | | | | EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=435349
* Update misc/elixir-mime to version 1.1.0.Jimmy Olgeni2017-03-012-4/+4
| | | | Notes: svn path=/head/; revision=435131
* Update to version 2017aSteven Kreuzer2017-03-013-5/+5
| | | | Notes: svn path=/head/; revision=435119
* Update to 3.04Sunpoet Po-Chuan Hsieh2017-02-282-5/+6
| | | | | | | | | | | - Use real PORTVERSION - Add LICENSE_FILE - Add NO_ARCH Changes: http://search.cpan.org/dist/Locale-US/Changes Notes: svn path=/head/; revision=435099