summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 4.3.4Matthew Seaman2014-12-292-3/+3
| | | | | | This is a routine bugfix update Change Log: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/4.3.4/phpMyAdmin-4.3.4-notes.html/view
* databases/py-PyGreSQL: fix fetch, convert to USESRuslan Makhmatkhanov2014-12-291-4/+3
|
* databases/py-MySQLdb56: fix typoRuslan Makhmatkhanov2014-12-291-1/+1
|
* math/p5-Math-Int128: 0.15 -> 0.17Kurt Jaeger2014-12-292-4/+3
| | | | | | - Better compiler detection on i386 - Some left/right shift fixes http://cpansearch.perl.org/src/DROLSKY/Math-Int128-0.17/Changes
* Update to 4.8.2.Raphael Kubo da Costa2014-12-292-3/+3
|
* Update to 1.4.3 and 1.4.99.3Baptiste Daroussin2014-12-294-6/+6
| | | | | | | | Changes: - Fix integrity check in multi repository - Document CONSERVATIVE_UPGRADE - Document repository priority - Do not duplicate replacement request
* Update to version 1.17.23Pawel Pekala2014-12-293-3/+9
|
* Check for WITH_DEBUG when changing INSTALL_TARGET.Raphael Kubo da Costa2014-12-291-2/+4
| | | | | | | | | | | | | We have the same problem described in https://reviews.freebsd.org/D875: > bsd.ports.mk sets STRIP= after all Uses files have been processed > initially. If you have WITH_DEBUG=yes set, cmake's INSTALL_TARGET has been > set already to install/strip, before STRIP is reset. In other words, INSTALL_TARGET would always be set to "install/strip" even when WITH_DEBUG was set. Since we do not use USES=cmake here the fix (check for WITH_DEBUG besides evaluating STRIP) needs to be duplicated in the Makefile.
* - Bump PORTREVISION to match master port (mail/mutt) and remove false alarm ↵Sunpoet Po-Chuan Hsieh2014-12-291-1/+1
| | | | of "pkg audit"
* Update emulators/i386-wine to 1.6.2_9.David Naylor2014-12-294-64/+82
| | | | | | | | Changes: - Fix install conflicts [1] (for the "newly" added compholio port) - Reduce diff between i386-wine and i386-wine-devel: - Add support for sub-ports (unused by this port) - Update OSVERSION constraints
* When using the old command line syntax with net/freerdp, it willJimmy Olgeni2014-12-292-0/+15
| | | | | | | | | suggest to upgrade a few parameters; the suggestion for "/network [value]" should actually be "/network:[value]". PR: 191861 Submitted by: olgeni Approved by: maintainer timeout
* textproc/py-wtforms: update to 2.0.1Ruslan Makhmatkhanov2014-12-292-5/+27
| | | | | | | | | | | - update to 2.0.1 - add license file - add tests support - install documentation PR: 195991 Submitted by: rm (myself) Approved by: maintainer timeout (2 weeks)
* License is actually LGPL20 (June 1991).Jimmy Olgeni2014-12-291-1/+1
|
* Update to 0.38.Mathieu Arnold2014-12-292-4/+3
| | | | Sponsored by: Absolight
* Update to 1.41.MANTANI Nobutaka2014-12-292-4/+3
|
* Put sites that redirect to the nearest mirror first in MASTER_SITE_SAVANNAHTijl Coosemans2014-12-291-2/+3
|
* Fix after r375786.Mathieu Arnold2014-12-291-2/+4
| | | | Sponsored by: Absolight
* Allow building WITH=SLANG when the compiler does not add -I${LOCALBASE}.Mathieu Arnold2014-12-291-1/+1
| | | | Sponsored by: Absolight
* Allow the use of opt_ENABLE= foo=/bar to work like opt_WITH.Mathieu Arnold2014-12-291-1/+1
| | | | Sponsored by: Absolight
* textproc/p5-Lingua-EN-Numbers-Easy: Update version 2009110701=>2014120401Muhammad Moinur Rahman2014-12-292-4/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1393 Approved by: marino(mentor)
* textproc/p5-XML-Generator-PerlData: Update version 0.91=>0.93Muhammad Moinur Rahman2014-12-292-5/+4
| | | | | Differential Revision: https://reviews.freebsd.org/D1391 Approved by: marino(mentor)
* Update to 5.6.4 release.Alex Dupre2014-12-292-3/+3
|
* Update to 5.5.20 release.Alex Dupre2014-12-292-3/+3
|
* Update to 5.4.36 release and drop broken fpm-ipv6 patch.Alex Dupre2014-12-293-223/+4
| | | | If you need it, update to php 5.6 (that will be the default one soon) or 5.5.
* Update to version 3.8.7.4Thomas Zander2014-12-292-4/+4
| | | | | PR: 196294 Submitted by: pavelivolkov@gmail.com (maintainer)
* Automated Reasoning Engine and Flow Based Programming FrameworkMarcus von Appen2014-12-295-0/+244
| | | | | | | | | | | IoFlo is a magically powerful open interoperable software framework that enables non experts to intelligently automate their own programmable world. WWW: http://ioflo.com WWW: http://github.com/ioflo/ioflo PR: 194891 Submitted by: Christer Edwards (christer.edwards@gmail.com)
* Update to version 3.8.7.4Thomas Zander2014-12-292-4/+4
| | | | | | PR: 196275 Submitted by: rsimmons0@gmail.com Approved by: pavelivolkov@gmail.com (maintainer)
* audio/ncmpcpp: Update to 0.6.2Johannes Jost Meixner2014-12-296-73/+39
| | | | | | | | | | | | | | | | | | | | | - Remove broken MASTER_SITES - Force a C++11 compiler and stdlib - Add dependency to devel/boost-libs - Force BOOST_LIB_SUFFIX to be empty (required for configure) - Enable UTF8 by default (most music collections nowadays have files with utf-8 encoded names and tags) - Enable TAGLIB by default (taglib is nice to have but adds a dependecy to the rather small audio/taglib) - Do not install ${DOCSDIR}/keys since it was removed - Install ${DOCSDIR}/ncmpcpp-completion.bash and ${DOCSDIR}/bindings - Update pkg-message - Remove files/patch-src__visualizer.h since it's not needed any more PR: 195070 Differential Revision: https://reviews.freebsd.org/D1325 Submitted by: yamagi@yamagi.org Approved by: maintainer timeout (4 weeks) Approved by: koobs (mentor)
* mail/imapsync: 1.592 -> 1.607Kurt Jaeger2014-12-292-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Changes: - Folders showed also in utf8. - Caveat to upgrade on Unix!: New Unicode::String Perl module dependency, for utf8 output. See the INSTALL file. - Enhancement: Added --skipemptyfolders to skip syncing empty host1 folders. They are not created on host2. - Usability: Remove /x from regexes applied with --include and --exclude. Blanks no longer have to be explicit with \ or [ ]. - Usability: Added utf8 output for folder names, protocol native utf7imap special characters are not user friendly readable - Usability: Moved foldersizes output after folders lists output. - Usability: Added total size transferred after each message copied. - Usability: After ETA, added number of total to be synced, as a denominator dddd after each message copied, like nnn/dddd where nnn is the number of messages copied. Before there was only nnn without /dddd. - Bug fix: Added several checks if IsUnconnected. Goal avoid imap commands while disconnected. Reconnexion would be better anyway. PR: 196341 Submitted by: mp39590@gmail.com
* - Upstream versions of mplayer and ffmpeg as of 2014-12-23Thomas Zander2014-12-2911-193/+85
| | | | | | | | | | | - Remove the following OPTIONS: - MEMALIGN (now used by default where supported) - PROFILE (shaky, unreliable, rarely used, nigh unsupportable) - DIRAC (codec support only via libschroedinger) - Default-depends on external libdvdnav (mplayer no longer bundles internal dvd support libraries) - Simplify CFLAGS handling - Use -mstack-alignment=16 -mstackrealign on clang / i386
* benchmarks/siege: update version 3.0.8 => 3.0.9Muhammad Moinur Rahman2014-12-292-3/+3
| | | | | Differential Revision: https://reviews.freebsd.org/D1389 Approved by: bapt(mentor), marino(mentor)
* devel/py-checkmanifest: Rename port, Update to 0.22Kubilay Kocak2014-12-297-12/+21
| | | | | | | | | | | | | | | | | | | | | | - Move py-checkmanifest to py-check-manifest [1] ala upstream name. - Update devel/Makefile - Add MOVED entry While I'm here: - Update to 0.22 - Add LICENSE_FILE - Add TEST_DEPENDS and regression-test: target - Use a single line for PORTDOCS - Update (prettify) pkg-descr Changes: * https://github.com/mgedmin/check-manifest/blob/0.22/CHANGES.rst [1] https://pypi.python.org/pypi/check-manifest Approved by: maintainer (via IRC)
* The uuid package generates and inspects UUIDs based on RFC 4122 andJun Kuriyama2014-12-295-0/+45
| | | | | | DCE 1.1: Authentication and Security Services. WWW: https://code.google.com/p/go-uuid/
* - Updated to latest version (20111128) and other improvements.Jun Kuriyama2014-12-299-140/+165
| | | | | PR: ports/195766 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
* - Update to 2014.10Li-Wen Hsu2014-12-292-3/+3
|
* Over to garga@.Wesley Shields2014-12-292-2/+2
| | | | I don't have the cycles to handle these higher profile ports anymore.
* - Fix reporting files that should be removed manuallyDmitry Marakasov2014-12-293-21/+9
| | | | - Drop @dirrm* from plist
* - Fix reporting files that should be removed manuallyDmitry Marakasov2014-12-293-6/+8
| | | | - Drop @dirrm* from plist
* - Update to 0.61Dmitry Marakasov2014-12-292-3/+3
|
* - Fix installDmitry Marakasov2014-12-294-11/+16
| | | | | - Fix timidity directory - Add pkg-message with information on timidity configuration
* - Simplify plist handlingDmitry Marakasov2014-12-292-36/+16
| | | | - Use new options features and improve options grouping logic
* - Fix dependent ports, they should not depend on directoryDmitry Marakasov2014-12-293-4/+5
|
* - Update to 0.4.11Dmitry Marakasov2014-12-292-5/+4
|
* - Update to 0.4.11Dmitry Marakasov2014-12-292-5/+4
|
* - Update to 0.5.1Dmitry Marakasov2014-12-293-6/+7
|
* Add patch to fix the build on 8.4-i386.Raphael Kubo da Costa2014-12-281-0/+21
| | | | Include <climits> for LLONG_MIN. All other architectures and versions are OK.
* Set CHOSEN_COMPILER_TYPE for USES=compiler:gcc-c++11-libAntoine Brodin2014-12-281-0/+1
| | | | | | PR: ports/196111 Submitted by: Jan Beich With hat: portmgr
* - Update to version 1.0.0hPawel Pekala2014-12-282-4/+6
| | | | | | | - Add LICENSE PR: 196223 Submitted by: maintainer
* Fix CONFLICTS_INSTALL for wine-devel and related ports.David Naylor2014-12-285-6/+17
| | | | | | | | | | Changes: - Fix install conflicts [1] (for the "newly" added compholio port) - nvidia.sh: Gracefully handle a corrupt nVidia tarball - nvidia.sh: Provide checksum and size information for nVidia tarball - Bump master port [1] due to changes to nvidia.sh and conflicts Approved by: gerald@ [1]
* Mark deprecated. In audio/abcde dependency has been changedGrzegorz Blach2014-12-281-0/+3
| | | | to audio/py-eyed3.