Commit graph

11116 commits

Author SHA1 Message Date
Matthew Seaman
0a4b684fb4 Update to 5.1.25
ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-25.html
2013-05-02 16:22:30 +00:00
Alex Dupre
4221fcf504 Add boost fix for locale. 2013-05-01 17:08:01 +00:00
Alex Dupre
21861f74a4 MySQL seems to compile correctly on 10-CURRENT. 2013-05-01 16:33:00 +00:00
Wen Heping
b0f9d50c08 - Update to 0.95.003 2013-05-01 14:51:55 +00:00
Wen Heping
36a045946b - Update to 0.5.2
PR:		178204
Submitted by:	NoC <devzone.my@gmail.com>
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2013-05-01 07:15:53 +00:00
Anton Berezin
5ecbf1f744 Update to 0.08250.
Changes:	http://search.cpan.org/dist/DBIx-Class/Changes
2013-04-30 10:04:34 +00:00
Anton Berezin
f8d1e687ba Update to 0.00012.
Changes:	http://search.cpan.org/dist/DBIx-Class-EncodedColumn/Changes
2013-04-30 08:42:04 +00:00
Florian Smeets
8fa6ab5bfc Deprecate MySQL 5.0.X and set expiration date to 2013-06-30
Approved by:	ale
2013-04-29 22:35:12 +00:00
Frederic Culot
cf4d09185a - Update to 2.17.9
Changes:	http://www.lemke-it.com/litexec?request=pubclogcego&user=&lang=en
PR:		ports/178233
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-04-29 18:07:59 +00:00
Martin Wilke
9f3f808479 - Update to 2.5
PR:		178159
Submitted by:	ports fury
2013-04-29 14:21:23 +00:00
Baptiste Daroussin
5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Alex Dupre
1a1e9ecf9c Distfile re-rolled for a typo, no changes. 2013-04-29 07:23:23 +00:00
Kubilay Kocak
8a35140e06 databases/py-redis: Update to 2.7.4
- Allow OPTIONSFILE to be overridden
- Add regression-test: target

Changes: https://github.com/andymccurdy/redis-py/blob/2.7.4/CHANGES

Approved by:	eadler, rm (mentors, implicit)
2013-04-28 21:57:02 +00:00
Chris Rees
9051d0d101 databases/postgresql-server ports: Unbreak NLS
Submitted by:	bapt
2013-04-28 18:15:06 +00:00
Frederic Culot
406e0be7ed - Update to 1.8.0
Changes:	https://github.com/openstack/swift/blob/master/CHANGELOG
PR:		ports/178117
Submitted by:	trociny@
Approved by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2013-04-28 15:39:25 +00:00
Kubilay Kocak
d60158d113 databases/py-htsql & backends: Update to 2.3.3
- Standardise and clarify COMMENTs
- Update pkg-plist's
- Tab->space for WWW: in pkg-descr

Changes: http://htsql.org/blog/2013/htsql-2.3.3.html

Approved:	eadler, rm (mentors, implicit)
2013-04-28 14:34:12 +00:00
Chris Rees
7e146dbd2d databases/postgresql{84,91,92}-server: Readd bsd.port.pre.mk; it is required for checking existence of files in FILESDIR 2013-04-28 14:00:02 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Florian Smeets
3425a6db7c Merge optimizations to the rc script from r316439 and r316532. 2013-04-26 20:47:28 +00:00
Florian Smeets
b5d5bc4186 Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.
Approved by:	ale
2013-04-26 19:52:01 +00:00
TAKATSU Tomonari
e8dd5f5241 - Update to 0.2-6
- Add LICENSE section
- Trim WWW: line in pkg-descr
2013-04-26 16:31:38 +00:00
Baptiste Daroussin
9dbc02d2c5 Convert USE_GETTEXT -> USES=gettext
While here:
- Trim headers
- Remove some useless pre.mk/post.mk
- Convert to optionsng
2013-04-26 15:10:57 +00:00
Martin Wilke
a46be53d41 - Update to 1.3.7
PR:		177762
Submitted by:	rustem.alimov@gmail.com
2013-04-26 13:29:10 +00:00
Martin Wilke
ddde2267a7 - Update to 1.5.0
PR:		177653
Submitted by:	maintainer
2013-04-26 13:25:36 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Glen Barber
2add148357 Update MASTERSITES for my server to use https 2013-04-26 04:03:22 +00:00
Sunpoet Po-Chuan Hsieh
4adeca8471 - Update to 3.0.4
Changes:	https://github.com/redis/redis-rb/blob/master/CHANGELOG.md
2013-04-26 02:35:58 +00:00
Mikhail Teterin
9e001f125e Switch to using USE_MYSQL instead of explicitly depending on
mysqlclient library.

