Commit Graph

377802 Commits

Author SHA1 Message Date
Muhammad Moinur Rahman
a5737b02e5 databases/geoserver-mysql-plugin: Update version 2.7.2=>2.8.0
- Mark NO_ARCH as it has no ARCH dependant files
- Take MAINTAINERSHIP
2015-10-01 15:02:08 +00:00
Jimmy Olgeni
648b0a18ce Upgrade devel/rebar3 to commit 4177c75 ("beta 3"). 2015-10-01 14:25:51 +00:00
John Marino
41495352f9 games/blackshadeselite is not jobs safe.
This one has failed on me multiple times under high contention.
It appears that its is trying to create objects files in the objs
directory before that directory is created (a race between c++
and mkdir)
2015-10-01 14:24:43 +00:00
John Marino
f63908c538 net-mgmt/wifimgr: Partially revert last to restore build on DF
The previous commit cleaned up a bit too much.  The MAKE_ENV was
guarded as FreeBSD-only and that guard was stripped out with the
cleanup.  Return the guard back but without the now-unncessary
OPSYS check.  This restores the build on DragonFly.
2015-10-01 14:08:47 +00:00
Muhammad Moinur Rahman
3685d10ce4 graphics/geoserver: Update version 2.7.2=>2.8.0
- Take Maintainership
- Fix patch files for 'make makepatch'
2015-10-01 13:46:48 +00:00
Jimmy Olgeni
6b1cea5793 Upgrade lang/erlang-runtime17 to version 17.5.6.4. 2015-10-01 13:29:15 +00:00
Vanilla I. Shu
ad412be33e Upgrade to 4.3.0. 2015-10-01 13:27:43 +00:00
Vanilla I. Shu
a87b251f98 Upgrade to 1.0.3. 2015-10-01 13:14:34 +00:00
Jimmy Olgeni
a98a587e81 Add documentation (DOCS option).
- Switch to using pkg-plist rather than automatically generate it
  (it is easy enough to maintain).

- Switch to modern option helpers.

- Set DIST_SUBDIR due to version-less Docs.zip file.
2015-10-01 12:38:29 +00:00
Dmitry Sivachenko
a085710c6d Update to -dev6. 2015-10-01 11:59:55 +00:00
Rene Ladan
ba66ce15ca Remove expired port:
2015-09-30 net/rubygem-amq-client: Deprecated by Upstream. It is part of net/rubygem-amqp codebase now
2015-10-01 11:50:47 +00:00
John Marino
d6d149032c databases/libnvpair: New major version (so.1 => so.3)
The changes since version 1.0.2 were significant enough to warrant
a major library version bump.  However, libnvpair.so.2 exists in
FreeBSD base, so the port version builds libnvpair.so.3 instead.

With one exception, all of the Solaris/Illumos types have been
replaced with BSD equivalents, including boolean_t.  This changes
several prototypes, and also allows for the type compatibility header
to be removed.  The one type that remains is hrtime_t (equivalent to
int64_t).

Internally, the regression tests for print_json (functionality that
does not exist in FreeBSD base, at least on F9) have been added from
Illumos regression tests and both DragonFly and FreeBSD pass.
2015-10-01 10:10:31 +00:00
Muhammad Moinur Rahman
b9b8b6782d biology/seaview: Update version 4.5.4.6=>4.5.4.7 2015-10-01 10:02:21 +00:00
Dmitry Marakasov
b37bff045e - Add CPE info
- Use /var instead of PREFIX/var
- Don't install win32 configs
- Use @sample
- Properly handle vardirs in plist
2015-10-01 09:42:19 +00:00
Vanilla I. Shu
04de5a1491 Upgrade to 1.0.3. 2015-10-01 09:35:26 +00:00
Dmitry Marakasov
4aed909f9e - Switch to options helpers
- Add missing run-depend on rc used by some installed scripts
- Fix shebangs
2015-10-01 09:32:41 +00:00
Gerald Pfeifer
f9aec6ce6c Update to the 20150927 snapshot of GCC 6. 2015-10-01 09:15:31 +00:00
Mathieu Arnold
7f0a5491f5 Do not use contractions.
Sponsored by:	Absolight
2015-10-01 08:39:44 +00:00
Vanilla I. Shu
4650b85a01 Upgrade to 3.0.1. 2015-10-01 08:38:08 +00:00
Mathieu Arnold
c4a6f53809 Pet MOVEDlint, and remove the last two lines, it's a loop.
Sponsored by:	Absolight
2015-10-01 08:01:46 +00:00
Mathieu Arnold
3818d01826 Fix opt_VARS premature expansion.
Due to the way .for loop work, opt_VARS was being expanded too early
evaluation, which made it impossible to use vars that are set/modifies
afterwards (such as PREFIX or PKGDIR)

Fix this by changing opt_VARS handling logic so that the right side is
not prematurely expanded:

- Loop not by words (each word here is single VAR=val / VAR+=val tuple)
  but by unique left sides of assignments (VAR, VAR+ here)
- Using the left side, extract all corresponding right sides and
  append/assign them to a variable

This changes the way this opt_VARS line work, which behavior is between
invalid and undefined:

opt_VARS= FOO=bar FOO=baz

Before it would end up with "FOO=baz", now it ends up with "FOO=bar baz"

