Matthew Seaman
1463026f8d
- Update to 0.17
...
ChangeLog: http://cpansearch.perl.org/src/TSIBLEY/RTx-Calendar-0.17/CHANGES
2013-08-02 05:47:41 +00:00
Baptiste Daroussin
1b28eff217
Fix build without gcc
2013-08-02 05:30:02 +00:00
Alexey Dokuchaev
b6d2252ce2
- Unbreak the build, sort the knobs, generally cleanup Makefile
...
- Convert pkg-plist into PLIST_FILES, PORTDOCS, and PORTEXAMPLES
- Sanitize installation procedure, improve files/pkg-message.in
- Reformat port description, point WWW to a more canonical URL
2013-08-02 05:06:26 +00:00
Kevin Lo
90dd978a7d
Update to 0.7
...
PR: ports/180993
Submitted by: r4721 at tormail.org
2013-08-02 04:54:11 +00:00
Alexey Dokuchaev
436e004c60
- Unbreak the build, convert USE_GMAKE, add missing OPTIONS_DEFINE
...
- Respect CC, generally cleanup Makefile and port description
2013-08-02 04:17:33 +00:00
Alexey Dokuchaev
c2068cf57e
- Unbreak parallel (-jX) builds by calling submakes correctly
...
- Remove non-working CENKES from MASTER_SITES
- Use newly proposed LIB_DEPENDS syntax
- Convert to OptionsNG, wrap one overly long line, misc. cleanups
NB: v0.30pl10 is available from upstream.
2013-08-02 03:50:46 +00:00
Alexey Dokuchaev
36c0a3939e
- Unbreak parallel (-jX) builds by removing bogus "clean" from ALL_TARGET
...
- Avoid using not-quite-compatible :L modifier in WRKSRC assignment
- Add LICENSE (GPLv2), properly define and handle portdocs and examples
- Generally clean up Makefile and port description while I am here
2013-08-02 02:50:14 +00:00
Kevin Lo
5554b09eab
Cosmetic change.
2013-08-02 01:25:23 +00:00
William Grzybowski
4022fc4079
ports-mgmt/portsreinstall: update to 3.0.3
...
- Update to 3.0.3
Changes:
- BUG FIX: Cleaning of distfiles before retrial of failed fetch was forgotten
PR: ports/180989
Submitted by: Mamoru Sakaue <sakaue.mamoru samurai.mwghennn.net> (maintainer)
2013-08-01 22:20:24 +00:00
Matthew Seaman
1d0998fe99
Convert all my perl-using ports to USES+=perl5
...
While here:
- add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex
- set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix
for www/rt40
- upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth
- trim Makefile header for www/p5-RTx-Calendar
2013-08-01 22:04:01 +00:00
Antoine Brodin
9ab6ddbd02
Fix libdasm without gcc
...
While here, add missing OPTIONS_DEFINE
2013-08-01 21:40:20 +00:00
Baptiste Daroussin
c1a6c67499
Fix build without gcc
2013-08-01 21:39:42 +00:00
Baptiste Daroussin
d370d5d7d4
Fix build without gcc
2013-08-01 21:38:39 +00:00
Baptiste Daroussin
dcc596b5a6
Fix build without gcc
2013-08-01 21:33:53 +00:00
Baptiste Daroussin
ed7057c1e5
Properly fix build with clang
...
Fix build without gcc
2013-08-01 21:25:35 +00:00
Baptiste Daroussin
cb10f9c121
Fix build without gcc
2013-08-01 21:21:30 +00:00
Baptiste Daroussin
d9933c953c
Fix build with newer binutils
2013-08-01 21:11:57 +00:00
Baptiste Daroussin
dc95b2ecfa
Remove USE_GCC=any It now builds properly with clang while it doesn't build with gcc46
...
which USE_GCC=any implies if world is built WITHOUT_GCC
2013-08-01 21:02:17 +00:00
Baptiste Daroussin
f5a529c71f
Fix build with newer binutils
2013-08-01 20:45:53 +00:00
Remko Lodder
7b81dc5d5d
Forgot to bump the version in the previous commit. Eventhough
...
this is a minor change, it's still new and should tell people
that they can upgrade to this version.
Hat: secteam
2013-08-01 20:41:31 +00:00
Remko Lodder
c6e25facfb
Fix minor typo while investigating this file for a PR.
2013-08-01 20:32:22 +00:00
Christian Weisgerber
9c7a77ab1e
For all my ports
...
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
2013-08-01 20:22:27 +00:00
David Naylor
51688d427c
Update deskutils/plamsa-applet-cwp to 1.8.1.
...
ChangeLog:
- xml: wetter.com: fixes (thanks to Evi1M4chine).
Weather icons from weather provider should be
preferred over system icons!
- xml: [in,espanol,uk].weather.com: UV index fixed
2013-08-01 19:44:38 +00:00
Olivier Duchateau
33847e02b7
- Update to 1.3.2
2013-08-01 19:11:35 +00:00
Remko Lodder
153551ecfe
Add support for an alternative openssl location, for example when installed
...
via the Ports Collection.
PR: 166561
Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru>
2013-08-01 19:03:40 +00:00
David Naylor
3103c35e99
Update lang/pypy to 2.1.b2.
...
Highlights:
* Support for os.statvfs and os.fstatvfs on unix systems.
* Fixed issue 1533: fix an RPython-level OverflowError for
space.float_w(w_big_long_number).
* Fixed issue 1552: GreenletExit should inherit from BaseException.
* Fixed issue 1537: numpypy __array_interface__
* Fixed issue 1238: Writing to an SSL socket in pypy sometimes failed with a
"bad write retry" message.
* distutils: copy CPython's implementation of customize_compiler, dont call
split on environment variables, honour CFLAGS, CPPFLAGS, LDSHARED and
LDFLAGS.
* During packaging, compile the CFFI tk extension.
2013-08-01 18:47:43 +00:00
Remko Lodder
6ce9fb0223
Modify the latest puppet entry. Because the matching of the version everything
...
below 3.2.2 was a match, including all 2.7.x versions. It also appears that
there is no puppet27 version, just puppet-2.7.x and puppet-3.2.x instead.
Bump modification date.
PR: 180958
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp>
2013-08-01 18:43:48 +00:00
Mathieu Arnold
d68253e6ca
(Readdition of mail/bulk_mailer which was removed on 306404)
...
Readd bulk_mailer 1.13, speeds delivery to mailing lists by sorting &
batching addresses.
2013-08-01 18:02:04 +00:00
Baptiste Daroussin
2609263fed
Fix typo
2013-08-01 17:54:38 +00:00
Alexander V. Chernikov
902ce1ba7f
Do proper primary IP selection.
...
Do not strip binaries explicitly.
Bump revision.
Approved by: vsevolod
2013-08-01 16:25:09 +00:00
William Grzybowski
9ff74d0602
mail/roundcube-contextmenu: update to 1.10
...
- Update to 1.10
Changes:
https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/blob/master/CHANGELOG
PR: ports/180965
Submitted by: Alexander Moisseev <moiseev mezonplus.ru> (maintainer)
2013-08-01 15:43:22 +00:00
Christian Weisgerber
487ff2e2b2
Simplify by dropping support for FreeBSD prior to 8.0-RELEASE.
2013-08-01 15:40:49 +00:00
William Grzybowski
3b3d8176a2
net/quagga: update to 0.99.22.3
...
- Update to 0.99.22.3 [1]
- USES gmake
- Remove useless options include
Changes: http://savannah.c3sl.ufpr.br//quagga/quagga-0.99.22.3.changelog.txt
PR: ports/180962 [1]
Submitted by: Kurt Jaeger <fbsd-ports opsec.eu>
Approved by: maintainer
2013-08-01 15:35:53 +00:00
William Grzybowski
f250546072
deskutils/egroupware: update to 1.8.004.20130727
...
- Update to 1.8.004.20130727
Changes:
http://svn.stylite.de/viewvc/egroupware/branches/1.8/egroupware/doc/rpm-build/debian.changes?revision=43244&view=markup
PR: ports/180978
Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com> (maintainer)
2013-08-01 14:56:44 +00:00
William Grzybowski
8f805c6c15
comms/xlog: update to 2.0.10
...
- Update to 2.0.10
Changes: http://xlog.nongnu.org/xlog.changelog
PR: ports/180975
Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com> (maintainer)
2013-08-01 14:52:58 +00:00
William Grzybowski
7cde621c46
ports-mgmt/xps: update to 0.5.2
...
- Update to 0.5.2
- Set WWW to new upstream
Changes: https://github.com/serpent7776/xps/commits/master
PR: ports/180972
Submitted by: Serpent <serpent7776 gmail.com> (maintainer)
2013-08-01 14:39:03 +00:00
Philippe Audeoud
8911330cd6
- Update to 1.15
...
- Convert to new perl5 framework
- Pet portlint
- Changelog: http://cpansearch.perl.org/src/MEWP/DBD-Sybase-1.15/CHANGES
2013-08-01 13:49:39 +00:00
Philippe Audeoud
41a7575ad2
- Update to 1.40
...
- Convert to new perl5 framework
- Changelog: http://cpansearch.perl.org/src/ISHIGAKI/DBD-SQLite-1.40/Changes
2013-08-01 13:37:21 +00:00
Philippe Audeoud
49e7ce127e
- Update to 0.41
...
- Convert to new perl5 framework
- Changelog: http://cpansearch.perl.org/src/HMBRAND/DBD-CSV-0.41/ChangeLog
2013-08-01 13:28:58 +00:00
Frederic Culot
80940a970f
- Update to 0.22
...
- Convert to new Uses/perl5.mk framework
Changes: http://search.cpan.org/dist/CPAN-Changes/Changes
2013-08-01 13:28:30 +00:00
Philippe Audeoud
fc53f40978
- Update to 1.6
...
- Convert to new perl5 framework
- Changelog: http://cpansearch.perl.org/src/RBUELS/Bio-GFF3-1.6/Changes
2013-08-01 13:15:48 +00:00
Frederic Culot
64740ac72f
- Update to 0.007
...
- Convert to new Uses/perl5.mk framework
Changes: http://search.cpan.org/dist/CPAN-Meta-Check/Changes
2013-08-01 13:11:43 +00:00
Mathieu Arnold
ba2618cd9d
Document the new bsd.options.mk knobs.
...
PR: ports/180949
Submitted by: mat
Approved by: bapt
2013-08-01 12:32:52 +00:00
Baptiste Daroussin
ff49338863
Fix build without gcc
2013-08-01 11:57:14 +00:00
Kevin Lo
468d53e351
Import Android adb tool.
...
Android Debug Bridge (adb) is a versatile command line tool that
lets you communicate with an emulator instance or connected
Android-powered device.
2013-08-01 10:05:27 +00:00
Kubilay Kocak
1abe3f88a2
sysutils/moreutils-parallel: Update to 0.49
...
- Update to 0.49
Changes:
* ts: Fix timezone used with -i
* errno, isutf8: Fix zero-termination of option list, which couldlead to
getopt crash
Approved by: eadler (maintainer)
2013-08-01 09:16:04 +00:00
Baptiste Daroussin
e6e31ce3cd
Fix without gcc
2013-08-01 08:07:46 +00:00
Baptiste Daroussin
eb01dde2db
Fix without gcc
2013-08-01 06:46:31 +00:00
Baptiste Daroussin
b95a7256fe
Fix without gcc, cleanup a bit
2013-08-01 06:43:44 +00:00
Guido Falsi
03ba652f37
- Add MAN8 pages forgotten in previous commit
...
Reported by: Ports-QAT
2013-08-01 06:43:32 +00:00