1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
Commit Graph

286646 Commits

Author SHA1 Message Date
Alexey Dokuchaev
195d110c64 Fix the problem that PKGVERSION for 173.14.xx legacy driver went backwards
when it was updated to .35 on the 12th.  That moment, it kept PORTREVISION
1 from the master port.  When the master port was updated and PORTREVISION
removed on the 22nd, PKGVERSION of nvidia-driver-173 went backwards as its
PORTREVISION dropped from 1 to 0.  While I am at it, provide a comments in
all makefiles that keeping PORTREVISION setting (even when it is seemingly
zero) is important.

Reported by:	erwin
2012-09-25 15:23:14 +00:00
Steve Wills
25a5a99b79 - Build with -pthread and include -pthread in xml2-config --libs output when threads are enabled
PR:		ports/171353
Discussed with:	marcus, kwm
Approved by:	marcus
2012-09-25 14:55:49 +00:00
Li-Wen Hsu
8a00a5dd18 - Update to 3.3.6
- Build cleanly with C, PYTHON and DOC options
- Improve rc script
- Do not install Windows cmd files
- Put docs to ${DOCSDIR}
- Put logs to /var/log/zookeeper
- Put pid file to /var/run/zookeeper/zookeeper.pid
- Use ${MASTER_SITE_APACHE} as MASTER_SITES
- Add LICENSE
- Add WWW

PR:		ports/171858
Submitted by:	lwhsu
Approved by:	gnn (maintainer)
2012-09-25 14:47:21 +00:00
Koop Mast
3518e7c91a Update to 0.0.10.1. 2012-09-25 13:48:41 +00:00
Jun Kuriyama
2b88dfa232 Unbreak and mark ignore when ruby18 is installed. 2012-09-25 13:39:58 +00:00
Thomas Abthorpe
3ba408b4e3 - Reassign to the heap at maintainer's request 2012-09-25 13:00:54 +00:00
Alex Dupre
799566f891 Fix sed substitution by forcing LANG=C. 2012-09-25 12:55:00 +00:00
Max Brazhnikov
f9cefac1f3 Add new port devel/openvex:
OpenVex is an API (Application Program Interface) library for programming
Vex robot controllers using SDCC or MCC18.

WWW: http://personalpages.tds.net/~jwbacon/vex.html

PR:		ports/171876
Submitted by:	Jason Bacon <jwbacon at tds.net>
2012-09-25 12:04:48 +00:00
Guido Falsi
cea1426798 - Update to 0.10
- Remove ABI version number from LIB_DEPENDS
- Strip Makefile headers

Approved by:	crees, tabthorpe (mentors, implicit)
2012-09-25 11:59:37 +00:00
Ruslan Makhmatkhanov
df562a5c7f - s/PKG_PLIST/PLIST_FILES/ in Makefile
- remove trailing tabs
- remove undefinite article from COMMENT
- break the lines in pkg-descr at 80-char border

Approved by:	araujo (in the subway)
2012-09-25 11:54:39 +00:00
Frederic Culot
45dcd76e85 - Update to 17.12
- Remove LICENSE_FILE (unneeded for standard GPL 2)
- Drop maintainership (could not get upstream to provide a ChangeLog,
which makes it too time-consuming for me to track changes after each
new release)
2012-09-25 11:16:05 +00:00
Marcelo Araujo
0504c6093c - Move the small plist file into Makefile.
Reported by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2012-09-25 11:14:42 +00:00
Marcelo Araujo
2d1a5f5882 This module provides only 2 methods, XMLin and XMLout. XMLin convert xml to python object, and XMLout python object to xml.
This module is inspired by XML::Simple in CPAN, but some options of XML::Simple are not supported.

