Dmitry Marakasov
dd8b1436c0
- Add missing dependency on execinfo, fixing build on 9.x
...
Approved by: portmgr blanket
2015-06-25 15:47:42 +00:00
Antoine Brodin
6e5719ca80
Convert to USES=jpeg
2015-06-22 18:33:20 +00:00
Ashish SHUKLA
108b878a98
- Fix permissions on /var/run/ejabberdctl, missed from r381868
...
PR: 200871
2015-06-22 15:53:48 +00:00
Sunpoet Po-Chuan Hsieh
0188ed76fa
- Fix gemspec for rubygem-fluent-logger 0.5.0 update
...
- Bump PORTREVISION for package change
2015-06-19 16:42:04 +00:00
Martin Matuska
6e133e15ba
Switch to kqueue(2)
2015-06-19 06:35:31 +00:00
Johannes Jost Meixner
1d507f080b
net-im/skype4: improve pkg-message
...
- improve pkg-message
- set my FreeBSD.org address as maintainer
Sponsored by: Perceivon OÜ
2015-06-19 01:58:25 +00:00
Thierry Thomas
a4c17142e1
Upgrade Tox, libfilteraudio, toxic, qTox and uTox to a recent snapshot.
...
PR: ports/200865
Submitted by: yuri (at) rawbw.com (qTox maintainer) + patches from other maintainers
Approved by: maintainers
2015-06-18 19:50:53 +00:00
Bartek Rutkowski
b435ec67c5
net-im/tkabber-plugins: update 1.1.1 -> 1.1.2
...
PR: 200890
Submitted by: Mikhail <mp39590@gmail.com> (maintainer)
2015-06-16 12:42:25 +00:00
Bartek Rutkowski
63adf5fb42
net-im/tkabber: update 1.1.1 -> 1.1.2
...
PR: 200889
Submitted by: Mikhail <mp39590@gmail.com> (maintainer)
2015-06-16 12:35:43 +00:00
Dmitry Marakasov
09d5bc188f
Command-line twitter client for sixel supported terminal.
...
WWW: https://github.com/isaki68k/sayaka
PR: 200867
Submitted by: sue@iwmt.org
2015-06-15 23:39:30 +00:00
TAKATSU Tomonari
7e8722db25
- Update to 3.2.4
2015-06-15 19:23:17 +00:00
Sunpoet Po-Chuan Hsieh
32138779a8
- Update to 4.4.3
...
Changes: https://github.com/jimmycuadra/lita/releases
- Update RUN_DEPENDS: use newer rubygem-rack
- Bump PORTREVISION for dependency change
2015-06-15 14:43:03 +00:00
Dmitry Marakasov
df41fa6249
- Add LICENSE_FILE
...
- Fix shebangs
- Strip libraries
- Pet portlint
MFH: 2015Q2
2015-06-15 12:11:00 +00:00
Sunpoet Po-Chuan Hsieh
ea417bd09c
- Update to 4.4.2
...
- Add NO_ARCH
Changes: https://github.com/jimmycuadra/lita/releases
2015-06-13 20:01:00 +00:00
Sunpoet Po-Chuan Hsieh
35952acedd
- Update to 2.2.3
...
Changes: https://github.com/termtter/termtter/blob/master/ChangeLog
2015-06-13 20:00:42 +00:00
Vsevolod Stakhov
89b79e70ec
- Updated libsodium to 1.0.3 [1]
...
- Bump revision for dependent ports
PR: 200548 [1]
Submitted by: rsimmons0 at gmail.com [1]
2015-06-13 16:14:54 +00:00
Sunpoet Po-Chuan Hsieh
8438b7fb50
- Add LICENSE
...
- Sort RUN_DEPENDS
- Add NO_ARCH
- Remove USE_RAKE
- Fix gemspec
- Bump PORTREVISION for package change
- Take maintainership
2015-06-13 13:51:54 +00:00
TAKATSU Tomonari
99f12cda57
- Change HTTPCLIENT from option to mandatory dependency
2015-06-13 11:52:31 +00:00
Erwin Lansing
3e67d040d7
Reset dhn's ports
...
PR: 197522
Submitted by: jbeich
Approved by: portmgr
2015-06-12 20:58:13 +00:00
Johannes Jost Meixner
3b7562930f
net-im/skype4: unbreak on 11.0-CURRENT
...
Changes:
The "skype" binary works fine after recent update in linux compat layer when
linux-c6-pulseaudio (libpulse.so.0) is not installed (but linprocfs(5) must be
mounted into ${LINUXBASE}/proc). So:
- Unbreak net-im/skype4 for __FreeBSD_version >= 1100075.
- (temporarily) Disable PA dependency.
Also:
- Drop (indirect) PA dependencies.
- Add tcp_wrappers-libs into linux-c6-pulseaudio-libs dependencies (used by
libpulse.so.0)
- Fix some portlint(1) warnings.
Workaround: libpulse.so.0 can be replaced with PA wrapper from
https://github.com/waterlaz/skype_oss_wrapper - then sound will work too (with
mounted devfs(5) in ${LINUXBASE}/dev).
PR: 200608
Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
2015-06-11 14:58:03 +00:00
Sunpoet Po-Chuan Hsieh
e98aaa294c
- Add NO_ARCH
...
- Sort USE_PYTHON
2015-06-10 16:45:33 +00:00
Sunpoet Po-Chuan Hsieh
a7692ab799
- Update to 15.2.1
...
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/twisted/words/topfiles/NEWS
2015-06-09 18:30:24 +00:00
Jan Beich
f2fc9d6de4
multimedia/libvpx: update to 1.4.0
...
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision: https://reviews.freebsd.org/D2570
Exp-run by: antoine
Approved by: ashish, multimedia (kwm)
Approved by: maintainer timeout (ale, dinoex; 2 weeks)
2015-06-09 14:25:41 +00:00
Antoine Brodin
f0d0f3d8e0
Make ports using libtool treat elftoolchain's strip the same as GNU strip
...
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self
2015-06-08 05:59:13 +00:00
Dmitry Marakasov
36bcb15a0f
- Strip libraries
2015-06-07 14:52:14 +00:00
Michael Moll
24b9feb6a0
net-im/tkabbur: set to DEPRECATED
...
and set to EXPIRE in one month
PR: 199272
Differential Revision: https://reviews.freebsd.org/D2746
Submitted by: mp39590@gmail.com
Approved by: mat (mentor), dhn (maintainer, timeout)
2015-06-07 14:40:51 +00:00
Sunpoet Po-Chuan Hsieh
b0c9422d7c
- Add NO_ARCH
2015-06-03 18:41:54 +00:00
Dmitry Marakasov
b03842c1ec
- Strip library
...
- Add LICENSE
2015-06-01 01:29:46 +00:00
Dmitry Marakasov
1733c163ca
- Strip library
2015-06-01 01:29:34 +00:00
Dmitry Marakasov
0896a4baea
- Strip library
...
- Whitespace fix
2015-06-01 01:28:50 +00:00
Dmitry Marakasov
09e1e8caf0
- Fix shebangs
...
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
2015-05-31 13:20:55 +00:00
Dmitry Marakasov
80615ed1a7
- Strip library
2015-05-30 00:30:44 +00:00
Mathieu Arnold
c72a7f070e
Fix USE_GITHUB usage.
...
With hat: portmgr
Sponsored by: Absolight
2015-05-28 14:27:06 +00:00
Dmitry Marakasov
d309af6aab
- Drop USES=desktop-file-utils as suggested by portlint
...
- Strip library
2015-05-27 23:25:17 +00:00
Vanilla I. Shu
d18918637f
Upgrade to 1.0.8.
2015-05-25 07:55:08 +00:00
Sunpoet Po-Chuan Hsieh
b1d9e5138e
- Update RUN_DEPENDS: security/rubygem-hmac is a duplicate of security/rubygem-ruby-hmac
...
- Bump PORTREVISION for dependency change
2015-05-24 15:36:21 +00:00
Kris Moore
b9e0b3984c
- Update to 05222015
2015-05-22 17:37:06 +00:00
Thierry Thomas
608516ef3c
Refresh to recent snapshots.
2015-05-19 20:20:11 +00:00
Dmitry Marakasov
888a892831
- Add CPE info
...
Approved by: portmgr blanket
2015-05-17 15:03:37 +00:00
TAKATSU Tomonari
4fdf0c57fe
- Update to 3.2.3
...
- Regenerate patch file with 'make makepatch'
- Use USES=shebangfix instead of RUBY_SHEBANG_FILES
- Remove RUBY_REQUIRE
2015-05-17 06:30:28 +00:00
Tijl Coosemans
57026bd879
- Modify deskutils/kdepim4 to install libkleo headers. This basically
...
reverts http://websvn.kde.org/?view=revision&revision=1070773 (Linux
distros have done something similar)
- Let net-im/kopete-kde4 depend on libkleo from deskutils/kdepim4 to
enable the cryptography plugin
- Remove dependencies from kopete-kde4 for protocols that are no longer
supported (libjingle and MSN/WLM)
PR: 199546
Approved by: maintainer timeout (3 weeks)
2015-05-15 21:20:20 +00:00
Thierry Thomas
5a739bbd5d
Upgrade to 20150514 v0.2.s.
...
PR: ports/200220
Differential Revision: Ivan Klymenko (maintainer)
2015-05-15 14:41:21 +00:00
Dmitry Marakasov
595de32b4b
- Fix plist
...
- Update min. java version
2015-05-15 00:44:32 +00:00
Mathieu Arnold
60d1a83c2a
MASTER_SITES cleanup.
...
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
2015-05-14 10:15:04 +00:00
Ashish SHUKLA
83b2a01f52
- Update to 15.04
...
- Fix issue fetching distfile, introduced in r386097
2015-05-13 12:12:49 +00:00
Kurt Jaeger
924cd1b056
net-im/p5-Net-XMPP: 1.02 -> 1.05
...
- Increase XML::Stream dependency to 1.24
- Update bug tracker location
- RT#94649 use Digest::SHA (from Debian package maintainers)
- RT#94650 spelling corrections (from Debian package maintainers)
2015-05-12 12:45:00 +00:00
Mathieu Arnold
88bfe4bd43
Cleanup DIST* variables.
...
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
2015-05-11 18:34:57 +00:00
Wen Heping
4da2e1d1de
- Update to 0.2.r.20150509
...
PR: 200082
Submitted by: fidaj@ukr.net(maintainer)
2015-05-11 06:12:47 +00:00
Wen Heping
2a0a8a3b08
- Update to 20150505 v0.2.q
...
PR: 200000
Submitted by: fidaj@ukr.net(maintainer)
2015-05-08 01:20:00 +00:00
Antoine Brodin
47f4afeaa1
- Properly register info page
...
- Fix packaging without NLS
2015-05-07 23:16:25 +00:00