Commit graph

17469 commits

Author SHA1 Message Date
Cy Schubert
062c7cd853 Deprecate and expire unsupported syslog-ng33.
Reviewed by:	Peter Czanik <peter.czanik@balabit.com> (upstream)
2015-03-23 19:44:12 +00:00
Kris Moore
f705f6d2fd - Add GRUB_NODUALBOOT knob to grub's defaults file
This disables support for trying to add disks for dual-boot
- Bump PORTREV
2015-03-23 19:27:04 +00:00
Cy Schubert
b1961c8481 Convert to sample. This also fixes PR/198583.
PR:		195853
2015-03-23 19:20:15 +00:00
Muhammad Moinur Rahman
e916720716 [NEW] sysutils/pick: Tool for choosing one option from a set of choices
with an interface

pick allows users to choose one option from a set of choices using an
interface with fuzzy search functionality.

WWW: https://www.github.com/thoughtbot/pick

PR:		198695
Submitted by:	neel@neelc.org
Approved by:	bapt marino (implicit)
2015-03-23 13:16:23 +00:00
Koop Mast
ef44dbe331 Fix a segvault, which was caused by a not validating if a enviroment string
is empty or not [1]
Add addition way to find the ttyv device from the Xorg.log [2]

PR:		198697 [1]
Submitted by:	Pete Johanson <peter@peterjohanson.com> [1], dumbbell@ [1][2]
2015-03-23 12:18:14 +00:00
Sunpoet Po-Chuan Hsieh
bf931a087b - Update to 20150322
Changes:	https://savannah.gnu.org/forum/forum.php?forum_id=8241
PR:		198798
Submitted by:	Chris Howey <howeyc@gmail.com> (maintainer)
2015-03-22 20:11:39 +00:00
Sunpoet Po-Chuan Hsieh
a8e090d578 - Update to 1.6.6.2
- Remove trailing tab

Changes:	https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.rdoc
2015-03-22 15:57:13 +00:00
Sunpoet Po-Chuan Hsieh
c3970a2318 - Add py-tmuxp 0.1.12
Load and save tmux sessions in JSON or YAML. Control tmux through
python API.

WWW: https://pypi.python.org/pypi/tmuxp

PR:		196307
Submitted by:	Tony Narlock <tony@git-pull.com>
2015-03-22 14:59:35 +00:00
Olivier Duchateau
4a9ac5f799 - Update to 1.4.1
- Remove unneeded patch

Changelog: http://git.xfce.org/xfce/xfce4-power-manager/tag/?id=xfce4-power-manager-1.4.4
2015-03-22 14:18:41 +00:00
Jimmy Olgeni
cc72020008 Fix minor typos in pkg-descr files. 2015-03-22 13:22:52 +00:00
Baptiste Daroussin
39a87cef1d Fix detection of unifont 2015-03-22 10:07:35 +00:00
Baptiste Daroussin
c6ed59ce0f Fix unifont detection 2015-03-22 09:46:48 +00:00
Baptiste Daroussin
a5da770e67 Make fonts repecting XDG
Xorg is now looking in ${LOCALBASE}/share/fonts by default
Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1))
Large cleanup on lots of font ports
All fonts are now properly dynamically generating fonts.dir and fonts.scale
instead of sometime overwriting existing ones)
All fonts are generating fontconfig's cache
Improve consistency in fonts ports
2015-03-21 23:05:19 +00:00
John Marino
f52f597b44 For traz@ ports: Change USE_GCC=4.8+ to preferred USE_GCC=yes
Approved by:	just fix it
2015-03-21 12:12:02 +00:00
Bryan Drewery
37a1520519 For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME to
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.

Differential Revision:	https://reviews.freebsd.org/D2103
Reviewed by:	mat
With hat:	bdrewery
2015-03-20 20:07:50 +00:00
Ryan Steinmetz
9e63f2c68a - Update to 20150318 2015-03-20 11:19:19 +00:00
Bryan Drewery
511fe251f8 Convert my ports to the new USE_GITHUB 2015-03-20 01:42:36 +00:00
Steven Kreuzer
c74184848f Update to version 3.6.5
Approved by:	cy@ (implicit)
2015-03-19 19:06:56 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Bartek Rutkowski
97d2bd278b sysutils/grub2: add CPE information
PR:		198638
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-19 11:58:48 +00:00
Marcelo Araujo
eca0ca2340 - Fix build on ARM.
PR:		198682
Submitted by:	garga
2015-03-19 03:06:03 +00:00
Steven Kreuzer
f2942d4880 Update to version 0.10.4 2015-03-19 01:07:15 +00:00
Baptiste Daroussin
6be5b9490e Fix packaging as user (pkg already set the proper owners) 2015-03-18 21:57:30 +00:00
Kris Moore
4610a797a8 - Add CPE information
PR: 198639
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
2015-03-18 16:17:00 +00:00
Mathieu Arnold
723d568e7a Add CPE.
Sponsored by:	Absolight
2015-03-18 13:52:54 +00:00
Antoine Brodin
b828827f99 Use gmake instead of using rules that may or may not work depending of the
version of sys.mk
This fixes build on head after r279980
2015-03-17 22:05:36 +00:00
Antoine Brodin
fc6f57637f Fix build on head 2015-03-17 22:01:03 +00:00
Bartek Rutkowski
6599ceb150 sysutils/coreutils: add CPE information
- Maintainer's timeout (jharris@widomaker.com)

