Steven Kreuzer
3cd6b1cf9f
Update to 1.43
2014-02-14 15:38:56 +00:00
Pietro Cerutti
0d218fe551
- Update to 1.1.6
...
- Make fetchable again
- Update WWW line in pkg-descr
PR: 185740
Submitted by: gahr
Approved by: maintainer (timeout)
2014-02-14 15:00:44 +00:00
Martin Wilke
566d1661f4
- Stage support
2014-02-14 14:59:46 +00:00
Martin Wilke
98a67bb609
- Stage support
2014-02-14 14:59:33 +00:00
Antoine Brodin
ddc7a9462b
Unbreak after conversion to USES=shebangfix
...
Reported by: pkg-fallout
2014-02-14 09:56:24 +00:00
Johan van Selst
e39a61ed15
Update to flex 2.5.38
2014-02-13 18:21:09 +00:00
Emanuel Haupt
4a508880b1
Update to 3.01
2014-02-13 10:08:28 +00:00
Emanuel Haupt
ae5495f31f
Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested for
...
afterwards.
Encouraged by: mat
2014-02-13 09:41:17 +00:00
Dmitry Marakasov
18e70290a6
- Fix build on 10.x
...
PR: 185954
Submitted by: amdmi3
Approved by: maintainer timeout
2014-02-13 02:34:53 +00:00
Dmitry Marakasov
82ecec48cf
- Don't silence warnings
...
- Cosmetic fixes
2014-02-13 02:26:04 +00:00
Joe Marcus Clarke
ca3e1f7adc
Allow lxml 3.2.5 to be used. More patches may be forthcoming as we uncover
...
what issues might exist beyond 3.2.1.
Submitted by: Rob Austein <sra@hactrn.net>
2014-02-12 23:34:19 +00:00
Emanuel Haupt
e4689cd412
Now that this port is staged and DOCS defined we can stop testing for DOCS in
...
any install target.
2014-02-12 19:26:08 +00:00
Tom Judge
ec5c358ee5
Fix setting the owner/group back to root/wheel
2014-02-12 18:56:40 +00:00
Tom Judge
6483647eaf
Remove deps for things that are now perl core modules
2014-02-12 18:55:59 +00:00
Tom Judge
924831ce21
New port textproc/p5-Elasticsearch.
...
ElasticSearch is a thin API which makes it easy to communicate with
an ElasticSearch cluster.
WWW: http://search.cpan.org/dist/Elasticsearch/
2014-02-12 17:45:49 +00:00
Tom Judge
99f8ce6bed
Move p5-ElasticSearch to p5-ElasticSearch-legacy to make space for the offical client.
...
Update to 0.66.
2014-02-12 17:20:40 +00:00
Tom Judge
1e4d0f532c
Update to 0.9.11.
...
Changes: http://www.elasticsearch.org/downloads/0-90-11/
2014-02-12 16:48:32 +00:00
Pietro Cerutti
791b25416d
- Add dependency on graphviz when building the documentation
2014-02-12 16:11:06 +00:00
Mathieu Arnold
33ab73cd19
Fix old makeplist bug.
...
Pointy hat to: people who blindly use makeplist
Sponsored by: Absolight
2014-02-12 14:03:25 +00:00
Martin Wilke
8d90b469ba
- Stage support
2014-02-12 07:07:09 +00:00
Martin Wilke
4f646be058
- Stage support
2014-02-12 07:06:30 +00:00
Matthias Andree
ece255e47a
Fix catalog file name in pkg-install.in, fixing polkit build.
...
Add a safety check so we don't add non-existent catalogs there.
Convert to staging.
2014-02-11 23:50:01 +00:00
Baptiste Daroussin
f14ccfe17b
Fix build with clang 3.4
...
Submitted by: dim
2014-02-11 22:56:50 +00:00
Pawel Pekala
9591d8bafc
Update to version 1.13
...
This new version mainly improves accuracy when matching on the code of complex
projects. It also contains some bugfixes and an improvement to the Vim plugin.
2014-02-11 16:36:09 +00:00
Martin Wilke
64018917d2
- Stage support
2014-02-11 13:44:36 +00:00
Martin Wilke
97097ef9cf
- Stage support
2014-02-11 13:44:09 +00:00
Frederic Culot
4c258046ef
- Update to 1.03 [1]
...
- Update MASTER_SITES, MAINTAINER's address, and WWW link [1]
- Add LICENSE (BSD 2-Clause) [1]
- Support staging
PR: ports/186634 [1]
Submitted by: Michael S. Sanders <email@freebsd.hypermart.net> (maintainer)
2014-02-11 12:45:56 +00:00
Mark Murray
f28a05d93d
Fix to add staging support.
...
While I'm here, fix compilation; subtracting 2 pointers on a 64-bit
machine gives something the same size as a size_t.
Refactor the patches by using 'make makepatch'.
PR: 186604
Submitted by: Mikhail - mp39590 gmail com
2014-02-10 21:31:14 +00:00
Antoine Brodin
17231bb963
- Update to 1.8.3
...
- Do not override DOCSDIR, mva@'s upcoming patch will do that better soon
2014-02-10 17:53:08 +00:00
Sunpoet Po-Chuan Hsieh
3b0c0c7cf7
- Update to 2014.02.09
2014-02-10 17:29:32 +00:00
Sunpoet Po-Chuan Hsieh
881a7f11a8
- Update to 2014.02.09
2014-02-10 17:29:27 +00:00
Sunpoet Po-Chuan Hsieh
b2ee147be9
- Update to 2014.02.09
2014-02-10 17:29:21 +00:00
Ruslan Makhmatkhanov
99df9f7f5b
- update to 0.16.4
...
PR: 186605
Submitted by: Piotr Rybicki <meritus@innervision.pl> (maintainer)
2014-02-10 14:46:25 +00:00
Emanuel Haupt
5005b67362
According to the Porter's Handbook (5.12.2.3.) default options must be added to
...
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org , kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed
Back to the futur
2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5
Mark as deprecated unmaintained ports for which no public distfiles are
...
available for part or all the needed distfiles.
Reported by: distillator
2014-02-10 12:58:54 +00:00
Frederic Culot
4b38bfdebd
- Update to 1.05
...
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/Pod-Escapes/Changes
2014-02-10 08:56:36 +00:00
Frederic Culot
99cfc34769
- Update to 2.0
...
- Support stagedir
Changes: https://pypi.python.org/pypi/trans#changelog
PR: ports/185961
Submitted by: Eero Hanninen <fax@nohik.ee>
Approved by: d.pryadko@rambler-co.ru (maintainer timeout, >14 days)
2014-02-10 08:18:31 +00:00
Martin Wilke
25a7b0420f
- Stage support
2014-02-10 07:15:39 +00:00
Ruslan Makhmatkhanov
f029546b2c
- do not use easy_install, convert to auto-generated packing list
...
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION
2014-02-09 23:13:52 +00:00
Antoine Brodin
56a322f266
- Remove infozip dependency
...
- Simplify installation using COPYTREE_SHARE
- Replace broken plist generation with PORTDATA=*
2014-02-09 11:47:22 +00:00
Martin Wilke
ce43554396
- Stage support
2014-02-09 10:31:35 +00:00
Martin Wilke
d0f7182a2c
- Stage support
2014-02-09 10:31:12 +00:00
Martin Wilke
6c964e358d
- Stage support
2014-02-09 10:30:51 +00:00
Kubilay Kocak
eb3e3e24eb
[NEW PORT] textproc/py-regex: Alternative regular expression module
...
This new regex implementation is intended eventually to replace Python's
current re module implementation.
WWW: https://pypi.python.org/pypi/regex
PR: ports/186029
Submitted by: Eero Hänninen <fax@nohik.ee>
2014-02-09 08:48:25 +00:00
Mathieu Arnold
3cd691f684
Fix plist.
...
Noticed by: antoine via pkg-fallout
Pointy hat to: mat
Sponsored by: Absolight
2014-02-09 00:22:45 +00:00
Emanuel Haupt
7ad0a133af
Support staging
2014-02-08 22:18:16 +00:00
Emanuel Haupt
65b32bc188
- Support staging
...
- Add LICENSE
2014-02-08 22:14:29 +00:00
Sunpoet Po-Chuan Hsieh
8d40d7b1ce
- Add LICENSE
2014-02-08 17:20:00 +00:00
Martin Wilke
7ba93a2495
- Stage support
...
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION
2014-02-08 15:40:12 +00:00