WWW: http://pypi.python.org/pypi/pyxml2obj/
2012-09-25 11:02:08 +00:00
Baptiste Daroussin
afed2dbf8d Add forgotten patch 2012-09-25 10:58:43 +00:00
Dima Panov
85cf08f520 - Fix mistyped return statements, which clang objects strenuously to
PR:		171892
Submitted by:	myself
Approved by:	bkoenig AT alpha-tierchen DOT de (maintainer)
Obtained from:	PkgSrc
2012-09-25 09:19:43 +00:00
Romain Tartière
4a0a667429 Update to 1.12.0. 2012-09-25 09:15:28 +00:00
Romain Tartière
1f12eb4b26 This is a fork of ndesk-dbus-glib, which provides GLib main loop integration
for Managed D-Bus.

WWW:	http://mono.github.com/dbus-sharp/
2012-09-25 09:00:35 +00:00
Romain Tartière
691703f738 Branch devel/dbus-sharp on mono's DBus bindings. 2012-09-25 08:51:38 +00:00
Ruslan Makhmatkhanov
9f67b5e7f1 - update to 1.60
while here:
- convert Makefile header into two-line format
- update COMMENT (indefinite article removed)
- change USE_PYTHON to just -2.7
- remove py-reportlab from BUILD_DEPENDS and kick PYTHON_SITELIBDIR from there
- tab -> space change in pkg-descr:WWW

PR:		171115
Submitted by:	wen
Approved by:	Mauricio Herrera Cuadra <mauricio at arareko dot net> (maintainer)
2012-09-25 08:06:42 +00:00
Baptiste Daroussin
b99ef8b1b7 - update to 5.8.0
- make ruby a buildonly dependency
- use gcc 46+ as code is now C++11
- remove shlib numbers

PR:		ports/171887
Submitted by:	Horance Chou <horance@gmail.com>
2012-09-25 07:58:59 +00:00
Pietro Cerutti
2a07ca7ce8 - fix patch / install in tcl86-threads after update of tcl86
Reported by:	PH (via beat@)
2012-09-25 07:46:04 +00:00
Frederic Culot
f082b6697f - Fix typo in pkg-descr [1]
- While here, enhance description a bit

PR:		ports/171920 [1]
Submitted by:	Takanori Yamamoto <takanori@miko.org>
2012-09-25 07:34:49 +00:00
Frederic Culot
9534fc8e52 - Add missing dependency on py-mimeparse [1]
- Bump PORTREVISION for dependency change

PR:		ports/171924 [1]
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
2012-09-25 07:07:33 +00:00
Ruslan Makhmatkhanov
5654168e6d - update to 3.3.0
- convert Makefile header into two-line format
- use PORTVERSION and common launchpad download url, as other launchpad ports do
  to remove complexity
- update COMMENT (indefinite article removed)
- remove LICENSE_FILE for common license (GPLv2)
- convert py-* to ${PYTHON_PKGNAMEPREFIX} in dependencies
- remove shlib version from hal library dependency
- limit python version to 2.x only
- remove conflicts with unexisting exaile-devel
- convert to optionsng
- remove reinplace (XDG), that's not needed anymore
- remove deprecated attribution from pkg-descr
- sort pkg-plist

changelog:
- see first news article on www.exaile.org

PR:		171911
Submitted by:	rm (myself)
Approved by:	jsa (maintainer)
2012-09-25 07:04:59 +00:00
Romain Tartière
a149596156 Update to 1.2.1. 2012-09-25 07:00:45 +00:00
Maho Nakata
84601ad2c4 Allow openjdk7 build.
Submitted by: Jan Henrik Sylvester <me@janh.de>
2012-09-25 06:48:07 +00:00
Li-Wen Hsu
3993ba2769 - Update to 2012f 2012-09-25 06:01:02 +00:00
Thomas Abthorpe
34aef59af1 - Revert commit
- Tested wrong email address
2012-09-25 05:58:31 +00:00
Thomas Abthorpe
b3a409f7c1 - Revert commit
- Tested wrong email address

