| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
- Strip cgi binary
- Switch to PORTDOCS
PR: ports/187211 [1]
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Remove non working patch for py-lockfile (upstream has fixed it now)
- Pet portlint
PR: ports/187355
Submitted by: myself
Approved by: maintainer timeout (2 weeks)
|
|
|
|
| |
- Use shebangfix
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE [1]
- Don't strip binaries, this fixes [2]
- Fix COMMENT
PR: ports/187250 [1]
ports/186613 [2]
Submitted by: Alexandre Perrin <alex@kaworu.ch> [1]
Approved by: maintainer timeout
|
|
|
|
|
|
|
|
|
| |
help re@ track release notes candidates.
- Bump PORTREVISION.
Discussed with: re
Reviewed by: bdrewery
Sponsored by: The FreeBSD Foundation
|
| |
|
|
|
|
|
| |
- Update to 2.1
- Limit USE_PYTHON to 2.x
|
|
|
|
|
|
|
|
|
| |
- Depend on security/ca_root_nss in path independent way
- Convert gnomehack to pathfix
- Strip libraries
PR: ports/187704 [1]
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
installers based on puppet modules.
WWW: https://github.com/theforeman/kafo
PR: ports/187776
Submitted by: Michael Moll <kvedulv at kvedulv.de>
|
|
|
|
|
|
|
|
|
| |
and conditions of parameters from your puppet modules.
WWW: https://github.com/theforeman/kafo_parsers
PR: ports/187775
Submitted by: Michael Moll <kvedulv at kvedulv.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update Firefox ESR to 24.4.0
- Update Thunderbird to 24.4.0
- Update NSPR to 4.10.4
- Update NSS to 3.15.5
- Switch GSTREAMER option for non-esr ports to depend on
multimedia/gstreamer1 [2]
- Switch to Uses/compiler.mk, defaults to lang/gcc47 on 8.x and 9.x
- Use port dependencies for libogg, libvorbis, libopus, harfbuzz, graphite2
- Enable readahead in url-classifier, asmjs, download resume like on Linux
- Build www/firefox and www/seamonkey faster using unified compilation
- Unbreak build on sparc64 [1]
- Workaround OPTIMIZED_CFLAGS startup crash on 8.x and 9.x
- OPTIMIZED_CFLAGS is enabled by default
- A few DEBUG build fixes
- Add clang 3.2/3.3/3.4 workarounds for i386
- Mention known GSTREAMER issue in pkg-message
Submitted by: Jan Beich
PR: ports/186580 [1]
Requested by: kwm [2]
Security: http://www.vuxml.org/freebsd/610de647-af8d-11e3-a25b-b4b52fce4ce8.html
|
|
|
|
|
|
| |
PR: ports/187715
Submitted by: /me
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Return::Type allows you to specify a return type for your subs. Type constraints
from any Type::Tiny, MooseX::Types or MouseX::Types type library are supported.
The simple syntax for specifying a type constraint is shown in the "SYNOPSIS"
[1]. If the attribute is passed a single type constraint as shown, this will be
applied to the return value if called in scalar context, and to each item in the
returned list if called in list context. (If the sub is called in void context,
type constraints are simply ignored.)
[1] http://search.cpan.org/dist/Return-Type/lib/Return/Type.pm#SYNOPSIS
WWW: http://search.cpan.org/dist/Return-Type/
|
|
|
|
|
|
|
| |
- Add more TEST_DEPENDS
Changes: http://search.cpan.org/dist/Type-Tiny/Changes
http://search.cpan.org/dist/Type-Tiny/NEWS
|
| |
|
|
|
|
| |
than 0.040*
|
| |
|
|
|
|
|
|
|
|
|
|
| |
with tools to create a CLI runner, manage settings, and the ability to bootstrap
the process.
WWW: https://github.com/dcramer/logan
PR: ports/187690
Submitted by: Johannes Meixner <xmj@chaot.net>
|
|
|
|
| |
%%SITE_PERL%%/%%PERL_ARCH%%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
linux-libusb takes advantage of FreeBSD libusb(8) library, which got
prepared to work correctly within linux(4) emulation layer. It lets
you to take Linux binary linked with libusb.so and use it on
FreeBSD.
Additional information: This port has been prepared under FreeBSD
with kern.osreldate = 1000510. It relies on the fact the libusb(8)
API seems to be stable and no changes have been made to internal API
for a long time. If this assumption isn't true, port won't work.
Please submit bug report to the port maintainter in that case.
WWW: http://lists.freebsd.org/pipermail/freebsd-usb/2014-March/012854.html
PR: ports/146895 (older version)
Submitted by: wkoszek (PR), nox (self, this version)
|
|
|
|
| |
- Use libtool, strip libraries
|
|
|
|
| |
- Use libtool, strip libraries
|
|
|
|
| |
- Strip libraries
|
|
|
|
|
| |
- Use libtool, strip libraries
- No more examples, see the projects website if you need some
|
|
|
|
|
| |
- Use libtool, strip libraries
- No more examples, see the projects website if you need some
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a rather simplistic lexer and tokenizer for the RPSL language.
It currently does not validate the object in any way, it just tries
(rather hard) to grab the biggest ammount of information it can from the
text presented and place it in a Parse Tree (that can be passed to other
objects from the RPSL namespace for validation and more RFC2622 related
functionality).
WWW: http://search.cpan.org/dist/RPSL-Parser/
|
|
|
|
|
|
|
|
|
| |
match::simple provides a simple match operator |M| that acts like a sane subset
of the (as of Perl 5.18) deprecated smart match operator. Unlike smart match,
the behaviour of the match is determined entirely by the operand on the right
hand side.
WWW: http://search.cpan.org/dist/match-simple/
|
|
|
|
|
|
|
|
| |
Sub::Infix creates fake infix operators using overloading. It doesn't use source
filters, or Devel::Declare, or any of that magic. It's pure Perl, has no
non-core dependencies, and runs on Perl 5.8.
WWW: http://search.cpan.org/dist/Sub-Infix/
|
|
|
|
|
|
|
|
|
|
| |
- While I'm here:
- Use USES=tar:tgz
- Remove outdated IGNORE_WITH_PHP
Changes: http://pecl.php.net/package-changelog.php?package=pthreads
PR: ports/187694
Submitted by: John Chen <johnpupu@gmail.com> (maintainer)
|
| |
|
| |
|
|
|
|
| |
in the resulting libs. Explicitly disable this.
|
|
|
|
|
|
|
|
|
| |
in CLI applications.
WWW: https://github.com/busyloop/powerbar
PR: ports/187599
Submitted by: Michael Moll <kvedulv at kvedulv.de>
|
|
|
|
|
|
|
|
| |
- Use pydistutils
- Use autoplist
PR: ports/187583
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
|
|
|
|
|
|
|
|
| |
- Fixed port options
- Added LICENSE
PR: ports/187627
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
|
|
|
|
| |
PR: ports/187582
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
Iodef::Pb, which is useful to an array of IODEF protocol buffer objects
into things like tab-delimited tables, csv, and snort rules.
WWW: http://search.cpan.org/dist/Iodef-Pb-Simple/
PR: ports/187095
Submitted by: Paul Schmehl <pauls@utdallas.edu>
|
|
|
|
| |
- Use precise BSD licenses
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Fix options for DOCS installation
- Removed option for client port
PR: ports/187626
Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
|
|
|
|
|
| |
PR: ports/187625
Submitted by: Bartek Rutkowski <ports@robakdesign.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
- Add LICENSE information
- Add OPTION for NLS
- Convert to OptionsNG helpers
|
|
|
|
|
|
|
| |
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace
USE_GCC=4.7+ by USE_GCC=yes.
Approved by: portmgr (mat)
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Devel-Cover/Changes
|
| |
|
|
|
|
|
|
| |
2014-03-15 multimedia/linux_v4l2wrapper-kmod: Included now in all supported FreeBSD versions
2014-03-15 devel/sgl: S/W never progressed beyond incomplete graduate project; library was never properly built - not worth fixing
2014-03-15 palm/jpilot-db: No distfiles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Released on 2014-03-16.
* Added a version module with helper functions to check if shtk is a
given version or matches some constraints. Useful to dynamically
determine which functions to call in a script, if their need is
optional.
* Added timeout support to shtk_process_run. The new '-t' option to
this function takes the number of seconds before forcibly killing the
subprocess.
Approved by: bdrewery
|
|
|
|
|
| |
PR: ports/187592
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
|
|
|
|
|
|
| |
directories for changes. It's mostly implemented in C and uses the Win32 API
for a better performance.
WWW: https://github.com/Maher4Ever/wdm
PR: ports/187591
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
|
|
|
| |
WWW: http://rubygems.org/gems/rb-fsevent/
PR: ports/187587
Submitted by: Joseph Benden <joe@thrallingpenguin.com>
|
|
|
|
|
|
|
|
|
| |
(and fail)
- Bump PORTREVISION.
PR: ports/187609
Submitted by: nox (self, PR),
Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer, fix)
|
|
|
|
|
|
|
| |
After reporting the build issue of the Firebird SQL driver to the author,
a fix was introduced a couple of days later. I finally have time to
apply that repository fix. While here, fix it so the license can be
installed.
|
|
|
|
| |
Changes: https://github.com/guard/listen/releases
|
|
|
|
|
|
|
| |
- Use PORTEXAMPLES for example files
PR: ports/187598 [1]
Submitted by: maintainer
|
|
|
|
|
| |
clang 3.4 is pickier with the flags it accepts, and refuses to work with the
GCC-specific -fno-check-new.
|
|
|
|
|
|
|
|
|
|
| |
`devel/sdl12', `graphics/blender', and `multimedia/libav' ports they were
set incorrectly, which caused build failures of `devel/sdl12' without the
OpenGL, for example.
Also, while at it, in `multimedia/libmpeg2', fix sed(1) based patching to
produce more neat results, and use official spelling of MPEG abbreviation
in COMMENT (port description still needs cleaning up).
|
|
|
|
| |
With hat: portmgr
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/experimental/Changes
|
| |
|
|
|
|
|
|
|
| |
PR: 187423
Submitted by: mat
Approved by: maintainer
Sponsored by: Absolight
|
| |
|
|
|
|
|
| |
The standard target is amd64, not x86_64.
Support both though.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Add a patch to make gcc49 building this port
* Add EXAMPLES option
* Fix DOCS option
* Simplify installation, respect 80 columns
This means only gnatdroid-arm* depends on gcc47-aux now.
Everything else can be built with gcc49
|
|
|
|
|
| |
- Modernize Makefile
- Remove conflict with devel/jam
|
| |
|
|
|
|
|
|
|
|
|
|
| |
GPRBuild was previously based on the 2012 release, but it never should
have gone past the 2011 issue. GPRBuild needs to use the same sources as
the GNAT that builds it, but it was built with the embedded sources
instead. These "GPL" sources were ahead of the "FSF" sources, and
GPRBuild only worked by chance. Using the proper GNAT Sources (gnat_util)
resulted in build failure! Now gcc-aux has been updated and now
GPRBuild 2013 can be properly built with FSF GNAT 4.9 sources.
|
|
|
|
| |
Submitted by: jkim
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Import-Into/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Exporter-Tiny/Changes
|
|
|
|
| |
- Cleanup Makefile
|
|
|
|
|
| |
PR: ports/187427
Submitted by: Michael Moll <kvedulv@kvedulv.de>
|
|
|
|
|
| |
GCC had a couple of "ambiguous" complaints as well as an overlapping
variable used for both in and out. Fix these nits before gcc49 comes in.
|
|
|
|
|
|
|
|
| |
- Add initial arlcd config to boards.txt
- Clean up some gcc warnings
PR: ports/187460
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
|
| |
key/value stores.
WWW: http://www.yehudakatz.com
PR: ports/187480
Submitted by: renchap@cocoa-x.com
|
|
|
|
|
|
|
|
|
| |
The bindings are generated from API documentation using Apidoc tool.
WWW: https://github.com/theforeman/foreman_api
PR: ports/187483
Submitted by: Michael Moll <kvedulv@kvedulv.de>
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: tj@
|
|
|
|
|
|
|
| |
- Add an upstream patch to fix kmk_sed with GCC 4.7.
http://trac.netlabs.org/kbuild/ticket/112
http://trac.netlabs.org/kbuild/changeset/2727
|
|
|
|
|
|
|
|
|
|
| |
Works great in rails console, works on pure ruby objects, autodetects
columns and lets you traverse ActiveRecord associations.
WWW: http://tableprintgem.com/
PR: ports/ports/187483
Submitted by: Michael Moll <kvedulv@kvedulv.de>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
It handles parsing of command-line options, and generation of usage help.
WWW: https://github.com/mdub/clamp
PR: ports/ports/187483
Submitted by: ruby@FreeBSD.org
|
| |
|
|
|
|
| |
- Add LICENSE section
|
|
|
|
|
| |
- Add LICENSE section
- Use single space after WWW: in pkg-descr
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix recursive COMMENT
- Convert to USES=tar:xz
- Strip library
PR: ports/187430 [1]
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
- Convert to new USES flags
- Disable g-ir-scanner cache to not touch /root/.cache during build
|
|
|
|
| |
- Convert gmake to USES
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/187511
Submitted by: Volodymyr Kostyrko <arcade@b1t.name>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
createTempFile() creates a file like "/tmp//foo" but matchLibrary() returns
its real path, e. g., "/tmp/foo". java/openjdk7 does not have the problem.
- Remove redundant USE_GCC and support staging.
|
|
|
|
|
|
| |
- Add missing trie.a
Approved by: lattera@gmail.com (maintainer)
|
| |
|
|
|
|
|
|
|
| |
Avhen enables numerous style checks for the production build, but
unfortunately the "then placement" check fails on Ahven too. There
are at least two source files that need changing, so let's just
remove the checks completely. They are developer switches IMO.
|
|
|
|
|
|
|
| |
WWW: https://github.com/kindkid/open3_backport
PR: ports/186914
Submitted by: ports@robakdesign.com
|
|
|
|
|
|
|
|
|
| |
fetch, install, and isolate a project's dependencies, in Ruby.
WWW: https://github.com/applicationsonline/librarian
PR: ports/186912
Submitted by: ports@robakdesign.com
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This port has to be bumped for two reasons:
1) It should have been built in production mode across the board.
There are some style check failures that appear in "debug" mode
due to gcc49 checks being more strict that gcc47 checks. Those
issues aren't fixed, but simply hidden by switching to production
which was desired anyway.
2) The project logic was looking for "gnatgcc", a leftover from the
gnat-aux days. The gcc-aux compilers call their drivers "gcc" as
expected by gps. This removes the patch for gnatgcc since the
original code is correct.
|
|
|
|
|
|
|
|
|
|
| |
Part of florist is built with -gnatg which invokes style checking.
The upcoming GNAT compiler has stricter rules regarding the placement
of the "then" keyword. Florist was failing to build based on style
errors on gcc49. Patch this now on gcc47 to prepare for the Ada
compiler transition.
No bump; the code logic doesn't change.
|
| |
|
|
|
|
|
|
| |
- Rephrase reason and make it match between LEGAL and port's Makefile
Submitted by: eadler
|
| |
|
|
|
|
|
|
| |
PR: ports/187120
Submitted by: Takumi Takahashi <takumiiinn@gmail.com>
Approved by: "Fabian M. Borschel" <fmb@onibox.net> (maintainer)
|
| |
|
| |
|
|
|
|
| |
maintain them properly currently.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This forces git to use nl_langinfo() from libc instead of locale_charset()
from libiconv. (The latter is practically an alias for the first.)
PR: ports/187326
Approved by: wxs (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/namespace-clean/Changes
|
|
|
|
|
| |
PR: 187294
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Horde_ActiveSync 2.12.4 -> 2.13.0
Horde_Imap_Client 2.18.6 -> 2.19.0
Horde_Mime 2.2.9 -> 2.3.0
Horde_Timezone 1.0.4 -> 1.0.5
gollem 3.0.1 -> 3.0.2
groupware 5.1.3 -> 5.1.4
ingo 3.1.3 -> 3.1.4
kronolith 4.1.4 -> 4.1.5
mnemo 4.1.2 -> 4.1.3
nag 4.1.3 -> 4.1.4
turba 4.1.3 -> 4.1.4
webmail 5.1.3 -> 5.1.4
whups 3.0.0RC1 -> 3.0.0
|
|
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
|
|
|
|
|
|
| |
While here stagify.
PR: ports/186616 (based on)
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
|
|
|
|
| |
Reported by: makc@
|
|
|
|
| |
Reported by: makc@
|
| |
|
|
|
|
|
|
| |
- Use USE_GL=glu instead of USE_GL=gl glu
- Break lines around 80 characters
- Strip executables
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Attribute-Handlers/Changes
|
|
|
|
| |
- add LICENSE
|
|
|
|
| |
Changelog: http://search.cpan.org/dist/Data-Dumper/Changes
|
|
|
|
| |
- Strip executables
|
|
|
|
|
|
|
| |
:tu/:tl, 8.3 is still supported
until April 30 and it is the version on which 8.x packages are built on, it is important to keep
having it properly building
|
|
|
|
|
|
|
| |
- Pass maintainership to submitter
PR: ports/187371
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
|
|
| |
Approved by: maintainer (Naram Qashat <cyberbotx@cyberbotx.com>)
|
|
|
|
|
| |
While here, fix the options and make the COMMENT shorter.
To build on ada:49 will require patched source.
|
|
|
|
| |
Don't bump PORTREVISION, as no changes for anybody who could build it.
|
|
|
|
| |
Spotted by: sunpoet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a patch sent upstream that makes sure the bundled curl's include paths
are passed to the compiler before any other ones, since they could include
the system's curl include directory.
One way to trigger this was to build the port with security/openssl
installed: CMake would detect OpenSSL's include path (${LOCALBASE}/include)
and pass it to the compiler. If ftp/curl is also installed, the compiler
would end up picking its headers instead of the ones in cmcurl's own
directory.
Reported by: Terry Kennedy <terry@tmk.com>
MFH: 2014Q1
|
|
|
|
|
| |
- STAGE support
- Specify BSD license
|
|
|
|
| |
- Specify BSD license
|
| |
|
|
|
|
|
|
| |
PR: ports/187317
Submitted by: maintainer
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
|
|
| |
The default is off, which makes calls such as FILE(DOWNLOAD ...) from HTTPS
locations fail.
PR: ports/187374
MFH: 2014Q1
|
|
|
|
| |
since more than 12 years)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Nominally this should bring portability improvements except that it
introduces two problems on FreeBSD which we now have to patch locally:
. FreeBSD date does not feature the -r option GNU date does.
. makeinfo on FreeBSD before 10.x does not support @geq.
In addition the default for RCS_MEM_LIMIT has grown from 256kiB to
unlimited.
PR: 182809 (requested an update to 5.9.1)
Approved by: maintainer timeout (zeising, 5 months)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
|
|
|
|
| |
Use new lib_depend syntax.
Add USES=libtool
Use USE_GNOME introspection component
Obtained from: GNOME dev repo
|
|
|
|
| |
Reported by: pkg-fallout
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/PerlIO-Layers/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/ExtUtils-Helpers/Changes
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update LICENSE (BSD3CLAUSE)
This one was fun to find. As rm@ mentioned in a previous commit, no
LICENSE file exists in the Google Code or hg.python.org repositories.
There is a "New BSD License" reference on the unittest-ext homepage [1]
but wasnt a direct reference to the source in question, so it was not
considered good enough.
Gold was struck grepping BSD in the sources, which leads to the setup.py
header, that includes a URL reference to:
http://www.voidspace.org.uk/python/license.shtml
BSD 3-clause. Voila!
[1] http://code.google.com/p/unittest-ext/
Approved by: portmgr (blanket)
|
|
|
|
|
|
| |
- Update LICENSE (BSD2CLAUSE)
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
|
|
|
| |
- Update to 1.24.0
Changes:
* Implement search [1]
[1] https://github.com/jacquev6/PyGithub/pull/224
|
|
|
|
|
|
|
|
|
| |
- Update to 0.4.1
- Update and sort pkg-plist
Changes:
* http://concurrencykit.org/cgit/cgit.cgi/ck/log/
|
|
|
|
|
|
|
|
|
| |
- Update to 0.9.8
- Switch to PyPi (CHEESESHOP) for DISTFILES
Changes:
* http://semanchuk.com/philip/posix_ipc/history.html
|
|
|
|
|
|
|
|
| |
- fix qemu when not enabled, and disable linux containers [1]
- update libvirt-glib to 0.1.8
Changes: http://libvirt.org/news.html
Submitted by: roman@ [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
horde 5.1.5 -> 5.1.6
imp 6.1.6 -> 6.1.7
Horde_Alarm 2.0.5 -> 2.1.0
Horde_Auth 2.1.1 -> 2.1.2
Horde_Autoloader 2.0.1 -> 2.1.0
Horde_Browser 2.0.4 -> 2.0.5
Horde_Crypt 2.4.0 -> 2.4.1
Horde_Date 2.0.7 -> 2.0.8
Horde_Dav 1.0.3 -> 1.0.4
Horde_Db 2.0.4 -> 2.1.0
Horde_Editor 2.0.3 -> 2.0.4
Horde_Form 2.0.6 -> 2.0.7
Horde_Group 2.0.2 -> 2.0.3
Horde_Imap_Client 2.18.4 -> 2.18.6
Horde_SessionHandler 2.2.3 -> 2.2.4
Horde_Share 2.0.4 -> 2.0.5
Horde_Url 2.2.1 -> 2.2.2
Horde_Vfs 2.1.2 -> 2.2.0
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 186197
Submitted by: amdmi3
Approved by: maintainer timeout
|
|
|
|
| |
Changes: https://github.com/guard/listen/releases
|
|
|
|
| |
Changes: http://search.cpan.org/dist/CPAN-Meta/Changes
|
|
|
|
|
|
| |
PR: 186215
Submitted by: amdmi3
Approved by: maintaniner timeout
|
|
|
|
|
| |
Switch to USES=pathfix libtool.
Use USE_GNOME=glibmm
|
| |
|
| |
|
|
|
|
| |
Switch to USES=libtool and sort USES
|
|
|
|
| |
gnomehack -> USES=pathfix.
|
|
|
|
|
|
|
|
|
| |
there will be no dangeling /var/db/dbus/machine-id on package install [1].
Change the dbus start script to always call dbus-uuidgen --ensure. Which
only generates /var/db/dbus/machine-id if it is not present.
While here switch to USES=libtool.
Reported by: poudriere in strict mode via miwi@ [1]
|
|
|
|
|
|
| |
- Remove post-patch already done by USES=libtool
Reported by: pkg-fallout
|
|
|
|
| |
With hat: perl
|
|
|
|
|
|
|
|
| |
Support staging and general cleanup.
PR: [2]: ports/186696
Submitted by: [1]: Dan McGregor (private mail)
[2]: tijl@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
32 and 33)
- Update Mk/bsd.python.mk to use new devel/py-setuptools{27|32|33}
PR: ports/187091
Submitted by: sunpoet (myself)
Discussed with: lwhsu, mva, koobs, crees
Exp-run by: bdrewery
With hat: python
MFH: 2014Q1
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
32 and 33)
- Update Mk/bsd.python.mk to use new devel/py-setuptools{27|32|33}
PR: ports/187091
Submitted by: sunpoet (myself)
Discussed with: lwhsu, mva, koobs, crees
Exp-run by: bdrewery
With hat: python
MFH: 2014Q1
|
|
|
|
| |
Submitted by: rm@
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to new options framework [1]
- Add LICENSE [1]
- Support staging [1]
- Remove leading article from COMMENT
- Use PORTEXAMPLES to manage examples plist entries
PR: ports/186388 [1]
Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
| |
|
|
|
|
|
| |
- Stage support
- Bump PORTREVISION
|
|
|
|
|
| |
- Bump PORTREVISION
- Convert to autoplist
|
|
|
|
|
| |
- Define DOCS option
- USES -> gmake
|
|
|
|
|
| |
- Stage support
- Convert to autoplist
|
|
|
|
| |
- Convert gmake to USES
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
| |
|
|
|
|
| |
Changes: http://search.cpan.org/dist/CPAN-Meta/Changes
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
| |
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
| |
|
| |
|
| |
|
|
|
|
| |
- While here convert gmake to USES
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
|
|
|
|
|
|
|
| |
- Add LICENSE (Artistic 1 & GPL 1)
PR: ports/186632
Submitted by: culot@
Approved by: kuriyama@ (maintainer timeout, >14 days)
|
| |
|
|
|
|
| |
- While here convert to gmake to USES
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
| |
|
|
|
|
|
| |
- Convert to autoplist
- Bump PORTREVISION
|
|
|
|
| |
- Define DOCS option
|
|
|
|
|
|
| |
- Add LICENSE
Changes: https://metacpan.org/changes/distribution/Config-Auto
|