aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* MFH: r3983712015Q3Gordon Tetlow2015-10-0310-18/+18
| | | | | | | | | | Update devel/p4 and devel/p4d to 2015.1/1227227 Approved by: mat (mentor, implicit) Approved by: portmgr (erwin) Notes: svn path=/branches/2015Q3/; revision=398552
* MFH: r398372Nicola Vitale2015-10-022-2/+2
| | | | | | | | | | | | | | | | | | - Fix runtime error: Global symbol "@args" requires explicit package name at /usr/local/share/shutter/resources/modules/Shutter/App/HelperFunctions.pm line 56. Global symbol "@args" requires explicit package name at /usr/local/share/shutter/resources/modules/Shutter/App/HelperFunctions.pm line 57. Compilation failed in require at /usr/local/bin/shutter line 148. See also: See also: https://bugs.launchpad.net/shutter/+bug/1495163/comments/2 - Bump PORTREVISION Reviewed by: feld Approved by: portmgr (erwin) Notes: svn path=/branches/2015Q3/; revision=398424
* MFH: r398290Sunpoet Po-Chuan Hsieh2015-10-012-3/+3
| | | | | | | | | | | - Update to 4.3.1 Changes: https://wordpress.org/news/2015/09/wordpress-4-3-1/ Approved by: portmgr (erwin) Notes: svn path=/branches/2015Q3/; revision=398379
* MFH: r398289Sunpoet Po-Chuan Hsieh2015-10-012-5/+4
| | | | | | | | | | | | - Update to 4.3.1 - Cleanup MASTER_SITES Changes: https://tw.wordpress.org/2015/09/16/wordpress-4-3-1/ Approved by: portmgr (erwin) Notes: svn path=/branches/2015Q3/; revision=398378
* MFH: r398288Sunpoet Po-Chuan Hsieh2015-10-012-5/+4
| | | | | | | | | | | | - Update to 4.3.1 - Cleanup MASTER_SITES Changes: https://wordpress.org/news/2015/09/wordpress-4-3-1/ Approved by: portmgr (erwin) Notes: svn path=/branches/2015Q3/; revision=398377
* MFH: r398035Rene Ladan2015-10-014-11/+11
| | | | | | | | | | | | www/chromium: update to 45.0.2454.101 Submitted by: Christoph Moench-Tegeder Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/37 Security: http://vuxml.freebsd.org/freebsd/0e425bb7-64f2-11e5-b2fd-00262d5ed8ee.html Approved by: ports-secteam (delphij) Notes: svn path=/branches/2015Q3/; revision=398269
* MFH: r395640 r395689 r396538 r397936Xin LI2015-10-012-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | Reset maintainership per mail on freebsd-ports@ list Requested by: Joe Horn <joehorn@gmail.com> (maintainer) - Update to 4.3 - Add NO_ARCH Changes: https://ja.wordpress.org/2015/08/19/billie/ - Clarify LICENSE - Switch to options helpers japanese/wordpress: update to 4.3.1 This release fixing multiple security vulnerabilities. PR: 203365 Submitted by: Yoshisato Yanagisawa <osho@pcc-software.org> Security: f4ce64c2-5bd4-11e5-9040-3c970e169bc2 Approved by: ports-secteam Notes: svn path=/branches/2015Q3/; revision=398251
* MFH: r397022Dmitry Marakasov2015-09-291-1/+1
| | | | | | | | | | - Unbreak build by not hardcoding tkabber version Approved by: portmgr blanket Approved by: ports-secteam blanket Notes: svn path=/branches/2015Q3/; revision=398179
* MFH: r395739Kubilay Kocak2015-09-291-5/+7
| | | | | | | | | | | | | | | | | | | | | | | www/django16: Update DEPRECATED text and EXPIRATION date Update DEPRECATED text displayed to users to match the verbage used at upstream [1]. Set the EXPIRATION_DATE to "End of extended support" date + 6 months While I'm here: - Improve whitespace alignment - Add whitespace for readability [1] https://www.djangoproject.com/download/#supported-versions Approved by: python (with hat) Approved by: portmgr (feld) Notes: svn path=/branches/2015Q3/; revision=398154
* MFH: r396885Kubilay Kocak2015-09-291-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses/python.mk: Fix PYTHON_REL for pre-release Python versions Modify the PYTHON_REL variable assignment in python.mk so that it can support PORTVERSION's that have non-integer suffixes such as the current lang/python35 version (PORTVERSION currently 3.5.0.r3). Currently, ports that use PYTHON_REL while DEFAULT_VERSIONS is set to 3.5, fail to build with the following make error: make: "/usr/ports/Mk/Uses/python.mk" line 503: warning: String comparison operator should be either == or != make: "/usr/ports/Mk/Uses/python.mk" line 503: Malformed conditional (${PYTHON_REL} >= 3200 && defined(_PYTHON_FEATURE_PY3KPLIST)) This is caused by a non-integer value ("r3") in PYTHON_REL. While I'm here, add a comment block to be clear on what we (currently) want to achieve. PR: 203093 Reported by: Andrew Berg (aberg010 my.hennepintech.edu) Reviewed by: antoine Differential Revision: https://reviews.freebsd.org/D3662 Approved by: portmgr (feld) Notes: svn path=/branches/2015Q3/; revision=398153
* MFH: r398101: security/suricata: Disable -march=nativeKubilay Kocak2015-09-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | Suricata currently builds with GCC -march=native by default. This can create problems if, for example, packages of this port are built on ATOM servers but installed on AMD processors. In these and other cases where the build host is not equal to the target host, suricata can generate an Illegal instruction and refuse to start. It is ultimately preferable to explicitly cross-build and/or optimize compilation for target architectures and processors. See: PEP20. PR: 203296 Submitted by: Olivier Cochard <olivier cochard me> Tested by: Olivier Cochard <olivier cochard me> Approved by: portmgr (feld) Notes: svn path=/branches/2015Q3/; revision=398152
* MFH: r398046 (partially)Jason Unovitch2015-09-283-30/+13
| | | | | | | | | | | | | | | - Update to 1.4.3, fix vulnerabilities - Improve clang detection [1] PR: 202624 [1] Security: CVE-2015-5739 Security: CVE-2015-5740 Security: CVE-2015-5741 Security: 4464212e-4acd-11e5-934b-002590263bf5 Approved by: ports-secteam (feld) Notes: svn path=/branches/2015Q3/; revision=398150
* MFH: r398069Jason Unovitch2015-09-284-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | www/codeigniter: security update 2.1.4 -> 2.2.4 [1] - Add NO_ARCH - Add mcrypt to USE_PHP (2.2.0+ requirement) and sort USE_PHP - Remove hard coded PHP_DEFAULT= 5.4 [2] - Sort OPTIONS_DEFINE, fix malformed ODBC_DESC, fix sqlite3 dependency - Update pkg-descr text to match http://www.codeigniter.com/ - Update WWW to http://www.codeigniter.com/ PR: 203401 [1] PR: 200945 [2] Reported by: allanjude [2] Approved by: maintainer timeout (15 months since 2.2.0 security update) [1] Approved by: maintainer timeout (3 months) [2] Approved by: ports-secteam (feld) Security: 5114cd11-6571-11e5-9909-002590263bf5 Security: 01bce4c6-6571-11e5-9909-002590263bf5 Security: c21f4e61-6570-11e5-9909-002590263bf5 Security: f838dcb4-656f-11e5-9909-002590263bf5 Notes: svn path=/branches/2015Q3/; revision=398149
* MFH: r398106 (manualy)Koop Mast2015-09-282-5/+5
| | | | | | | | | | | Update linux flash plugins to 11.2r202.521. MFH: 2015Q3 Security: 4e3e8a50-65c1-11e5-948e-bcaec565249c Approved by: portmgr (erwin) Notes: svn path=/branches/2015Q3/; revision=398109
* MFH: r398099Thomas Zander2015-09-281-3/+3
| | | | | | | | | | | Un-break port by providing updated MASTER_SITES PR: 202977 Submitted by: christopher.key@cantab.net Approved by: portmgr (erwin) Notes: svn path=/branches/2015Q3/; revision=398100
* MFH r397342, r397605, r397613, r397820Jason Unovitch2015-09-2631-874/+757
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r397342 (partial) multimedia/kodi: minor cleanup - Convert to USE_GL - Drop 8.x support Approved by: portmgr blanket r397605 multimedia/kodi: update 14.2 -> 15.1 - Update to Kodi 15.1 "Isengard" - Remove CEC option from defaults - Set CEC option as broken, needs libcec >= 3.0.0 which has yet to be ported - Set USE_GCC for compilation on FreeBSD 9 - Sort USE_XORG, set USE_LDCONFIG, add under java category (portlint) PR: 202812 Submitted by: mickael.maillot@gmail.com (maintainer) Security: 80c66af0-d1c5-449e-bd31-63b12525ff88 Security: CVE-2015-3395 Security: 3d950687-b4c9-4a86-8478-c56743547af8 Security: CVE-2015-6818 Security: CVE-2015-6819 Security: CVE-2015-6820 Security: CVE-2015-6821 Security: CVE-2015-6822 Security: CVE-2015-6823 Security: CVE-2015-6824 Security: CVE-2015-6825 Security: CVE-2015-6826 r397613 multimedia/kodi: Set USES= compiler:c++11-lib - USES= compiler:c++11-lib was left out of the original patch due to an oversight. Add it and remove FreeBSD 9 specific USE_GCC= yes. - No PORTREVISION bump as the compiler choice remained the same. PR: 202812 Submitted by: mickael.maillot@gmail.com r397820 multimedia/kodi: regen patch-configure.ac - Add atomic lib to search libs, resolve 9.3 i386 build issue - Bump PORTREVISION due to libatomic shlib dependency PR: 202812 Submitted by: mickael.maillot@gmail.com (maintainer) Approved by: ports-secteam (feld) Notes: svn path=/branches/2015Q3/; revision=397913
* MFH: r397707Mark Felder2015-09-241-1/+5
| | | | | | | | | | | | security/libssh2: Fix pkgconfig Update to 1.6.0 was breaking builds of libvirt, vlc, etc. Submitted by: milios@ccsys.com Approved by: ports-secteam (with hat) Notes: svn path=/branches/2015Q3/; revision=397708
* MFH: r397559Mark Felder2015-09-223-4/+7
| | | | | | | | | | | | | security/libssh2: Update to 1.6.0 This resolves a CVE Approved by: ports-secteam (with hat) Security: 9770d6ac-614d-11e5-b379-14dae9d210b8 Security: CVE-2015-1782 Notes: svn path=/branches/2015Q3/; revision=397560
* MFH: r397308Jan Beich2015-09-226-183/+183
| | | | | | | | | | | www/firefox-esr: update to 38.3.0 Changes: https://www.mozilla.org/en-US/firefox/38.3.0/releasenotes/ Security: 2d56c7f4-b354-428f-8f48-38150c607a05 Approved by: ports-secteam (feld) Notes: svn path=/branches/2015Q3/; revision=397552
* MFH r396055, r397205:Jason Unovitch2015-09-223-3/+11
| | | | | | | | | | | | | | | | | | | | | | | r396055 Fix managing non-FreeBSD hosts. PR: 202799 Submitted by: merlin@merlinsbox.net Approved by: maintainer r397205 sysutils/ansible: update 1.9.2 -> 1.9.3 and add NO_ARCH Changes: https://raw.githubusercontent.com/ansible/ansible/v1.9.3-1/CHANGELOG.md PR: 202895 Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer) Approved by: ports-secteam (feld) Notes: svn path=/branches/2015Q3/; revision=397537
* MFH r391555, r392222, r393602, r396106, r396185, r397215, r397476Jason Unovitch2015-09-2116-123/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r391555 www/squid: Support DragonFly SHM segments Out of the box, squid would not run on dragonfly due to its handling of SHM segments. On DragonFly, SHM segments are always treated as files but on FreeBSD it depends on whether or not application is inside a jail. In any case, the case for DragonFly was no supported, so it has been added via patch. This also requires the return of /var/run/squid directory which is where the SHM files are stored (defined by localstatedir and supported by RC script). The RC script would define this directory if missing, but let's make sure it is always available. PR: 201405 Submitted by: marino Approved by: maintainer (timp87/gmail) r392222 www/squid: pkg-list fix - add missing pkg-plist entry (SSL_CRTD option) PR: 201463 Submitted by: s3erios@gmail.com Approved by: timp87@gmail.com (maintainer) r393602 www/squid: update 3.5.6 -> 3.5.7 - Fix build with ecap by clang - Get rid of useless and always empty /var/squid/logs - Rework patches to make portlint a bit happier PR: 202053 Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer) r396106 www/squid: update 3.5.7 -> 3.5.8 PR: 202826 Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer) Approved by: feld (mentor) r396185 Fix TP_IPF build. r397215 Rather than produce a warning message that IPv6 is not supported under ipfilter 4 (FreeBSD 9) every tenth time, reduce the message to one in a million. This has the effect of displaying the message at or shortly after startup with a reminder every blue moon. PR: 202950 r397476 www/squid: security update and build fix - security update 3.5.8 -> 3.5.9 [1] - Fix TP_IPF build on FreeBSD 9 [2] PR: 203186 [1] PR: 202950 [2] Approved by: Pavel Timofeev <timp87@gmail.com> (maintainer) [1] Security: d3a98c2d-5da1-11e5-9909-002590263bf5 Approved by: portmgr (erwin) Notes: svn path=/branches/2015Q3/; revision=397486
* MFH: r397393Rene Ladan2015-09-202-5/+5
| | | | | | | | | | www/chromium: update to 45.0.2454.93 Submitted by: LeFroid Approved by: portmgr (erwin) Notes: svn path=/branches/2015Q3/; revision=397394
* MFH: r397302Jason Unovitch2015-09-183-15/+4
| | | | | | | | | | | | deskutils/remind: security update 3.1.13 -> 3.1.15 PR: 202942 Approved by: ports-secteam (feld) Security: b55ecf12-5d98-11e5-9909-002590263bf5 Security: CVE-2015-5957 Notes: svn path=/branches/2015Q3/; revision=397303
* MFH r393066,r396229,r396629,r397062:Jason Unovitch2015-09-186-30/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r393066 www/h2o: 1.2.0 -> 1.4.2 ChangeLog: https://github.com/h2o/h2o/releases PR: 200998 Submitted by: sean@x-n.su Approved by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) r396229 - Update to 1.4.4 [1] - Drop 8.x support [2] PR: 202818 [1] Submitted by: Dave Cottlehuber (dch <at> skunkwerks <dot> at) [1] Approved by: portmgr blanket [2] r396629 - Fix rc.d script - Bump PORTVERSION PR: 202937 Submitted by: gblach Approved by: Dave Cottlehuber (dch <at> skunkwerks <dot> at) r397062 - Fix rc.d issues introduced with recent perl changes [1] - Update to 1.4.5 [2] PR: 203147 [1], 203096 [2] Submitted by: Dave Cottlehuber (maintainer) Security: 31ea7f73-5c55-11e5-8607-74d02b9a84d5 Security: CVE-2015-5638 Approved by: ports-secteam (feld) Notes: svn path=/branches/2015Q3/; revision=397229
* MFH: r397124Mark Felder2015-09-172-1/+13
| | | | | | | | | | | Fix arbitrary code execution vulnerability Security: CVE-2015-0854 Security: d45ad7ae-5d56-11e5-9ad8-14dae9d210b8 Approved by: ports-secteam (with hat) Notes: svn path=/branches/2015Q3/; revision=397125
* MFH: r397093Danilo Egea Gondolfo2015-09-174-2/+167
| | | | | | | | | | | | | | | | | | - Replace '--touch' option with '-m' - Fix '--use-compress-program' usage with bsdtar where needed - Improve LZMA detection - Add missing dependency to zipinfo (required to view contents of ZIP archives) - Add ARJ and LZO options - Sort USES while here - Add RAR option PR: 203103 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com> Approved by: ports-secteam (feld) Notes: svn path=/branches/2015Q3/; revision=397113
* MFH: r397079Mark Felder2015-09-162-1/+284
| | | | | | | | | | | | Apply patch to fix directory traversal vulnerability Submitted by: ohauer Security: CVE-2015-1038 Security: 8f5c9dd6-5cac-11e5-9ad8-14dae9d210b8 Approved by: ports-secteam (with hat) Notes: svn path=/branches/2015Q3/; revision=397083
* MFH: r396461Mark Felder2015-09-161-0/+1
| | | | | | | | | | | | | | It turned out -fPIC is required on sparc64 as well: it dumps core without it on extraction, which turn breaks e.g. `sysutils/namefix' port. Do not bump port revision again as it was bumped just couple of hours ago, which is just too small in Tier-2 land for which we do not produce any packages anyways. Tested on: flame Approved by: ports-secteam (with hat) Notes: svn path=/branches/2015Q3/; revision=397082
* MFH: r396457Mark Felder2015-09-161-1/+2
| | | | | | | | | | | | | Compile with -fPIC on PowerPC, otherwise resulting binaries are broken: Can't load '/usr/local/bin/../libexec/p7zip/7z.dll' (/usr/local/bin/../libexec/p7zip/7z.so: Unsupported relocation type 10 in non-PLT relocations) Approved by: ports-secteam (with hat) Notes: svn path=/branches/2015Q3/; revision=397081
* MFH: r393831Mark Felder2015-09-167-0/+7
| | | | | | | | | | | | Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it in the amd64 CFLAGS and are failing to build. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3321 Approved by: ports-secteam (with hat) Notes: svn path=/branches/2015Q3/; revision=397080
* MFH r394824,r397023:Xin LI2015-09-152-3/+3
| | | | | | | | | | | | | Security update to 4.3.1. Further details are available at WordPress website at https://wordpress.org/news/2015/09/wordpress-4-3-1/ . Security: f4ce64c2-5bd4-11e5-9040-3c970e169bc2 Security: CVE-2015-5714 Security: CVE-2015-5715 Approved by: ports-secteam Notes: svn path=/branches/2015Q3/; revision=397025
* MFH r391124,395815,396354,396731:Xin LI2015-09-155-65/+20
| | | | | | | | | | | Update to 2.4.42 and apply upstream fix for CVE-2015-6908. Obtained from: OpenLDAP git 6fe51a9ab04fd28bbc171da3cf12f1c1040d6629 Security: CVE-2015-6908 Approved by: ports-secteam Notes: svn path=/branches/2015Q3/; revision=397021
* MFH r397019:Xin LI2015-09-152-3/+3
| | | | | | | | | | | | | Security update to 4.3.1. Further details are available at WordPress website at https://wordpress.org/news/2015/09/wordpress-4-3-1/ . Security: f4ce64c2-5bd4-11e5-9040-3c970e169bc2 Security: CVE-2015-5714 Security: CVE-2015-5715 Approved by: ports-secteam Notes: svn path=/branches/2015Q3/; revision=397020
* MFH: r396920Dmitry Marakasov2015-09-141-1/+5
| | | | | | | | | | | | - Fix shebangs - Add LICENSE_FILE - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396921
* MFH: r396915Dmitry Marakasov2015-09-142-3/+12
| | | | | | | | | | - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396917
* MFH: r396688Dmitry Marakasov2015-09-111-1/+4
| | | | | | | | | | | - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396702
* MFH: r396696Dmitry Marakasov2015-09-111-1/+2
| | | | | | | | | | | | | This needs perl as both build and run dependency - It installs perl scripts into DATADIR - Unless perl is available at buildtime it'll use incorrect shebangs for these scripts Approved by: portmgr blanket Approved by: ports-secteam blanket Notes: svn path=/branches/2015Q3/; revision=396697
* MFH: r396691Dmitry Marakasov2015-09-111-0/+10
| | | | | | | | | | - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396692
* MFH: r396685Dmitry Marakasov2015-09-111-2/+11
| | | | | | | | | | - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396686
* MFH: r396679Dmitry Marakasov2015-09-111-1/+3
| | | | | | | | | | - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396680
* MFH: r396600Christian Weisgerber2015-09-112-1/+86
| | | | | | | | | | | | | | | | | | Fix opusenc buffer overflow, channel integer overflow, and division by zero. (Same code as vorbis-tools oggenc.) PR: 202941 Obtained from: https://trac.xiph.org/ticket/2212 Obtained from: https://trac.xiph.org/changeset/19117 Obtained from: Fedora vorbis-tools Git (commit 63a1a62d) Security: CVE-2015-6749 Security: CVE-2014-9638 Security: CVE-2014-9639 Security: a35f415d-572a-11e5-b0a4-f8b156b6dcc8 Approved by: ports-secteam Notes: svn path=/branches/2015Q3/; revision=396674
* MFH: r396532 r396599Christian Weisgerber2015-09-113-1/+106
| | | | | | | | | | | | | | | | | | | Fix oggenc buffer overflow, crash on raw file close, channel integer overflow, and division by zero. PR: 202941 Submitted by: junovitch Obtained from: https://trac.xiph.org/ticket/2212 Obtained from: https://trac.xiph.org/changeset/19117 Obtained from: Fedora vorbis-tools Git (commit 63a1a62d) Security: CVE-2015-6749 Security: CVE-2014-9638 Security: CVE-2014-9639 Security: a35f415d-572a-11e5-b0a4-f8b156b6dcc8 Approved by: ports-secteam Notes: svn path=/branches/2015Q3/; revision=396673
* MFH: r396633Dmitry Marakasov2015-09-101-0/+5
| | | | | | | | | | | - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396636
* MFH: r396632Dmitry Marakasov2015-09-101-0/+5
| | | | | | | | | | | - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396635
* MFH: r396631Dmitry Marakasov2015-09-101-0/+5
| | | | | | | | | | - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396634
* MFH: r396628Dmitry Marakasov2015-09-101-0/+5
| | | | | | | | | | | - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396630
* MFH: r396625Dmitry Marakasov2015-09-101-0/+5
| | | | | | | | | | | | - Add LICENSE_FILE - Add NO_ARCH - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396627
* MFH: r396623Dmitry Marakasov2015-09-101-0/+5
| | | | | | | | | | | - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396624
* MFH: r396621Dmitry Marakasov2015-09-101-0/+6
| | | | | | | | | | | - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396622
* MFH: r396619Dmitry Marakasov2015-09-101-0/+4
| | | | | | | | | | - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Notes: svn path=/branches/2015Q3/; revision=396620