Submitted by:	amdmi3
Reviewed by:	antoine, mat
Approved by:	my portmgr hat
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3729
2015-10-01 07:56:36 +00:00
Beat Gaetzi
293cf20e3f Mark as deprecated: Obsoleted by optionsng 2015-10-01 07:55:46 +00:00
Jimmy Olgeni
c9b1d68560 Upgrade devel/erlang-rebar3_hex to version 1.7.1. 2015-10-01 07:51:07 +00:00
Gerald Pfeifer
daeb3e9151 Update to the 20150929 snapshot of GCC 5. 2015-10-01 07:07:51 +00:00
Dmitry Marakasov
57cf016067 - Add LICENSE_FILE
- Strip library

Approved by:	portmgr blanket
2015-10-01 07:04:41 +00:00
Dmitry Marakasov
ca3dd59796 - Add missing manpage
- Switch to options helpers and OPTIONS_SLAVE
- Sort plist
- Fix stage-qa for mpqc-mpich
2015-10-01 07:04:30 +00:00
Gerald Pfeifer
6e9461e005 Update to the 20150916 snapshot of GCC 4.9.4. 2015-10-01 06:24:59 +00:00
Vanilla I. Shu
735225bd5f Upgrade to 2015-09-28. 2015-10-01 06:04:26 +00:00
Vanilla I. Shu
6b8dd17038 Upgrade to 2.8.7. 2015-10-01 05:58:56 +00:00
Vanilla I. Shu
47a58a1d7c Upgrade to 3.6.5. 2015-10-01 05:05:05 +00:00
Vanilla I. Shu
05a1225b3b Upgrade to 1.86, and regen patches. 2015-10-01 03:53:02 +00:00
Jason Unovitch
48375c0b2a Document security advisory for the Apache James server
PR:		203461
Security:	be3069c9-67e7-11e5-9909-002590263bf5
2015-10-01 03:14:14 +00:00
Vanilla I. Shu
c157e74c4d 1: Upgrade to 1.05.
2: change MASTER_SITES.
3: strip binary.
4: add LICENSE & LICENSE_FILE.
2015-10-01 02:52:46 +00:00
Vanilla I. Shu
53ee6114e7 Upgrade to 5.5.8.
PR:		203442
Submitted by:	maintainer
2015-10-01 01:43:55 +00:00
Vanilla I. Shu
022104ed60 Upgrade to 4.1.5
PR:		203444
Submitted by:	maintainer
2015-10-01 01:40:37 +00:00
Vanilla I. Shu
0fdd500944 Upgrade to 2.1.7.
PR:		203443
Submitted by:	maintainer
2015-10-01 01:39:12 +00:00
Dmitry Marakasov
ad1bf8ec5a - Switch to options helpers 2015-09-30 23:09:05 +00:00
Dmitry Marakasov
ceed245e05 - Drop 8.x support
Approved by:	portmgr blanket
2015-09-30 23:09:00 +00:00
Dmitry Marakasov
70549776ba - Drop 8.x support
- Switch to options helpers
- Fix installation command

Approved by:	portmgr blanket
2015-09-30 23:08:54 +00:00
Dmitry Marakasov
af005366f2 - Switch to options helpers 2015-09-30 23:08:44 +00:00
John Marino
f13f3e9435 devel/libuutil: Fix typo in WWW 2015-09-30 22:13:53 +00:00
John Marino
4525bdb53b Add new port devel/libuutil
libuutil is a library of userland utilities originating from solaris

This library provides both a doubly linked-list implementation and a
AVL tree implementation.  This has been a private library best known
as a core component for ZFS and SMF.

The performance is considered excellent.  As this has always been a
private library, it is not well documented and there is no man page
for it.  The best documentation is located in the source code and
reading OpenSolaris/Illumos ZFS and SMF sources will help as well.
2015-09-30 21:56:08 +00:00
Jung-uk Kim
d9e38dd644 Update to 20150930. 2015-09-30 19:50:34 +00:00
Dmitry Marakasov
0dfe47dc6b - Fix shebangs
Approved by:	portmgr blanket
2015-09-30 19:20:07 +00:00
Dmitry Marakasov
205dc98683 - Fix build from non-root, move perm handling to plist
Approved by:	portmgr blanket
2015-09-30 19:11:45 +00:00
Renato Botelho
c4dda6a7c1 - Update devel/git to 2.6.0
- Use DISTVERSION instead of PORTVERSION to make it easy to test new version
  RCs when they are available
2015-09-30 18:58:23 +00:00
Bryan Drewery
1252cd9f8c rc.d/squid: Check the config before starting, reloading, or restarting. 2015-09-30 18:58:04 +00:00
Dmitry Marakasov
9e1b8b40b4 - Switch to @sample
PR:		202692
Submitted by:	amdmi3
Approved by:	maintainer timeout (ume, 1 month)
2015-09-30 18:34:59 +00:00
Dmitry Marakasov
9aa2fea001 - Update to 0.6.0
- Fix indentation
- Update WWW
- Fix comment
- Add LICENSE

PR:		202817
Submitted by:	chris@bsdjunk.com
Approved by:	maintainer timeout (peter_dunning@dsl.pipex.com, 4 weeks)
2015-09-30 18:34:01 +00:00
Dmitry Marakasov
33ad4e44e4 - Convert pkg-install script to @dir
- Use options helpers
- Remove unneeded @dir's from plist

PR:		203045
Submitted by:	amdmi3
Approved by:	maintainer timeout (gabor, 2 weeks)
2015-09-30 18:31:32 +00:00