notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/cherokee/Makefile
SVNWeb

Number of commits found: 148 (showing only 100 on this page)

1 | 2  »  

Thu, 26 Dec 2019
[ 07:54 antoine search for other commits by this committer ] Original commit   Revision:520894 (Only the first 10 of 255 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports

With hat:	portmgr
Fri, 15 Nov 2019
[ 10:12 tobik search for other commits by this committer ] Original commit   Revision:517643 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Mon, 5 Aug 2019
[ 23:06 jbeich search for other commits by this committer ] Original commit   Revision:508216 (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Sun, 13 Jan 2019
[ 20:58 adamw search for other commits by this committer ] Original commit   Revision:490211 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Remove GeoIP-related options. Where possible, replace GeoIP 1 defaults
with GeoIP 2.

Also, as suggested by zi, add an UPDATING note about this.
Tue, 6 Nov 2018
[ 01:50 jbeich search for other commits by this committer ] Original commit   Revision:484273 (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Tue, 23 Oct 2018
[ 16:34 jbeich search for other commits by this committer ] Original commit   Revision:482846 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Wed, 2 May 2018
[ 15:07 jbeich search for other commits by this committer ] Original commit   Revision:468844 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Mon, 19 Feb 2018
[ 11:10 antoine search for other commits by this committer ] Original commit   Revision:462307 (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Thu, 2 Nov 2017
[ 13:26 mat search for other commits by this committer ] Original commit   Revision:453344
Correctly register the run-time python dependency for the ADMIN option.

Sponsored by:	Absolight
Sat, 21 Oct 2017
[ 06:50 jbeich search for other commits by this committer ] Original commit   Revision:452570 (Only the first 10 of 169 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Mon, 22 May 2017
[ 22:29 linimon search for other commits by this committer ] Original commit   Revision:441494 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436247 (Only the first 10 of 257 ports in this commit are shown above. View all ports for this commit)
Remove all USE_OPENSSL occurrences.

Sponsored by:	Absolight
Sun, 11 Dec 2016
[ 15:22 jbeich search for other commits by this committer ] Original commit   Revision:428352 (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Fri, 9 Sep 2016
[ 19:42 amdmi3 search for other commits by this committer ] Original commit   Revision:421635 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 2 May 2016
[ 16:08 zeising search for other commits by this committer ] Original commit   Revision:414458 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Update databases/rrdtool to 1.6.0

Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 29 Jul 2015
[ 22:09 antoine search for other commits by this committer ] Original commit   Revision:393196 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
Thu, 7 May 2015
[ 20:24 mat search for other commits by this committer ] Original commit   Revision:385665 (Only the first 10 of 323 ports in this commit are shown above. View all ports for this commit)
Update ports in the remaining categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 6 May 2015
[ 23:03 amdmi3 search for other commits by this committer ] Original commit   Revision:385577
- Add CPE info

Approved by:	portmgr blanket
Sun, 19 Apr 2015
[ 20:09 tijl search for other commits by this committer ] Original commit   Revision:384325
Remove ${WRKSRC}/INSTALL because it's a symlink to a non-existent file
which confuses autoreconf.

Reported by:	antoine
Sat, 18 Apr 2015
[ 12:58 tijl search for other commits by this committer ] Original commit   Revision:384225 (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Convert to USES=autoreconf
Thu, 19 Mar 2015
[ 16:44 bdrewery search for other commits by this committer ] Original commit   Revision:381618 (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
Sat, 13 Sep 2014
[ 18:25 tijl search for other commits by this committer ] Original commit   Revision:368126 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Use default LIBTOOLIZE_ARGS
Sat, 23 Aug 2014
[ 16:32 adamw search for other commits by this committer ] Original commit   Revision:365755
Update to 1.2.104 and stage.

PR:		192813
Submitted by:	Ports Fury
Mon, 11 Aug 2014
[ 17:05 adamw search for other commits by this committer ] Original commit   Revision:364628 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 10 Feb 2014
[ 11:17 bapt search for other commits by this committer ] Original commit   Revision:343621
Mark as broken: no public distfiles
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Thu, 9 Jan 2014
[ 19:53 rakuco search for other commits by this committer ] Original commit   Revision:339271
- Unbreak.
  Remove a useless check for sig_atomic_t that never worked because
  configure.ac calls AC_CHECK_SIZEOF without telling it to include signal.h
  Submitted upstream as https://github.com/cherokee/webserver/pull/1100

- Use the new LIB_DEPENDS syntax.

PR:		ports/180647
PR:		ports/179726
Wed, 11 Dec 2013
[ 19:35 eadler search for other commits by this committer ] Original commit   Revision:336210
Multiple ports: fix COMMENT

'Extremely' and 'Very' offer no value to the user.
Thu, 7 Nov 2013
[ 08:06 bapt search for other commits by this committer ] Original commit   Revision:333067
Mark as broken: does not configure

checking size of sig_atomic_t... configure: error: in
+`/wrkdirs/usr/ports/www/cherokee/work/cherokee-1.2.101':
configure: error: cannot compute sizeof (sig_atomic_t)
See `config.log' for more details

Reported by:	pkg-fallout
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Fri, 6 Sep 2013
[ 05:22 rm search for other commits by this committer ] Original commit   Revision:326461
- drop maintainership
- convert USE_GMAKE to USES, while here

PR:		181857
Submitted by:	chris petrik <c.petrik.sosa@gmail.com> (maintainer)
Sun, 25 Aug 2013
[ 02:03 rakuco search for other commits by this committer ] Original commit   Revision:325322
Remove PORTSCOUT option as it blocks update to newer versions.

PR:		ports/181427
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Fri, 26 Apr 2013
[ 10:44 ak search for other commits by this committer ] Original commit   Revision:316596 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Tue, 23 Apr 2013
[ 14:20 bapt search for other commits by this committer ] Original commit   Revision:316355 (Only the first 10 of 407 ports in this commit are shown above. View all ports for this commit)
Finish converting the whole ports tree to USES=pkgconfig
Tue, 19 Mar 2013
[ 13:04 eadler search for other commits by this committer ] Original commit   Revision:314640 (Only the first 10 of 218 ports in this commit are shown above. View all ports for this commit)
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
Thu, 7 Mar 2013
[ 03:25 bdrewery search for other commits by this committer ] Original commit   Revision:313559 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
- Please welcome back Chris Petrik as maintainer of
  these ports [1]
- Trim headers
- Remove indefinite article from COMMENT
- Convert tab to space in WWW lines

PR:		ports/175415 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1]
Discussed with:	bapt
Thu, 7 Feb 2013
[ 12:37 gahr search for other commits by this committer ] Original commit   Revision:311829 (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)

Approved by:	portmgr
Mon, 10 Dec 2012
[ 19:11 mm search for other commits by this committer ] Original commit   Revision:308630 (Only the first 10 of 233 ports in this commit are shown above. View all ports for this commit)
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
[ 01:20 eadler search for other commits by this committer ] Original commit   Revision:308576 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Revert Chris Petrik's ports to the pool.  Thank you for all your work so far,
and should you desire to return just let us know.

PR:		ports/174309
Submitted by:	Chris Petrik
Wed, 21 Nov 2012
[ 00:47 zi search for other commits by this committer ] Original commit   Revision:307610
- Add portscout options
- Cleanup whitespace
- Replace MASTER_SITES

Submitted by:	c.petrik.sosa@gmail.com (maintainer)
Feature safe:	yes
Sat, 6 Oct 2012
[ 00:09 bapt search for other commits by this committer ] Original commit   Revision:305327
Over to new volunteer
While here make use of USE_PKGCONFIG
Fri, 5 Oct 2012
[ 16:30 bapt search for other commits by this committer ] Original commit   Revision:305307
Convert to new options framework
Sat, 22 Sep 2012
[ 03:45 tabthorpe search for other commits by this committer ] Original commit   Revision:304657
- Reassign to the heap at the maintainer's request
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 7 May 2012
[ 18:52 sylvio search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Chase rrdtool shlib version bump.
Tue, 14 Feb 2012
[ 12:45 mm search for other commits by this committer ] Original commit  (Only the first 10 of 140 ports in this commit are shown above. View all ports for this commit)
Bump pcre library dependency due to 8.30 update
Tue, 3 Jan 2012
[ 23:32 miwi search for other commits by this committer ] Original commit 
- Update to 1.2.101

PR:             163197
Submitted by:   Juan Cristobal Caranza <sysadmin@su-casa.com.mx>
Approved by:    maintainer
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Fri, 24 Jun 2011
[ 22:39 mm search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Bump due to ffmpeg update to 0.7.1
Tue, 12 Apr 2011
[ 04:31 dhn search for other commits by this committer ] Original commit 
- Update to 1.2.2

PR:             ports/156045
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Fri, 25 Feb 2011
[ 04:40 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
- Move over to py25
- while here drop md5 support
- Small cleanups
Sat, 5 Feb 2011
[ 03:35 miwi search for other commits by this committer ] Original commit 
- Update to 1.0.19

PR:             154438
Submitted by:   Diego Schulz <dschulz@gmail.com>
Feature safe:   yes
Thu, 27 Jan 2011
[ 14:22 pav search for other commits by this committer ] Original commit 
- Update to 1.0.18

PR:             ports/154211
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Feature safe:   yes
Thu, 6 Jan 2011
[ 00:54 wen search for other commits by this committer ] Original commit 
- Update to 1.0.15

PR:             ports/153698
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Thu, 9 Dec 2010
[ 06:24 wen search for other commits by this committer ] Original commit 
- Update to 1.0.10

PR:             ports/152585
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Thu, 18 Nov 2010
[ 11:08 pav search for other commits by this committer ] Original commit 
- Update to 1.0.9

PR:             ports/152339
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Wed, 15 Sep 2010
[ 12:29 pav search for other commits by this committer ] Original commit 
- Update to 1.0.8
- Handle permissions on log files
- Run under www user

PR:             ports/149575
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Tue, 10 Aug 2010
[ 03:00 sahil search for other commits by this committer ] Original commit 
- Update to 1.0.7

PR:             ports/149484
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Sat, 7 Aug 2010
[ 14:11 pav search for other commits by this committer ] Original commit 
- Update to 1.0.6

PR:             ports/149303
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Sat, 24 Jul 2010
[ 16:38 mm search for other commits by this committer ] Original commit  (Only the first 10 of 67 ports in this commit are shown above. View all ports for this commit)
- Update ffmpeg to 0.6
Thu, 8 Jul 2010
[ 02:25 sahil search for other commits by this committer ] Original commit 
- Update to 1.0.5

PR:             ports/148434
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Approved by:    wxs@/itetcu@ (mentors, implicit)
Feature safe:   yes
Mon, 28 Jun 2010
[ 02:00 wen search for other commits by this committer ] Original commit 
- Update to 1.0.4

PR:             ports/148074
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Feature safe:   yes
Tue, 15 Jun 2010
[ 18:05 lwhsu search for other commits by this committer ] Original commit 
- Update to 1.0.2

PR:             ports/147880
Submitted by:   Diego Schulz <dschulz AT gmail.com> (maintainer)
Wed, 9 Jun 2010
[ 03:45 wen search for other commits by this committer ] Original commit 
- Add an optional dependency on uWSGI

PR:             ports/146867
Submitted by:   Daniel Gerzo <danger@freebsd.org>
Approved by:    maintainer
Mon, 31 May 2010
[ 02:01 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Wed, 19 May 2010
[ 06:36 wen search for other commits by this committer ] Original commit 
- Update to 1.0.1
- Add an optional dependency on rrdtool

PR:             ports/146712
Submitted by:   Daniel Gerzo <danger@alice.syscare.sk>
Approved by:    maintainer
Sun, 16 May 2010
[ 22:20 sylvio search for other commits by this committer ] Original commit 
- Update to 1.0.0

PR:             ports/146501
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Sun, 9 May 2010
[ 11:22 miwi search for other commits by this committer ] Original commit 
- Update to 0.99.48

PR:             146314
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Sat, 1 May 2010
[ 15:12 sylvio search for other commits by this committer ] Original commit 
- Update to 0.99.46

PR:             ports/146092
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Tue, 23 Mar 2010
[ 02:50 wen search for other commits by this committer ] Original commit 
- Update to 0.99.44

PR:             ports/144940
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Mon, 15 Mar 2010
[ 01:16 wen search for other commits by this committer ] Original commit 
- Add an option to run the daemon as www user (not root)

PR:             ports/144698
Submitted by:   Diego Schulz <dschulz@gmail.com> (maintainer)
Fri, 12 Mar 2010
[ 02:04 wen search for other commits by this committer ] Original commit 
- Pass maintainership to new volunteer.

Submitted by:   dschulz@gmail.com (via email)
Wed, 10 Mar 2010
[ 18:01 miwi search for other commits by this committer ] Original commit 
- Update to

PR:             144628
Submitted by:   Diego Schulz <dschulz@gmail.com>
Sat, 26 Dec 2009
[ 05:33 delphij search for other commits by this committer ] Original commit 
Update to 0.99.38.
Wed, 16 Dec 2009
[ 08:12 wen search for other commits by this committer ] Original commit 
- Update to 0.99.36

PR:             ports/141645
Submitted by:   Jaime Bozza <jbozza@mindsites.com>
Fri, 4 Dec 2009
[ 02:38 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Reinstate maintainer at his request.
Thu, 26 Nov 2009
[ 00:36 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Temporarily reassign ports maintained by chris@officialunix.com back to
the pool for the duration of his upcoming move.

Requested by:   maintainer
Mon, 9 Nov 2009
[ 08:13 arved search for other commits by this committer ] Original commit 
Update to 0.99.27

PR:             140396
Submitted by:   maintainer
Sat, 19 Sep 2009
[ 04:19 wxs search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Pass maintainer to submitter.

PR:             ports/138957
Submitted by:   Chris Petrik <chris@officialunix.com>
Feature safe:   yes
Fri, 4 Sep 2009
[ 20:43 miwi search for other commits by this committer ] Original commit 
- Update to 0.99.24

PR:             138484
Submitted by:   Jaime Bozza <jbozza@mindsites.com> (maintainer)
Fri, 28 Aug 2009
[ 16:52 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Reset beech@FreeBSD.org while he works on restoring his email situation.

Hat:            portmgr
Thu, 27 Aug 2009
[ 21:04 miwi search for other commits by this committer ] Original commit 
- Update to 0.99.22

PR:             137464
Submitted by:   Jaime Bozza <jbozza@mindsites.com>
Approved by:    beech (maintainer implicit)
Wed, 8 Jul 2009
[ 14:12 pav search for other commits by this committer ] Original commit 
- Update to 0.99.20

PR:             ports/136036
Submitted by:   Jaime Bozza <jbozza@mindsites.com>
Tue, 3 Mar 2009
[ 09:17 beech search for other commits by this committer ] Original commit 
- Update to 0.99.2
- Add mirrors
Sat, 10 Jan 2009
[ 15:06 pav search for other commits by this committer ] Original commit 
- Actually fix the typo

Pointy hat to:  beech
Tue, 6 Jan 2009
[ 23:36 beech search for other commits by this committer ] Original commit 
- Fix typo
- Bump portrevision
Sat, 3 Jan 2009
[ 06:55 beech search for other commits by this committer ] Original commit 
- Fix plist
[ 06:22 beech search for other commits by this committer ] Original commit 
- Add options for MySQL and LDAP
- Bump portrevision

Suggested by:   Marek Kubica <marek@xivilization.net>
Thu, 25 Dec 2008
[ 19:29 beech search for other commits by this committer ] Original commit 
- Update to 0.11.6 (bugfix)

- Cherokee-admin: Fixes a user directory related bug
- Fixes handling of long POSTs over https
- DB balancer: it can be used inside a directory now
Thu, 18 Dec 2008
[ 21:01 beech search for other commits by this committer ] Original commit 
- Update to 0.11.5 (bugfix)

- Cherokee-admin: IPv6 validation was fixed
- TLS/SSL support: A crypto related issues was fixed
Wed, 17 Dec 2008
[ 22:09 beech search for other commits by this committer ] Original commit 
- Update to 0.11.4
Wed, 3 Dec 2008
[ 11:53 beech search for other commits by this committer ] Original commit 
- Update to 0.11.3
Sun, 30 Nov 2008
[ 23:37 beech search for other commits by this committer ] Original commit 
- Update to 0.11.2
Fri, 28 Nov 2008
[ 14:38 beech search for other commits by this committer ] Original commit 
- Update to 0.11.1
Fri, 17 Oct 2008
[ 19:27 beech search for other commits by this committer ] Original commit 
- Update to 0.9.4
Fri, 3 Oct 2008
[ 17:48 beech search for other commits by this committer ] Original commit 
- Update to 0.9.2 (bugfix release)

Number of commits found: 148 (showing only 100 on this page)

1 | 2  »