| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
file-list view not very usefull, when dealing with long file names and
not fullscreen.
* While here drop, obsolete patch.
Submitted by: Barbara Guida <barbara.freebsd@gmail.com>
Obtained from: caja upstream
Notes:
svn path=/head/; revision=452166
|
|
|
|
|
|
|
|
|
|
|
| |
- [High severity] Upgrade to 1.7.2 to fix a DOS vulnerability in the EVM.
PR: 223013
Submitted by: Enrique Fynn (maintainer)
MFH: 2017Q4
Notes:
svn path=/head/; revision=452165
|
|
|
|
|
|
|
|
| |
PR: 223034
Submitted by: <vladimir~@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=452164
|
|
|
|
|
|
|
| |
Reported by: ler
Notes:
svn path=/head/; revision=452163
|
|
|
|
|
|
|
|
|
|
| |
Add Test target.
Allow concurrent installation.
Changes: https://github.com/foutaise/texttable/releases/tag/v1.0.0
Notes:
svn path=/head/; revision=452162
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The manpages are once again only built when DOCS=on, but now so is the
default neomuttrc. The manpages are fine to protect with %%PORTDOCS%%
(not great, but permissible), but the default neomuttrc needs to be there.
So, generate it manually after the build. This is kludgey, but it at
least gets the port packaging again.
Approved by: maintainer (bapt)
Notes:
svn path=/head/; revision=452161
|
|
|
|
|
|
|
|
|
| |
Run ccache-update-links on install and deinstall. [1]
PR: 220995 [0], 217572 [1]
Notes:
svn path=/head/; revision=452160
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
=Version 4.0.11=
2017-10-14 David Freese <w1hkj@bellsouth.net>
3302f0d: Text Capture
35387db: FreeBSD mod
6e94d54: Documentation update
e4abdbf: PSK filter
cd36a46: Audio Stream
5a9322f: printf cleanup
e8651ed: CW Multichannel
89b5207: QSY multi
Notes:
svn path=/head/; revision=452159
|
|
|
|
|
|
|
| |
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Notes:
svn path=/head/; revision=452158
|
|
|
|
| |
Notes:
svn path=/head/; revision=452157
|
|
|
|
|
|
|
|
|
|
|
| |
=Version 1.0.3=
2017-10-14 David Freese <w1hkj@bellsouth.net>
0d1ba30: dxcc server list
Notes:
svn path=/head/; revision=452156
|
|
|
|
|
|
|
|
|
|
|
| |
- Drop --disable-wayland from CONFIGURE_ARGS
- Bump PORTREVISION
PR: 223029
Submitted by: Greg V <greg@unrelenting.technology>
Notes:
svn path=/head/; revision=452155
|
|
|
|
|
|
|
|
|
|
|
| |
- Update maintainer. Eric Turgeon wants to maintain it.
https://forums.freebsd.org/threads/62845/
PR: 219667
Notes:
svn path=/head/; revision=452154
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The COPYTREE_BIN and COPYTREE_SHARE macros use constructs like
sh -c 'command' -- arg0 arg1
and assume that $0 will expand to arg0 and $1 will expand to arg1.
Our current sh implements it that way. However, POSIX specifies that $0 will
expand to -- and $1 will expand to arg0, since the command string is an
operand and not an option-argument. Bug #220587 requests making sh
POSIX-compliant in this regard.
If the argument after the command string does not start with '-', the
current sh behaves as required by POSIX. Therefore, adjust the macros so
this is always the case.
PR: 222870
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=452153
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
Notes:
svn path=/head/; revision=452152
|
|
|
|
|
|
|
|
| |
Reported by: rene@
With hat: portmgr
Notes:
svn path=/head/; revision=452151
|
|
|
|
|
|
|
|
|
| |
- Switch everything to use options helpers
- Make use of BINARY_ALIAS to setup the build environment
- Copy bits/auxv.h and elf.h directly instead of having them in patch form
Notes:
svn path=/head/; revision=452150
|
|
|
|
|
|
|
| |
Changes: https://github.com/hashicorp/packer/blob/v1.1.1/CHANGELOG.md
Notes:
svn path=/head/; revision=452149
|
|
|
|
|
|
|
| |
ChangeLog: http://virtualenvwrapper.readthedocs.io/en/latest/history.html#changes
Notes:
svn path=/head/; revision=452148
|
|
|
|
|
|
|
|
|
|
|
|
| |
The flag has partial support across the tree, and the same effect
can be obtained by using ".undef WITH_DEBUG".
Reviewed by: mat, rene
Approved by: portmgr (rene)
Differential Revision: https://reviews.freebsd.org/D12548
Notes:
svn path=/head/; revision=452147
|
|
|
|
| |
Notes:
svn path=/head/; revision=452146
|
|
|
|
| |
Notes:
svn path=/head/; revision=452145
|
|
|
|
|
|
|
| |
Drop patches merged upstream.
Notes:
svn path=/head/; revision=452144
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move client headers to the client port [1]
- Fix SNAPPY option for mariabackup [2]
* switch to noninja to generate link.txt
PR: 222825 [1], 221159 [2]
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> [1]
Reported by: sdalu@sdalu.com [2]
Notes:
svn path=/head/; revision=452143
|
|
|
|
|
|
|
|
| |
PR: 223027
Submitted by: romain
Notes:
svn path=/head/; revision=452142
|
|
|
|
|
|
|
| |
Relnotes: http://cpansearch.perl.org/src/HORNBURG/Interchange6-Schema-0.133/CHANGES
Notes:
svn path=/head/; revision=452141
|
|
|
|
|
|
|
| |
Relnotes: http://cpansearch.perl.org/src/IRONCAMEL/Dancer2-Plugin-DBIC-0.0100/CHANGES
Notes:
svn path=/head/; revision=452140
|
|
|
|
|
|
|
| |
Relnotes: http://cpansearch.perl.org/src/ABEVERLEY/Dancer2-Plugin-Auth-Extensible-Provider-DBIC-0.623/Changes
Notes:
svn path=/head/; revision=452139
|
|
|
|
|
|
|
| |
Relnotes: http://cpansearch.perl.org/src/ABELTJE/Dancer-Plugin-RPC-1.05/Changes
Notes:
svn path=/head/; revision=452138
|
|
|
|
| |
Notes:
svn path=/head/; revision=452137
|
|
|
|
|
|
|
|
|
|
| |
install etc/leapsecs.dat file
Fix COMMENT length and add LICENCE for this port
Bump PORTREVISION
Notes:
svn path=/head/; revision=452136
|
|
|
|
| |
Notes:
svn path=/head/; revision=452135
|
|
|
|
|
|
|
|
| |
PR: 223022
Submitted by: theis@gmx.at(maintainer)
Notes:
svn path=/head/; revision=452134
|
|
|
|
|
|
|
|
|
| |
ports install smokeping/lib/Smokeping/probes/NFSping.pm.
Bump PORTREVISION.
Notes:
svn path=/head/; revision=452133
|
|
|
|
|
|
|
|
|
| |
PR: 222145
Submitted by: olgeni
Approved by: maintainer timeout (> 2 weeks)
Notes:
svn path=/head/; revision=452132
|
|
|
|
| |
Notes:
svn path=/head/; revision=452131
|
|
|
|
| |
Notes:
svn path=/head/; revision=452130
|
|
|
|
|
|
|
|
| |
Note that this version does not conflict anymore with mutt!
Note the main binary is now named neomutt and not mutt!
Notes:
svn path=/head/; revision=452129
|
|
|
|
|
|
|
|
|
| |
PR: 223007
Submitted by: me
Approved by: Yonas Yanfa <yonas@fizk.net> (maintainer)
Notes:
svn path=/head/; revision=452128
|
|
|
|
| |
Notes:
svn path=/head/; revision=452127
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
databases/p5-Interchange6-Schema
devel/p5-MooseX-CoverableModifiers
devel/p5-Test-MockDateTime
devel/p5-Test-Roo
devel/p5-superclass
mail/p5-Email-MIME-RFC2047
mail/p5-Mail-Box-IMAP4-SSL
security/p5-Dancer-Plugin-Auth-Extensible
security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup
security/p5-Dancer2-Plugin-Auth-Extensible
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Database
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-IMAP
security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup
security/p5-Dancer2-Plugin-Passphrase
security/p5-Session-Token
www/p5-Dancer-Plugin-Lexicon
www/p5-Dancer-Plugin-RPC
www/p5-Dancer2-Plugin-Interchange6
www/p5-Dancer2-Plugin-Path-Class
www/p5-Interchange6
- give maintainer to perl@
Submitted by: hvo.pm@xs4all.nl (maintainer)
Notes:
svn path=/head/; revision=452126
|
|
|
|
| |
Notes:
svn path=/head/; revision=452125
|
|
|
|
| |
Notes:
svn path=/head/; revision=452124
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/hrydgard/ppsspp/commit/ac0052c6af92
MFH: 2017Q4 (requires r451582)
Notes:
svn path=/head/; revision=452123
|
|
|
|
|
|
|
|
| |
PR: 222912
Submitted by: Peter Putzer <freebsd@mnd.sc>
Notes:
svn path=/head/; revision=452122
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/gollum/gollum/blob/master/HISTORY.md
PR: 221431
Submitted by: Sir l33tname <sirl33tname@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=452121
|
|
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here, update RUN_DEPENDS
Changes: https://github.com/gollum/gollum-lib/blob/master/HISTORY.md
https://github.com/gollum/gollum-lib/commits/master
PR: 221430
Submitted by: Sir l33tname <sirl33tname@gmail.com>
Notes:
svn path=/head/; revision=452120
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/jneen/rouge/blob/master/CHANGELOG.md
PR: 221429
Submitted by: Sir l33tname <sirl33tname@gmail.com>
Approved by: maintainer (timeout, 3 months)
Notes:
svn path=/head/; revision=452119
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/kaminari/kaminari/releases
https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=452118
|
|
|
|
|
|
|
|
| |
Changes: https://github.com/kaminari/kaminari/releases
https://github.com/kaminari/kaminari/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=452117
|