| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Do not overwrite config.php with and empty file on install
Notes:
svn path=/head/; revision=367865
|
|
|
|
|
|
|
|
|
| |
Obtained from: FreeBSD Chromium Project
MFH: 2014Q3
Security: http://vuxml.freebsd.org/freebsd/36a415c8-3867-11e4-b522-00262d5ed8ee.html
Notes:
svn path=/head/; revision=367846
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=367819
|
|
|
|
|
|
|
| |
MFH: 2014Q3
Notes:
svn path=/head/; revision=367813
|
|
|
|
|
|
|
| |
With hat: ruby@
Notes:
svn path=/head/; revision=367761
|
|
|
|
|
|
|
| |
Changes: https://github.com/npm/npm/releases
Notes:
svn path=/head/; revision=367757
|
|
|
|
|
|
|
|
|
|
|
| |
Sort category Makefile while here.
This library allows you to recognize and build URLs in a Rack application.
WWW: http://github.com/joshbuddy/http_router
Notes:
svn path=/head/; revision=367750
|
|
|
|
| |
Notes:
svn path=/head/; revision=367741
|
|
|
|
|
|
|
| |
Submitted by: Jan Beich
Notes:
svn path=/head/; revision=367740
|
|
|
|
|
|
|
|
|
| |
Changes: http://search.cpan.org/dist/CSS-Inliner/ChangeLog
PR: ports/193286
Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
Notes:
svn path=/head/; revision=367729
|
|
|
|
|
|
|
| |
Submitted by: Piotr Kubaj <pkubaj@riseup.net>
Notes:
svn path=/head/; revision=367722
|
|
|
|
| |
Notes:
svn path=/head/; revision=367715
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update nspr to 4.10.7
- Update ca_root_nss to 3.17 (mark as NO_ARCH while here)
- Update firefox to 32.0
- Update thunderbird to 31.1.0
- Add net-im/linux-instantbird
- Update firefox-est to 31.1.0
- Update libxul to 24.8.0
- Update seamonkey to 2.29
Submitted by: Jan Beich for gecko@
Notes:
svn path=/head/; revision=367712
|
|
|
|
| |
Notes:
svn path=/head/; revision=367711
|
|
|
|
|
|
|
| |
is harmful (uidfix "fixes" ${WWWOWN} and ${WWWGRP})
Notes:
svn path=/head/; revision=367694
|
|
|
|
|
|
|
| |
- USES=python
Notes:
svn path=/head/; revision=367686
|
|
|
|
| |
Notes:
svn path=/head/; revision=367685
|
|
|
|
|
|
|
|
| |
Have to do all the autotools stuff ourselves now, but at
least it's buildable again.
Notes:
svn path=/head/; revision=367636
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE (Artistic 1 & GPL 1)
- Pet portlint(1)
Changes: http://search.cpan.org/dist/HTML-Query/ChangeLog
PR: ports/193285 [1]
Submitted by: Vick Khera <vivek@khera.org> (maintainer)
Notes:
svn path=/head/; revision=367635
|
|
|
|
| |
Notes:
svn path=/head/; revision=367628
|
|
|
|
|
|
|
| |
With hat: ruby@
Notes:
svn path=/head/; revision=367625
|
|
|
|
|
|
|
|
| |
PR: 193436
Submitted by: Hans Fredrik Nordhaug<hans@nordhaug.priv.no> (maintainer)
Notes:
svn path=/head/; revision=367613
|
|
|
|
| |
Notes:
svn path=/head/; revision=367612
|
|
|
|
| |
Notes:
svn path=/head/; revision=367611
|
|
|
|
|
|
|
| |
Reported by: antoine
Notes:
svn path=/head/; revision=367592
|
|
|
|
|
|
|
| |
Noticed by: vanilla
Notes:
svn path=/head/; revision=367559
|
|
|
|
| |
Notes:
svn path=/head/; revision=367557
|
|
|
|
| |
Notes:
svn path=/head/; revision=367556
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The patches are automatically applied if build against apache24.
Interested apache22 users can change the follwing line in the Makefile
from: .if ${APACHE_VERSION} > 22
to: .if ${APACHE_VERSION} >= 22
Changelog (*NIX related):
=item 2.0.9-dev
Make sure modperl_interp_select uses r->server rather than the passed s
parameter to find the interpreter pool to pull an interpreter from. This
fixes an issue with vhosts with a separate interpreter pool and runtime
dir-config merges that used to pull the interpreter from the wrong pool.
[Torsten Foertsch]
PerlInterpScope is now more advisory. Using $(c|r)->pnotes will bind
the current interpreter to that object for it's lifetime.
$(c|r)->pnotes_kill() can be used to prematurely drop pnotes and
remove this binding. [Torsten Foertsch]
Now correctly invokes PerlCleanupHandlers, even if they are the only
handler type configured for that request [Torsten Foertsch]
For threaded MPMs, change interpreter managment to a new, reference-counted
allocation model. [Torsten Foertsch]
Expose modperl_interp_pool_t via ModPerl::InterpPool, modperl_tipool_t
via ModPerl::TiPool and modperl_tipool_config_t via ModPerl::TiPoolConfig
[Torsten Foertsch]
Expose modperl_interp_t via ModPerl::Interpreter [Torsten Foertsch]
Fix t/compat/apache_file.t on Windows. Apache::File->tmpfile() wants TMPDIR
or TEMP from the environment, or else defaults to /tmp. The latter is no
good on Windows, so make sure the environment variables are passed through.
(TEMP should be set to something suitable on Windows.) [Steve Hay]
Fix t/api/err_headers_out.t with HTTP::Headers > 6.00. [Rolando
<rolosworld@gmail.com>]
PR: 191471
Notes:
svn path=/head/; revision=367548
|
|
|
|
|
|
|
| |
Pointy hat: lwhsu
Notes:
svn path=/head/; revision=367541
|
|
|
|
| |
Notes:
svn path=/head/; revision=367532
|
|
|
|
| |
Notes:
svn path=/head/; revision=367531
|
|
|
|
| |
Notes:
svn path=/head/; revision=367529
|
|
|
|
|
|
|
| |
- Allow staging as a regular user
Notes:
svn path=/head/; revision=367508
|
|
|
|
| |
Notes:
svn path=/head/; revision=367507
|
|
|
|
| |
Notes:
svn path=/head/; revision=367503
|
|
|
|
| |
Notes:
svn path=/head/; revision=367490
|
|
|
|
|
|
|
|
|
| |
While here, create a port for the older 0.3 version for the ports that need it,
hook it up to the build, set those ports to use the older version and bump
portrev on those ports.
Notes:
svn path=/head/; revision=367472
|
|
|
|
| |
Notes:
svn path=/head/; revision=367467
|
|
|
|
|
|
|
| |
Expiration date was 31 August 2014
Notes:
svn path=/head/; revision=367463
|
|
|
|
| |
Notes:
svn path=/head/; revision=367434
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove LIBSTDCXX options
- Set INSTALLS_ICONS only if gnome is used
- Remove unnecessary bsd.port.{pre,post}.mk inclusion
- Mute REINPLACE_CMD commands
- Don't try to remove etc/libmap.d, it's owned by the mtree
Notes:
svn path=/head/; revision=367413
|
|
|
|
|
|
|
|
|
|
| |
- Patch Makefile.in instead of Makefile.am to avoid USE_AUTOTOOLS
- Add USES=cpe, USES=libtool and INSTALL_TARGET=install-strip
- Use /var instead of PREFIX/var
- Use @sample
Notes:
svn path=/head/; revision=367412
|
|
|
|
|
|
|
|
| |
Changes: http://wordpress.org/news/2014/09/benny/
Submitted by: ychsiao <ychsiao@ychsiao.org> (maintainer)
Notes:
svn path=/head/; revision=367407
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
comms/pear-Horde_ActiveSync 2.18.0 -> 2.18.1
mail/pear-Horde_Imap_Client 2.24.2 -> 2.25.0
mail/horde-imp 6.2.1 -> 6.2.2
mail/horde-ingo 3.2.0 -> 3.2.1
deskutils/horde-kronolith 4.2.1 -> 4.2.2
www/horde-passwd 5.0.1 -> 5.0.2
mail/horde-turba 4.2.1 -> 4.2.2
Notes:
svn path=/head/; revision=367397
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
part.
- change static lib to be shared lib by default, which is required in my
another ports.
- about 8.4 release broken: the issue will be resolved by adding one include
file. There is one line missing in 8.4 tcp.h file.
PR: 193131
Submitted by: Jingfeng Yan (maintainer)
MFH: 2014q3
Notes:
svn path=/head/; revision=367392
|
|
|
|
| |
Notes:
svn path=/head/; revision=367331
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user
Differential Revision: https://reviews.freebsd.org/D703
Reviewed by and discussed with: bapt
With hat: portmgr
Notes:
svn path=/head/; revision=367307
|
|
|
|
| |
Notes:
svn path=/head/; revision=367302
|
|
|
|
|
|
|
|
|
|
|
| |
From the WWW:
The latest official 1.0.X release is 1.0.5. This release should not be
used for new installs since it is no longer supported (use 1.2.X
instead).
Notes:
svn path=/head/; revision=367300
|