Dmitry Marakasov
631872c74d
- Update WWW
2018-02-27 09:33:01 +00:00
Dmitry Marakasov
e27c6530c5
- Add LICENSE
...
Approved by: portmgr blanket
2018-02-27 09:03:01 +00:00
Dmitry Marakasov
d1d80446be
- Add LICENSE
...
- Update WWW
Approved by: portmgr blanket
2018-02-27 08:33:00 +00:00
Kurt Jaeger
6545e26154
textproc/p5-XML-SAX: fix checksum mismatch for ParserDetails.ini
...
- The file %%SITE_PERL%%/XML/SAX/ParserDetails.ini
is updated by ports that depending textproc/p5-XML-SAX.
- For example, textproc/p5-XML-SAX-Expat, textproc/p5-XML-Simple
and textproc/p5-XML-LibXML append something to the .ini file.
- This causes checksum mismatch when executing
`pkg check -s textproc/p5-XML-SAX`
The fix provides a pkg-install program to handle the file in post-install.
PR: 197011
Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com>
Reviewed by: John Hein, mat, Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2018-02-27 07:15:54 +00:00
Yuri Victorovich
c6726cc123
devel/py-spyder: Update to 3.2.7
...
lbartoletti@tuxfamily.org takes maintainership.
Additional port changes:
* Added to RUN_DEPENDS
* Only for python3
* Added USE_PYTHON=noflavors (an app)
* Removed options JEDI/PEP8
* Updated post-patch
PR: 225731
Approved by: tcberner (mentor, implicit)
2018-02-27 05:43:10 +00:00
Tobias Kortkamp
3db1b4b2b5
graphics/delaboratory: Revert r463107
...
and fix typo in maintainer email address
portmaster@bsdforfe.com -> portmaster@bsdforge.com
2018-02-27 05:35:52 +00:00
Dima Panov
ed2a6eb138
- Pass maintainership of mail/notmuch and mail/py-notmuch to submitter.
...
- Update ports to version to 0.26.
- Unconditionally install completions according to Porter's Handbook Chapter 6.31.
without adding extra dependencies.
- Turn on the MANPAGES option by default. Building the manual pages is kept as an option
to allow for more minimal custom builds.
- Remove RUBY option as it never did anything. There are no build or install instructions
in the Makefile nor %%RUBY%% references in pkg-plist.
Building with the RUBY option enabled makes absolutely no difference to the produced package.
The only thing ever requiring the Ruby bindings to the Notmuch library is the Vim client,
which isn't built either.
- Turn mail/py-notmuch into a slave port of mail/notmuch.
- Split off EMACS option into the flavor aware slave port mail/notmuch-emacs.
- Split off MUTT option into the slave port mail/notmuch-mutt.
- Perform miscellaneous cleanups.
PR: 225059
Submitted by: seschwar AT gmail.com
Reviewed by: mat, fluffy, maintainers
Approved by: maintainers
Differential Revision: D13944
2018-02-27 05:01:28 +00:00
Yuri Victorovich
4f1b9160a4
Maintainer reset for e-mails in domains without MX records
...
15 ports are affected.
$ dig absoludicrous.com MX | grep MX
; <<>> DiG 9.12.0 <<>> absoludicrous.com MX
;absoludicrous.com. IN MX
$ dig bsdforfe.com MX | grep MX
; <<>> DiG 9.12.0 <<>> bsdforfe.com MX
;bsdforfe.com. IN MX
$ dig vmailbox.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vmailbox.org MX
;vmailbox.org. IN MX
$ dig virgaria.org MX | grep MX
; <<>> DiG 9.12.0 <<>> virgaria.org MX
;virgaria.org. IN MX
$ dig vereshagin.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vereshagin.org MX
;vereshagin.org. IN MX
$ dig sucked-in.com MX | grep MX
; <<>> DiG 9.12.0 <<>> sucked-in.com MX
;sucked-in.com. IN MX
$ dig pkix.net MX | grep MX
; <<>> DiG 9.12.0 <<>> pkix.net MX
;pkix.net. IN MX
$ dig michael-fauste.de MX | grep MX
; <<>> DiG 9.12.0 <<>> michael-fauste.de MX
;michael-fauste.de. IN MX
Approved by: tcberner (mentor, implicit)
2018-02-27 04:55:52 +00:00
Danilo G. Baio
6cf62064ca
sysutils/duplicity: Update to 0.7.17
...
Changes: https://launchpad.net/duplicity/+milestone/0.7.17
2018-02-27 01:53:17 +00:00
Danilo G. Baio
958241f54c
sysutils/restic: Update to 0.8.3
...
While here:
Add LICENSE_FILE.
Changes: https://github.com/restic/restic/releases/tag/v0.8.3
PR: 226225
Submitted by: Greg Fitzgerald <gregf@hugops.pw> (maintainer)
2018-02-27 01:51:23 +00:00
Jan Beich
d65337f145
games/openbor: update to 4615
...
Changes: d73408f...11cd2c0
2018-02-27 00:26:38 +00:00
Mark Felder
747c0bd236
textproc/elasticsearch{5,6}: Fix build
...
The JNA dependency was meant to be at runtime
Pointyhat: me
PR: 222261
2018-02-26 23:21:57 +00:00
Brooks Davis
305f1b5ca1
Update to 6.0.0 RC3.
2018-02-26 23:19:40 +00:00
Jan Beich
596a3bcdaf
emulators/rpcs3: update to 0.0.5.4
...
Changes: ede76033a...b61a69c87
2018-02-26 23:14:20 +00:00
Mark Felder
796b2dbac7
textproc/elasticsearch6: Fix JNA support
...
JNA (Java Native Access) provides access to OS-native facilities in pure
Java code. The JNA shipped with Elastic is meant for Linux so it does
not function correctly. We will ship one built for FreeBSD instead.
PR: 222261
2018-02-26 23:11:53 +00:00
Antoine Brodin
1c80decfca
Fix build by adding missing FPC units
...
Reported by: pkg-fallout
2018-02-26 23:10:53 +00:00
Mark Felder
8bbc085f0a
textproc/elasticsearch5: Fix JNA support
...
JNA (Java Native Access) provides access to OS-native facilities in pure
Java code. The JNA shipped with Elastic is meant for Linux so it does
not function correctly. We will ship one built for FreeBSD instead.
PR: 222261
Approved by: portmgr (with hat)
2018-02-26 23:06:02 +00:00
Sunpoet Po-Chuan Hsieh
adf4114742
Update to 2.11.2
...
- While I'm here, fix version requirement of *_DEPENDS
Changes: https://github.com/rasbt/pyprind/releases
https://github.com/rasbt/pyprind/blob/master/CHANGELOG.md
PR: 226201
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
2018-02-26 22:33:20 +00:00
Sunpoet Po-Chuan Hsieh
5b0e312db5
Update WWW
2018-02-26 22:33:15 +00:00
Sunpoet Po-Chuan Hsieh
4e704edf46
Update to 1.8.2
...
- Change MASTER_SITES to CHEESESHOP
- Add LICENSE
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Update pkg-descr
- Add PyPI as primary WWW
- Update WWW
- Take maintainership
2018-02-26 22:33:10 +00:00
Sunpoet Po-Chuan Hsieh
589b15689b
Update to 1.8.2
...
- Change MASTER_SITES to GitHub
- Update COMMENT
- Add LICENSE
- Use WRKSRC_SUBDIR
- Update pkg-descr
- Update WWW
Changes: https://github.com/apache/avro/blob/branch-1.8/CHANGES.txt
https://github.com/apache/avro/commits/branch-1.8/lang/c++
2018-02-26 22:33:04 +00:00
Sunpoet Po-Chuan Hsieh
2dc770fbe6
Update to 1.8.2
...
- Change MASTER_SITES to GitHub
- Update COMMENT
- Add LICENSE
- Pet portlint: move BROKEN_* upward
- Update BROKEN: use lowercase for leading character
- Use WRKSRC_SUBDIR
- Update pkg-descr
- Update WWW
Changes: https://github.com/apache/avro/blob/branch-1.8/CHANGES.txt
https://github.com/apache/avro/commits/branch-1.8/lang/c
2018-02-26 22:32:58 +00:00
Sunpoet Po-Chuan Hsieh
ae6dab7c0a
Update to 1.8.2
...
- Fix PYTHON option:
- Add missing USES=python
- Change from BUILD_DEPENDS to RUN_DEPENDS
- Add flavors
- Update pkg-descr
- Update WWW
- Add GitHub repository to WWW
- Take maintainership
Changes: https://github.com/apache/avro/blob/branch-1.8/CHANGES.txt
2018-02-26 22:32:53 +00:00
Sunpoet Po-Chuan Hsieh
f4065f7298
Change MASTER_SITES to GitHub
...
- Fix COMMENT
- Simplify options
- Update pkg-descr
- Add GitHub repository to WWW
- Take maintainership
2018-02-26 22:32:48 +00:00
Sunpoet Po-Chuan Hsieh
21259c24ee
- Change MASTER_SITES to CHEESESHOP
...
- Simplify Makefile: use PY_ENUM34
- Update pkg-descr
- Add GitHub repository to WWW
- Take maintainership
2018-02-26 22:32:42 +00:00
Sunpoet Po-Chuan Hsieh
196e09ff90
Simplify Makefile: use PY_ENUM34 and PY_FUTURES
...
With hat: python
2018-02-26 22:32:37 +00:00
Sunpoet Po-Chuan Hsieh
3e192e25e5
Simplify Makefile: use PY_FUTURES
...
With hat: python
2018-02-26 22:32:32 +00:00
Sunpoet Po-Chuan Hsieh
250df43163
Simplify Makefile: use PY_FUTURES
...
With hat: python
2018-02-26 22:32:27 +00:00
Sunpoet Po-Chuan Hsieh
5b58565a00
Simplify Makefile: use PY_FUTURES
...
With hat: python
2018-02-26 22:32:22 +00:00
Sunpoet Po-Chuan Hsieh
32c512bf30
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:32:17 +00:00
Sunpoet Po-Chuan Hsieh
9415533407
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:32:12 +00:00
Sunpoet Po-Chuan Hsieh
36be8b2b2c
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:32:07 +00:00
Sunpoet Po-Chuan Hsieh
802c47ea88
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:32:02 +00:00
Sunpoet Po-Chuan Hsieh
d114fd5c6a
Simplify Makefile: use PY_ENUM34
...
- While I'm here, fix typo
With hat: python
2018-02-26 22:31:57 +00:00
Sunpoet Po-Chuan Hsieh
a4c9246663
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:31:51 +00:00
Sunpoet Po-Chuan Hsieh
322289f470
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:31:46 +00:00
Sunpoet Po-Chuan Hsieh
9a1fc69c77
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:31:41 +00:00
Sunpoet Po-Chuan Hsieh
ce06e827e7
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:31:36 +00:00
Sunpoet Po-Chuan Hsieh
982e1186da
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:31:31 +00:00
Sunpoet Po-Chuan Hsieh
b59261b637
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:31:26 +00:00
Sunpoet Po-Chuan Hsieh
e1600252a0
Simplify Makefile: use PY_ENUM34
...
With hat: python
2018-02-26 22:31:21 +00:00
Sunpoet Po-Chuan Hsieh
eb0720f643
Update to 3.7.3
...
Changes: https://github.com/jekyll/jekyll/releases
2018-02-26 22:31:16 +00:00
Sunpoet Po-Chuan Hsieh
d9179428de
Update to 5.1.1
...
Changes: https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md
2018-02-26 22:31:11 +00:00
Sunpoet Po-Chuan Hsieh
e048e77e9e
Update to 5.1.1
...
Changes: https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md
2018-02-26 22:31:05 +00:00
Sunpoet Po-Chuan Hsieh
abedb4ef2a
Update to 1.1.0
...
Changes: https://github.com/rubygems/gems/commits/master
2018-02-26 22:31:00 +00:00
Sunpoet Po-Chuan Hsieh
dd6cacfa1f
Update to 1.1.100
...
- Update WWW
Changes: https://github.com/ruby-concurrency/atomic/releases
2018-02-26 22:30:55 +00:00
Sunpoet Po-Chuan Hsieh
66e777b845
Update to 1.8.1
...
Changes: https://github.com/RDFLib/sparqlwrapper/blob/master/ChangeLog.txt
2018-02-26 22:30:49 +00:00
Sunpoet Po-Chuan Hsieh
19383dcfae
Update to 2.1.0
...
Changes: https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
2018-02-26 22:30:44 +00:00
Sunpoet Po-Chuan Hsieh
fd91ee15e0
Update to 2018.02.25
2018-02-26 22:30:40 +00:00
Sunpoet Po-Chuan Hsieh
594bd45779
Update to 20180223
2018-02-26 22:30:35 +00:00