1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
Commit Graph

11106 Commits

Author SHA1 Message Date
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
Baptiste Daroussin
816f539eb0 Convert databases to USES=pkgconfig 2013-04-23 07:08:32 +00:00
Martin Wilke
ed86e31262 - Unbreak build on FreeBSD 10 2013-04-22 23:22:42 +00:00
Alex Dupre
3156cdf2e1 Update to 5.6.11 release. 2013-04-22 18:45:59 +00:00
Olli Hauer
f6e4fa61cf - pass maintainer to Mikhail Tsatsenko <m.tsatsenko@gmail.com>
requested here:
  http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082988.html
2013-04-22 18:26:19 +00:00
Baptiste Daroussin
27131af048 Reassign skv@ ports to the heap
Feature safe:	yes
2013-04-22 13:27:47 +00:00
Baptiste Daroussin
43d6c31649 Reassign p5-* ports from skv to perl@
While here trim headers

Feature safe:	yes
2013-04-22 12:53:58 +00:00
Martin Matuska
37418955d5 Horde ports update:
comms/pear-Horde_ActiveSync 	2.3.0 -> 2.3.6
devel/pear-Horde_Alarm		2.0.3 -> 2.0.4
devel/pear-Horde_Argv		2.0.4 -> 2.0.7
security/pear-Horde_Auth	2.0.3 -> 2.0.4
devel/pear-Horde_Cache		2.0.1 -> 2.0.4
devel/pear-Horde_Core		2.3.0 -> 2.4.3
security/pear-Horde_Crypt	2.1.2 -> 2.1.3
devel/pear-Horde_Date		2.0.3 -> 2.0.4
devel/pear-Horde_Date_Parser	2.0.1 -> 2.0.2
databases/pear-Horde_Db		2.0.1 -> 2.0.2
security/pear-Horde_Group	2.0.1 -> 2.0.2
devel/pear-Horde_History	2.0.1 -> 2.0.2
www/pear-Horde_Http		2.0.1 -> 2.0.2
devel/pear-Horde_Icalendar	2.0.3 -> 2.0.4
graphics/pear-Horde_Image	2.0.3 -> 2.0.4
mail/pear-Horde_Imap_Client	2.7.0 -> 2.8.2
devel/pear-Horde_Lock		2.0.1 -> 2.0.2
mail/pear-Horde_Mail		2.0.3 -> 2.0.5
mail/pear-Horde_Mime		2.0.4 -> 2.1.1
mail/pear-Horde_Mime_Viewer	2.0.3 -> 2.0.4
security/pear-Horde_Perms	2.0.3 -> 2.1.0
devel/pear-Horde_Prefs		2.3.1 -> 2.3.2
devel/pear-Horde_Rdo		2.0.1 -> 2.0.2
devel/pear-Horde_Serialize	2.0.1 -> 2.0.2
www/pear-Horde_SessionHandler	2.0.1 -> 2.0.2
security/pear-Horde_Share	2.0.2 -> 2.0.3
devel/pear-Horde_Support	2.0.3 -> 2.1.0
comms/pear-Horde_SyncMl		2.0.2 -> 2.0.3
textproc/pear-Horde_Text_Diff	2.0.1 -> 2.0.2
textproc/pear-Horde_Text_Filter	2.0.5 -> 2.1.0
devel/pear-Horde_Tree		2.0.1 -> 2.0.2
net/pear-Horde_Url		2.1.0 -> 2.2.0
devel/pear-Horde_Util		2.2.0 -> 2.2.1

Feature safe:	yes
2013-04-21 22:16:15 +00:00
Alex Dupre
3dcf2a9638 Update to 2.4.2 release.
Simplify rc script.
Fix build with spidermonkey [1].

PR:		ports/177703 [1]
Submitted by:	Dmitry Sukhodoyev <raven428@gmail.com>
Feature safe:	yes
2013-04-19 10:59:20 +00:00
Florian Smeets
2cc7536be3 Update to 5.5.30.30.2
Feature safe:	yes
2013-04-18 21:45:13 +00:00
Sunpoet Po-Chuan Hsieh
69f0bed873 - Update to 3.0.8
Changes:	http://pecl.php.net/package-changelog.php?package=memcache
Feature safe:	yes
2013-04-18 17:42:12 +00:00