PR:		198235
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-03-17 18:57:10 +00:00
Sunpoet Po-Chuan Hsieh
c1e595f8b6 - Update to 0.0.12
- Cosmetic change
- Take maintainership

Changes:	https://github.com/ioerror/tlsdate/blob/master/CHANGELOG
2015-03-16 16:17:30 +00:00
Ganael LAPLANCHE
b276f8a99c Update to 1.6.0
PR:		198599
Submitted by:	olgeni
2015-03-16 09:26:23 +00:00
Thomas Zander
60e8c60cca - Chris Hutchinson <portmaster@bsdforge.com> takes maintainership
- General port cleanup

While on it:
- Add LICENSE*
- Pet portlint

PR:		198264
Submitted by:	portmaster@bsdforge.com (maintainer)
2015-03-16 08:20:59 +00:00
Ryan Steinmetz
cce92a46b3 - Update to 20150315 2015-03-15 14:07:00 +00:00
Bartek Rutkowski
9cb40c21ba sysutils/tlsdate: reset MAINTAINER to ports@FreeBSD.org
PR:		196097
Submitted by:	Fabian Keil <fk@fabiankeil.de>
2015-03-15 13:18:35 +00:00
Jimmy Olgeni
691d907846 Upgrade to version 4.15. 2015-03-15 10:08:33 +00:00
Jimmy Olgeni
97b2d229df Upgrade to version 1.740. 2015-03-15 10:08:09 +00:00
Sunpoet Po-Chuan Hsieh
4a8a75a4e0 - Update to 2.12.5
Changes:	https://github.com/guard/guard/releases
2015-03-15 08:47:01 +00:00
Ryan Steinmetz
3749dafd27 - Update to 20150313 2015-03-14 15:36:43 +00:00
Sunpoet Po-Chuan Hsieh
47e904ae1e - Cleanup Mk/bsd.ruby.mk and remove no-op knobs in ruby ports
Reviewed by:	bapt
Reviews:	https://reviews.freebsd.org/D2030
2015-03-14 14:36:13 +00:00
Dmitry Marakasov
8641451a7a - Strip library 2015-03-13 13:21:36 +00:00
Sunpoet Po-Chuan Hsieh
21070be461 - Update MAINTAINER: use @FreeBSD.org 2015-03-12 17:12:19 +00:00
Ryan Steinmetz
539e08f66c - Enable use of resolveconf
PR:		195359
Submitted by:	John Baldwin <jhb@FreeBSD.org>
2015-03-12 15:36:21 +00:00
Dmitry Marakasov
dd8514e855 - Clarify LICENSE
- Add LICENSE_FILE
- Remove obsolete MAN1
2015-03-12 10:38:36 +00:00
Alonso Schaich
63ff0b60db Update KDE SC to 4.14.3
The kde@ team presents KDE SC 4.14.3, the last planed release
of the KDE SC 4 series.

In addition to the updates provided by the KDE SC developers, this
update also addresses numerous FreeBSD and PORTS specific
issues, found and solved by the kde@ team and area51 testers,
most notorously Tobias C. Berner <tcberner@gmail.com>

PR:		197751
PR:		197871
PR:		184996
Reviewed by:	rakuco (mentor)
Differential:	https://reviews.freebsd.org/D1950
2015-03-11 23:11:47 +00:00
Jason Helfman
8c7c85a928 - add man page installation 2015-03-11 23:10:07 +00:00
Tilman Keskinoz
82e3458778 Add CPE information
PR:		198472
Submitted by:	shun.fbsd.pr@dropcut.net
2015-03-11 08:03:00 +00:00
Cy Schubert
8515d9603a Fix build when REDIS option selected. 2015-03-11 01:45:52 +00:00
Cy Schubert
39484d51f9 Advertise CPE info.
PR:		198477, 198478
2015-03-11 01:25:46 +00:00
Mikolaj Golub
d98a5bf281 Update to 1.4.3. 2015-03-10 19:21:23 +00:00
Sunpoet Po-Chuan Hsieh
1ee6b4ffec - Update to 0.9.0
Changes:	https://github.com/logicminds/rubyipmi/blob/master/RELEASE_NOTES.md
2015-03-10 18:23:18 +00:00
Dmitry Marakasov
72f8e6444c - Add LICENSE
- Fix library installation
2015-03-10 14:16:01 +00:00