Noticed by:	xli
2012-09-25 05:37:12 +00:00
Thomas Abthorpe
2f87de6f40 - Reassign to the heap due to mail bounces 2012-09-25 05:03:06 +00:00
Thomas Abthorpe
01d4db62af - Reassign to the heap due to mail bounces 2012-09-25 04:57:38 +00:00
Thomas Abthorpe
f37211ba78 - Reassign to the heap due to mail bounces 2012-09-25 04:54:12 +00:00
Thomas Abthorpe
d56091fa54 - Reassign to the heap at the maintainer's request 2012-09-25 04:32:35 +00:00
Thomas Abthorpe
e706fb97f7 - Reassign to the heap at maintainer's request 2012-09-25 03:41:31 +00:00
Marcelo Araujo
51c4afde48 - Update to 1.3.7.
PR:		ports/171574
Submitted by:	Pietro Cerutti <gahr@FreeBSD.org>
2012-09-25 01:55:23 +00:00
Baptiste Daroussin
219c41c8e9 Mark as job safe
Submitted by:	Adam McDougall <mcdouga9@egr.msu.edu>
2012-09-24 22:18:57 +00:00
Palle Girgensohn
1c8d4acc49 Update PostgreSQL to 9.2.1, 9.1.6, 9.0.10, 8.4.14 and 8.3.21 respectively.
This update fixes critical issues for major versions 9.1 and 9.2, and
users running those versions should apply it as soon as possible.

URL:	http://www.postgresql.org/about/news/1416/
2012-09-24 22:03:10 +00:00
Doug Barton
b5b787b853 In r302421 I forgot to remove the old entry for qbittorrent [1]
While I'm here, make the other old entries more consistent.

Reminded by:	Yuri <yuri@rawbw.com> [1]
2012-09-24 21:52:23 +00:00
Baptiste Daroussin
12f8836135 - update to 1.036 2012-09-24 21:49:45 +00:00
TAKATSU Tomonari
0cc37c5e3f - Update to 1.4-3
- Convert to new Makefile header
- Trim WWW: line in pkg-descr
2012-09-24 21:40:15 +00:00
Baptiste Daroussin
d3ad0d9154 No longer install the english dictionary (please use textproc/en-aspell if you
want the english dictionary)
Optionify
Remove the now useless textproc/aspell-with-dicten port
textproc/en-aspell now depends on textproc/aspell
clean up the Makefile
2012-09-24 21:23:51 +00:00
Olli Hauer
efdddb64ce - use {} instead () around .if ${PORT_OPTONS:M...} 2012-09-24 21:21:37 +00:00
Raphael Kubo da Costa
e34f5ae214 Update to 4.7.
PR:		ports/171925
Submitted by:	Nicole Reid <root@cooltrainer.org> (maintainer)
2012-09-24 21:14:35 +00:00
Olli Hauer
1d6232b246 - USE_APACHE s/22+/22/
some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk

with hat apache@
2012-09-24 20:55:01 +00:00
Olivier Duchateau
a6832b2be9 libzeitgeist is a client library for interacting with Zeitgeist daemon.
WWW: https://launchpad.net/libzeitgeist

Approved by:	rene, miwi (mentors)
2012-09-24 19:41:11 +00:00
Olivier Duchateau
e30ab0b857 - Update to 1.0.0
- Adjust Xfce components
- Convert to USE_PKGCONFIG

Approved by:	rene, miwi (mentors)
2012-09-24 19:00:02 +00:00
Bryan Drewery
1b80cd9104 - Update to git commit aefe8c9
Changes:

  * Implement even more accurate space calculation
    for the BEADM LIST -D
2012-09-24 18:47:48 +00:00
Steve Wills
cf424d1a8d - Fix plist damage caused in last commit
Pointed out by:	rafan
Pointy hat to:	swills
Approved by:	rafan (maintainer)
2012-09-24 18:27:18 +00:00
Bryan Drewery
d1377b1d4d - Update to 3.0.11
PR:		ports/171904
Submitted by:	Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
2012-09-24 18:15:52 +00:00
Ashish SHUKLA
7b2749520a - Update to latest snapshot 201209190752 2012-09-24 18:15:43 +00:00