Suggested by:	Florian Smeets
2013-04-25 20:51:38 +00:00
Akinori MUSHA
c45324e9f6 - Fix problem that options dialog is popd up even if there is already
saved file.

- Remove CONFLICTS because it matches databases/ruby-bdb itself
  (Spotted by portlint).

PR:		ports/178107
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
2013-04-25 08:34:19 +00:00
Mikolaj Golub
da69b019f7 Update to 1.4.0.
Approved by:	bdrewery
2013-04-24 21:09:04 +00:00
Matthew Seaman
5830ed7780 Security updae to 3.5.8.1
Four new serious security alerts were issued today by the phpMyAdmin
them: PMASA-2013-2 and PMASA-2013-3 are documented in this commit to
vuln.xml.

 - Remote code execution via preg_replace().

 - Locally Saved SQL Dump File Multiple File Extension Remote Code
   Execution.

The other two: PMASA-2013-4 and PMASA-2013-5 only affect PMA 4.0.0
pre-releases earlier than 4.0.0-rc3, which are not available through
the ports.
2013-04-24 20:23:16 +00:00
Jimmy Olgeni
ed3f85f18a - Use bsd.port.options.mk.
- PORTDOCS should not be conditional.
- Whitespace fix.
2013-04-24 18:50:57 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Chris Rees
68bfa4c6fd Very slight speedup on rc file parsing; use hostname variable in preference
to calling /bin/hostname if available

Approved by:	ale (maintainer)
2013-04-24 17:28:01 +00:00
Eitan Adler
6776ef7ff8 For some unmaintained ports:
- fix format for pkg-descr
	- convert to OptionsNG
	- remove logic for older versions of python which we no longer support
	- remove option for old versions of FreeBSD
	- unconditionally set PORTDOCS
	- etc.

Reviewed by:	jgh
2013-04-24 17:00:20 +00:00
Alex Dupre
c76c16dfd6 Update to 2.4.3 release. 2013-04-24 15:35:19 +00:00
Alex Dupre
bdacc7aca2 Allow to specify server-specific option file path in /etc/rc.conf
PR:		ports/172408
Submitted by:	Daniel Ylitalo <daniel@produktion203.se>
2013-04-24 15:08:22 +00:00
Alex Kozlov
5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00
Frederic Culot
e23e1f671e - Update to 0.7.3
PR:		ports/178054
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2013-04-24 09:09:19 +00:00
Pietro Cerutti
ef41b06b74 - Update to 1.1.3
Release notes:
  http://dev.mysql.com/doc/relnotes/connector-cpp/en/news-1-1-3.html
2013-04-24 08:11:17 +00:00
Frederic Culot
099ae9253e - Update to 1.1
PR:		ports/178053
Submitted by:	Jose Jachuf <jjachuf@gmail.com> (maintainer)
2013-04-24 07:49:47 +00:00
Alex Kozlov
08c99f3ad5 - Convert USE_GETTEXT to USES (part 1)
Approved by:	portmgr (bapt)
2013-04-24 07:35:40 +00:00
Sunpoet Po-Chuan Hsieh
ac00bdebb4 - Build/install memenv header file and shared/static library
- Bump PORTREVISION for package change
- Cosmetic change

Requested by:	mi
Tested by:	mi, Robert Backhaus <robbak@robbak.com> (net-p2p/bitcoin maintainer)
2013-04-23 17:15:35 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Pietro Cerutti
fef02240ea - Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
2013-04-23 11:51:52 +00:00
Alex Dupre
c9815dfe57 Update to 5.1.69 release. 2013-04-23 10:23:41 +00:00
Alex Dupre
b1fada5017 Update to 5.5.31.
Allow compilation using Clang in C++11 mode [1].

PR:		ports/171546
Submitted by:	Michael Gmelin <freebsd@grem.de>
2013-04-23 10:19:15 +00:00
Alex Dupre
02a4160e1e Allow compilation using Clang in C++11 mode.
PR:		ports/171546
Submitted by:	Michael Gmelin <freebsd@grem.de>
2013-04-23 10:18:02 +00:00
Akinori MUSHA
ac0c23c912 Correct the credit as follows, and bump PORTREVISION for the previous change.
PR:		ports/177342
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
2013-04-23 10:08:09 +00:00
Akinori MUSHA
69000e3fa0 Fix build with Ruby 2.0 and follow the ports framework updates.
- Update COMMENT
- Update pkg-descr
- Convert to new options framework
- Minor Makefile cleanup
- Pet portlint

PR:		ports/177342
Submitted by:	tentative
2013-04-23 10:04:39 +00:00