Martin Wilke
b5b8302d7f
- Update to 5f1
...
PR: 178869
Submitted by: ports fury
2013-05-28 13:46:00 +00:00
Anton Berezin
71dcb75ae6
Downgrade to 2.0802. Bump PORTEPOCH.
...
The 2.1001 version was released as a "stable" release by mistake.
Before the real 2.10XX appears, there will be several 2.09XX-TRIAL releases,
which are not meant to be used in production.
Discussed with: perl@, wen@, lbr
2013-05-28 11:39:53 +00:00
Baptiste Daroussin
02b7b4859a
Add an explicit dependency on pkgconf
...
While here remove the post-patch target in favour of using shebangfix
2013-05-28 09:37:57 +00:00
Baptiste Daroussin
2d91087887
Add an explicit build dep on pkgconf
2013-05-28 09:33:29 +00:00
Emanuel Haupt
794b49d028
Rework previous commit. The problem is not clang 3.3 but rather the fact that
...
with 1000024 CC became 'cc' rather than 'clang'.
2013-05-28 09:27:19 +00:00
Emanuel Haupt
16bdd1c586
Handle clang 3.3 fallout. I wish we had a __FreeBSD_version tag from when the
...
clang 3.3 import happened, that way we wouldn't have to resort to such hacks.
2013-05-28 09:12:07 +00:00
Martin Wilke
0b457cd4c0
- Update to R46
2013-05-28 08:41:18 +00:00
Martin Wilke
3cb1b61453
- Update to 3.0.1
2013-05-28 08:40:58 +00:00
Martin Wilke
6b4a990952
- Update to 1.4.0
2013-05-28 08:40:26 +00:00
Anton Berezin
44581518d8
Update to 0.18.
...
Changes: http://search.cpan.org/dist/HTTP-Async/CHANGES
2013-05-28 08:24:23 +00:00
Emanuel Haupt
20fc90f247
Update to 4.1.5
...
PR: 179039
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
2013-05-28 08:05:48 +00:00
Martin Wilke
268d40cce4
- Update to 0.17
...
PR: 178961
Submitted by: maintainer
2013-05-28 05:54:52 +00:00
Martin Wilke
a626590c28
- Update to 196
...
PR: 178960
Submitted by: maintainer
2013-05-28 05:53:58 +00:00
Martin Wilke
b299f8391a
- Update to 0.5.6
...
PR: 178880
Submitted by: marck@
2013-05-28 05:51:28 +00:00
Martin Wilke
081667bd3f
- Update to 1.13
...
PR: 178876
Submitted by: Ports Fury
2013-05-28 05:50:55 +00:00
Steve Wills
9408d33b1b
- Update Ruby 2.0.0 to p195
...
- Disable dtrace support on powerpc [1]
PR: ports/177485 [1]
Reported by: Justin Hibbits <jrh29@alumni.cwru.edu> [1]
2013-05-28 00:46:32 +00:00
Barbara Guida
91b5dba64f
Update Firebug to 1.11.4
...
Approved by: flo, rene (mentors)
2013-05-27 23:13:06 +00:00
Jun Kuriyama
a3312a1051
- Upgrade to 1.9.0.
...
Submitted by: L Campbell lcampbell@uncod.in
2013-05-27 22:32:14 +00:00
Steve Wills
d38ab88e88
- Fix incorrect portmaster instructions for ruby update
2013-05-27 21:44:32 +00:00
William Grzybowski
bba50343ec
- Update to 1.4.1
...
Changes: https://github.com/jech/babeld/blob/47ef5722/CHANGES
PR: ports/179008
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by: jpaetzel (mentor)
2013-05-27 20:22:55 +00:00
Rene Ladan
452b97bb0f
Fix build with GCC 4.7
...
Submitted by: Michael Moll via github (pull request #1 )
2013-05-27 19:56:17 +00:00
Carlo Strub
a2e82bc956
- Fix to work with Ruby 1.9
...
- Use better macro/function/class for Ruby 1.9 and later.
- Use OPTIONS instead of NOPORTDOCS.
PR: ports/178022
Submitted by: Hiroyuki Iwatsuki <don@na.rim.or.jp> (maintainer)
2013-05-27 19:52:00 +00:00
Boris Samorodov
6e90c6850e
. add LICENSE=GPLv2;
...
. bump PORTREVISION;
. trim Makefile headers;
. remove the indefinite article from COMMENT;
. define PLIST_FILES and PORTDOCS at makefile;
. remove pkg-plist;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS.
2013-05-27 19:46:50 +00:00
Pawel Pekala
211362fe2a
- Update to version 1.16.10
...
- Sort plist
- Trim Makefile header
2013-05-27 19:39:04 +00:00
Boris Samorodov
0b3e9314f9
. add LICENSE=GPLv2;
...
. remove shlib ABI version number from LIB_DEPENDS;
. bump PORTREVISION;
. trim Makefile headers;
. define PORTDOCS at Makefile;
. remove PORTDOCS lines from pkg-plist;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use plain install instead .for loops.
2013-05-27 19:15:03 +00:00
Boris Samorodov
6fa20c4a8c
. add LICENSE=GPLv2;
...
. remove shlib ABI version number from LIB_DEPENDS;
. bump PORTREVISION;
. trim Makefile headers;
. define PORTDOCS at Makefile;
. remove PORTDOCS lines from pkg-plist;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use plain install instead .for loops.
2013-05-27 19:01:46 +00:00
Steve Wills
53220b9083
- Add patch to work correctly with ruby19
...
PR: ports/177883
Submitted by: Rainer Duffner <rainer@ultra-secure.de>
Obtained from: https://github.com/ruby-ldap/ruby-net-ldap/pull/41/files (upstream)
2013-05-27 18:53:17 +00:00
Antoine Brodin
1d7185ca93
- Randomize starting player [1]
...
- Trim Makefile header
- Unbreak with clang using -Wno-error=return-type (this is early K&R code)
- Respect PREFIX
PR: ports/171792 [1]
Submitted by: David Wolfskill [1]
Approved by: eadler (mentor)
2013-05-27 17:49:44 +00:00
Boris Samorodov
7c22b24e8b
. add LICENSE=GPLv2;
...
. bump PORTREVISION;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. trim Makefile headers;
. add PLIST_FILES and PORTDOCS;
. remove pkg-list.
2013-05-27 17:18:29 +00:00
Boris Samorodov
5d7a395ceb
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
...
. trim Makefile headers.
2013-05-27 16:54:49 +00:00
Boris Samorodov
ea0fd29c53
. remove LICENSE_FILE of a standard one (GPLv2);
...
. remove the indefinite article from COMMENT.
2013-05-27 16:48:01 +00:00
Dmitry Marakasov
92244e74fd
Osmium is a C++ framework for working with OSM data files. Osmium
...
can read OSM data in XML or binary format (PBF) and can call different
handlers for each OSM object.
WWW: http://wiki.openstreetmap.org/wiki/Osmium
2013-05-27 16:47:39 +00:00
Dmitry Marakasov
060047221e
- Add relecavat geography category
2013-05-27 16:46:45 +00:00
Boris Samorodov
fe208258b2
. remove LICENSE_FILE of a standard one (GPLv2);
...
. trim Makefile Headers;
. remove the indefinite article from COMMENT.
2013-05-27 16:41:53 +00:00
Baptiste Daroussin
08ae5aa617
Fix build with clang
2013-05-27 16:28:56 +00:00
Baptiste Daroussin
35a78cd58f
Fix build on HEAD by adding USE_GCC=any (uses nested functions)
2013-05-27 16:19:33 +00:00
Baptiste Daroussin
dc1da2948a
Fix build
2013-05-27 16:15:30 +00:00
Boris Samorodov
dd828aaece
. add LICENSE=GPLv2;
...
. bump PORTREVISION;
. trim Makefile headers;
. use NO_WRKSUBDIR=yes.
2013-05-27 16:14:55 +00:00
Baptiste Daroussin
ef030b5b2d
Fix build on HEAD by adding USE_GCC=any (uses nested functions)
2013-05-27 16:06:02 +00:00
Baptiste Daroussin
2454772094
Fix build on HEAD by adding USE_GCC=any (uses global register)
2013-05-27 16:04:02 +00:00
Boris Samorodov
1cb150a9fe
. trim Makefile headers;
...
. remove contiguous blank lines;
. remove space after a variable name;
. define PKG_PLIST and MAN8 at Makefile;
. remove pkg-plist (2 lines).
2013-05-27 15:59:44 +00:00
Baptiste Daroussin
c12574118d
Fix build on HEAD by adding USE_GCC=any (uses nested functions)
2013-05-27 15:58:14 +00:00
Baptiste Daroussin
e2b0d2b92a
Fix build on HEAD by adding USE_GCC=any (uses nested functions)
2013-05-27 15:56:54 +00:00
Baptiste Daroussin
d4dd694ee4
Fix build on HEAD by adding USE_GCC=any (uses nested functions)
2013-05-27 15:54:32 +00:00
Baptiste Daroussin
3aa096e668
Fix build on HEAD by adding USE_GCC=any (uses nested functions)
2013-05-27 15:52:35 +00:00
Boris Samorodov
e4def715f4
. remove shlib ABI version from LIB_DEPENDS;
...
. bump PORTREVISION;
. trim Makefile headers;
. remove standard DISTNAME.
2013-05-27 15:50:58 +00:00
Rene Ladan
53f9ce4161
Remove unneeded bmake compatibility code.
...
Submitted by: bapt
2013-05-27 15:45:47 +00:00
Andrej Zverev
8354592c63
- Use WWW: with a single space
...
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
PR: ports/178917
Submitted by: az
Approved by: oleg alexeenkov <proler@gmail.com> (maintainer)
2013-05-27 15:44:15 +00:00
Andrej Zverev
a8b39ee428
- remove my private site as temprory mirror
2013-05-27 15:41:16 +00:00
Boris Samorodov
203e83cc4d
. trim Makefile Headers;
...
. remove the indefinite article from COMMENT.
2013-05-27 15:39:59 +00:00