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: irc/weechat-devel/Makefile
SVNWeb

Number of commits found: 93

Sat, 10 Oct 2015
[ 21:32 marino search for other commits by this committer ] Original commit   Revision:399025
irc/weechat-devel: fix typo in DEPRECATED line
[ 21:28 marino search for other commits by this committer ] Original commit   Revision:399024
irc/weechat-devel: Deprecate for removal (31 Oct 15)

The weechat-devel port has been behind the stable weechat for a long
time and its presence has caused confusion.  Rather than mark IGNORE
temporarily, set removal in motion because stable is updated so frequently
that there is no point to a -devel port

PR:		203169
Approved by:	maintainer timeout
Thu, 3 Sep 2015
[ 15:44 rakuco search for other commits by this committer ] Original commit   Revision:395972 (Only the first 10 of 18 ports in this commit are shown above. View all ports for this commit)
Uses/iconv.mk: Set iconv-related CMake variables.

The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.

This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.

r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
Wed, 15 Apr 2015
[ 08:20 tijl search for other commits by this committer ] Original commit   Revision:384038 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 2 Jan 2015
[ 18:46 pi search for other commits by this committer ] Original commit   Revision:376062 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.6.1 -> 1.6.2, bump depends

Changes:
- src/sexp.c (do_vsexp_sscan): Return error for invalid args.
- cipher/md.c (_gcry_md_info): Fix a segv in case of calling
  with wrong parameters.
- cipher/primegen.c (_gcry_generate_elg_prime): Change to return an
  error code, possible NULL deref in call to prime generator.
- cipher/dsa.c (generate): Take care of new return code.
- cipher/elgamal.c (generate): Change to return an error code.  Take
	care of _gcry_generate_elg_prime return code.
- ecc: Support the non-standard 0x40 compression flag for EdDSA.
- mpi: Extend the internal mpi_get_buffer.
- mpi: Fix regression for powerpc-apple-darwin detection.
- Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 20 Oct 2014
[ 17:52 mva search for other commits by this committer ] Original commit   Revision:371288 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Convert ports of irc/ and lang/ to new USES=python

Approved by:	portmgr (implicit)
Wed, 30 Jul 2014
[ 03:57 pi search for other commits by this committer ] Original commit   Revision:363436 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
security/libgcrypt: 1.5.3_3 -> 1.6.1

- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
Wed, 23 Jul 2014
[ 09:54 tijl search for other commits by this committer ] Original commit   Revision:362645 (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Wed, 16 Jul 2014
[ 08:13 bapt search for other commits by this committer ] Original commit   Revision:362049 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Fix some non default LIB_DEPENDS

With hat:	portmgr
Fri, 4 Jul 2014
[ 20:28 tijl search for other commits by this committer ] Original commit   Revision:360658 (Only the first 10 of 34 ports in this commit are shown above. View all ports for this commit)
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports

Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
Fri, 13 Jun 2014
[ 07:36 olgeni search for other commits by this committer ] Original commit   Revision:357654 (Only the first 10 of 235 ports in this commit are shown above. View all ports for this commit)
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.

CR:		D201
Approved by:	portmgr (bapt)
Mon, 26 May 2014
[ 15:28 bapt search for other commits by this committer ] Original commit   Revision:355360 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Replace lang/lua with the new lang/lua51

lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
Thu, 20 Feb 2014
[ 10:06 gahr search for other commits by this committer ] Original commit   Revision:345200
- Also, remove useless include
[ 10:05 gahr search for other commits by this committer ] Original commit   Revision:345199
- Convert to USES=tcl
Thu, 13 Feb 2014
[ 18:38 jase search for other commits by this committer ] Original commit   Revision:344137
- Update to 20140213 (0.4.4-dev)
- Add secondary MASTER_SITES entry
- Rename DOCUMENTATION option to DOCS and add a pre-built docs distfile
- Utilise DOCSDIR macro in pkg-plist
- Change defaults to enable all OPTIONS [1]
- Remove COLOR256 option as devel/ncurses no longer supports building with
  extended colour support
- Rework MAINTAINER_MODE to cater for building both manpages and docs

PR:		ports/185908 [1]
Requested by:	dumbbell [1]
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)
Fri, 10 Jan 2014
[ 23:56 jase search for other commits by this committer ] Original commit   Revision:339392
- Update to 20140110
Sat, 19 Oct 2013
[ 02:40 jase search for other commits by this committer ] Original commit   Revision:330833
- Update to 20131015 (0.4.3-dev)
- Convert to latest LIB_DEPENDS format
- Add STAGE support
- Fix whitespace nits
- Revise pkg-descr to reflect reality - WeeChat client is ncurses only and
  other front-ends will connect to the ncurses client
- Add MANPAGES option along with pre-built manpages for all supported languages
Sun, 22 Sep 2013
[ 11:55 jase search for other commits by this committer ] Original commit   Revision:327870
- Update to 20130921 (0.4.2-rc2)
Fri, 20 Sep 2013
[ 18:44 bapt search for other commits by this committer ] Original commit   Revision:327736 (Only the first 10 of 135 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:
irc)
Mon, 16 Sep 2013
[ 21:58 jase search for other commits by this committer ] Original commit   Revision:327442
- Update to 20130916 (0.4.2-rc1)
[ 17:03 az search for other commits by this committer ] Original commit   Revision:327418 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Sat, 31 Aug 2013
[ 22:47 jase search for other commits by this committer ] Original commit   Revision:325835
- Update to 20130831
- Pet portlint(1) - whitespace nits in Makefile and pkg-descr
- Fix a typo and grammar in pkg-descr
- Add pkg-install which creates a symlink for renamed Weechat binary
Fri, 16 Aug 2013
[ 18:34 jase search for other commits by this committer ] Original commit   Revision:324811
- Update to 20130812
- Add pre-built manpage as build requirements for creating the manpage
  are somewhat excessive.
Thu, 11 Jul 2013
[ 16:26 sunpoet search for other commits by this committer ] Original commit   Revision:322783 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Wed, 15 May 2013
[ 16:26 jase search for other commits by this committer ] Original commit   Revision:318247
- Update to 20130514 (0.4.1-rc2)
Sat, 11 May 2013
[ 16:53 jase search for other commits by this committer ] Original commit   Revision:317892
- Update to 20130507 (0.4.1-rc1)
Mon, 6 May 2013
[ 15:34 bapt search for other commits by this committer ] Original commit   Revision:317525 (Only the first 10 of 78 ports in this commit are shown above. View all ports for this commit)
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Fri, 3 May 2013
[ 16:36 ehaupt search for other commits by this committer ] Original commit   Revision:317220 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/libgcrypt update
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
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
[ 11:51 gahr search for other commits by this committer ] Original commit   Revision:316351 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
- Remove lang/tcl83 and x11-toolkits/tk83 (expired)
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
[ 10:51 bapt search for other commits by this committer ] Original commit   Revision:316344
Convert irc to USES=pkgconfig
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Fri, 1 Mar 2013
[ 15:51 jase search for other commits by this committer ] Original commit   Revision:313156
- Update to 20130301
- Support for guile scripting module has been disabled. WeeChat now requires
  guile >= 2.0 and there is currently no guile 2.x port available in the Ports
  Collection
Tue, 5 Feb 2013
[ 16:17 novel search for other commits by this committer ] Original commit   Revision:311722 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Sun, 20 Jan 2013
[ 20:14 jase search for other commits by this committer ] Original commit   Revision:310717
- Update to 20130120 (0.4.1-dev)
Thu, 17 Jan 2013
[ 00:32 jase search for other commits by this committer ] Original commit   Revision:310529
- Update to 20130114 (0.4.0-rc3)
Fri, 11 Jan 2013
[ 00:51 jase search for other commits by this committer ] Original commit   Revision:310213
- Update to 20130110 (0.4.0-rc2)
Wed, 26 Dec 2012
[ 17:40 jase search for other commits by this committer ] Original commit   Revision:309528
- Update to 20121226 (0.4.0-rc1)
Sun, 18 Nov 2012
[ 13:46 jase search for other commits by this committer ] Original commit   Revision:307537
- Update to 20121118

Security:	81826d12-317a-11e2-9186-406186f3d89d

Feature safe:	yes
Sat, 10 Nov 2012
[ 14:07 jase search for other commits by this committer ] Original commit   Revision:307279
- Update to 20121110
- Remove extraneous patch

Feature safe:	yes
[ 04:55 eadler search for other commits by this committer ] Original commit   Revision:307263
Apply an upstream patch that fixes a security hole
when receiving a special colored message.

The maintainer was contacted but due to the nature of
the issue apply the patch ASAP.

Approved by:	secteam-ports (swills)
Security:	e02c572f-2af0-11e2-bb44-003067b2972c
Feature safe:	yes
Sat, 3 Nov 2012
[ 18:49 jase search for other commits by this committer ] Original commit   Revision:306934
- Update to 20121103

Feature safe:	yes
Sat, 29 Sep 2012
[ 13:52 jase search for other commits by this committer ] Original commit   Revision:305036
- Update to 20120929 (0.4.0-dev)
- Convert to new format Makefile header

Approved by:	flo, culot (mentors, implicit)
Thu, 20 Sep 2012
[ 00:03 jase search for other commits by this committer ] Original commit   Revision:304557
- Update to 20120918 (0.3.9-rc2)

Approved by:	flo (mentor)
Tue, 4 Sep 2012
[ 16:10 jase search for other commits by this committer ] Original commit   Revision:303661
- Update to 20120903 (0.3.9-rc1)

Approved by:	flo (mentor)
Tue, 21 Aug 2012
[ 09:29 jase search for other commits by this committer ] Original commit 
- Update to 20120820
- Fix default build by removing SASL option as libgcrypt dependency is
  now mandatory

Approved by:	culot (mentor)
Fri, 17 Aug 2012
[ 11:12 jase search for other commits by this committer ] Original commit 
- Update to 20120817

Approved by:	culot (mentor)
Wed, 15 Aug 2012
[ 15:22 jase search for other commits by this committer ] Original commit 
- Update to 20120808
- Make dependency on devel/ncurses optional [1]
- Fix SASL option and its description
- Add secondary master site

Requested by:	Peter Jeremy <peter@rulingia.com> [1]
Approved by:	flo (mentor)
Wed, 11 Jul 2012
[ 12:06 jase search for other commits by this committer ] Original commit 
- Update to 20120707
- Add SASL option to enable SASL authentication support
- Use devel/ncurses as it provides ability for 256 color support for
  ncursesw
- Remove support for devel/lua50 (upstream removing it shortly)
- Remove 'Enable' from option descriptions

Approved by:    flo (mentor)
Sun, 10 Jun 2012
[ 17:20 jase search for other commits by this committer ] Original commit 
- Update to 20120610 (0.3.9-dev)
- Update maintainer address
- Convert to new options framework

Approved by:    flo (mentor)
Tue, 22 May 2012
[ 11:07 culot search for other commits by this committer ] Original commit 
- Update to 20120522

PR:             ports/168226
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Wed, 16 May 2012
[ 09:17 culot search for other commits by this committer ] Original commit 
- Update to 20120515

PR:             ports/167941
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Tue, 27 Mar 2012
[ 04:19 rm search for other commits by this committer ] Original commit 
- update to 20120326 (0.3.8-dev)

PR:             166423
Submitted by:   Jase Thew <freebsd at beardz dot net> (maintainer)
Feature safe:   yes
Mon, 27 Feb 2012
[ 20:28 crees search for other commits by this committer ] Original commit 
Restore missing DEBUG option

PR:             ports/165476
Submitted by:   maintainer
Tue, 21 Feb 2012
[ 06:13 culot search for other commits by this committer ] Original commit 
- Update to 20120219

PR:             ports/165301
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Tue, 14 Feb 2012
[ 05:42 jgh search for other commits by this committer ] Original commit 
- Update to 20120213 (0.3.7-rc2)
- while here add GITREV variable for future updates, and remove empty DEGUG
option

PR:     ports/165104
Submitted by:   maintainer, freebsd at beardz.net
Tue, 7 Feb 2012
[ 06:32 miwi search for other commits by this committer ] Original commit 
- Update to 20120205 (0.3.7-rc1)

PR:             164807
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Mon, 14 Nov 2011
[ 03:26 rakuco search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Remove CMAKE_USE_PTHREAD from the ports using it.

This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:    avilla (mentor), portmgr (miwi)
Feature safe:   yes
Sat, 5 Nov 2011
[ 08:58 cs search for other commits by this committer ] Original commit 
Update to 20111023

PR:             ports/161966
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Approved by:    wen@ (co-mentor)
Fri, 21 Oct 2011
[ 13:51 culot search for other commits by this committer ] Original commit 
- Update to 20111020

PR:             ports/161840
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Wed, 12 Oct 2011
[ 20:02 crees search for other commits by this committer ] Original commit 
- Update to 20111010
- While here, remove full stops at end of OPTIONS descriptions

PR:             ports/161520
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Mon, 3 Oct 2011
[ 01:14 eadler search for other commits by this committer ] Original commit 
- Update to 20111002 (0.3.6-rc1)

PR:             ports/161243
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Approved by:    sahil (mentor)
Mon, 19 Sep 2011
[ 19:45 beech search for other commits by this committer ] Original commit 
- Update to 20110915

PR:             ports/160787
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Thu, 18 Aug 2011
[ 06:22 beech search for other commits by this committer ] Original commit 
- Update to 20110817
- Add LICENSE section
- Change default for BACKTRACE option to On

PR:             ports/159850
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Sat, 16 Jul 2011
[ 17:11 culot search for other commits by this committer ] Original commit 
- Update to 20110714

PR:             ports/158970
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Wed, 15 Jun 2011
[ 07:31 culot search for other commits by this committer ] Original commit 
- Update to 20110614

PR:             ports/157897
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Sun, 5 Jun 2011
[ 18:43 novel search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/gnutls update and add an UPDATING entry.
Sun, 15 May 2011
[ 15:15 culot search for other commits by this committer ] Original commit 
- Update to 20110515

PR:             ports/157060
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Mon, 9 May 2011
[ 12:55 culot search for other commits by this committer ] Original commit 
- Update to 20110508

PR:             ports/156890
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Sun, 1 May 2011
[ 17:57 culot search for other commits by this committer ] Original commit 
- Update to 20110501

PR:             ports/156754
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Sat, 23 Apr 2011
[ 22:14 beech search for other commits by this committer ] Original commit 
- Update to 20110421 (0.3.5-rc1)

PR:             ports/156552
Submitted by:   Jase Thew (freebsd@beardz.net)
Approved by:    itetcu (mantor)(implicit)
Sun, 10 Apr 2011
[ 08:48 makc search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
Sun, 3 Apr 2011
[ 07:56 culot search for other commits by this committer ] Original commit 
- Update to 20110326

PR:             ports/156131
Submitted by:   Jase Thew <freebsd AT beardz.net> (maintainer)
Fri, 4 Mar 2011
[ 03:57 miwi search for other commits by this committer ] Original commit 
- Update to 20110217

PR:             154923
Submitted by:   maintainer
Fri, 21 Jan 2011
[ 08:36 martymac search for other commits by this committer ] Original commit 
Update to 20110118

PR:     ports/154128
Submitted by:   Jase Thew <freebsd at beardz.net>
Feature safe:   yes
Approved by:    ehaupt (mentor)
Wed, 5 Jan 2011
[ 21:05 dhn search for other commits by this committer ] Original commit 
- Update to 20110104 (0.3.4-rc3)

PR:             ports/153681
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Tue, 21 Dec 2010
[ 05:19 miwi search for other commits by this committer ] Original commit 
- Update to 20101220 (0.3.4-rc2)

PR:             153325
Submitted by:   maintainer
Mon, 20 Dec 2010
[ 05:37 miwi search for other commits by this committer ] Original commit 
- Update to 20101212 (0.3.4-rc1)
- Honour LOCALBASE
- Honour various script languages wanted version variables when building

PR:             153117
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Thu, 30 Sep 2010
[ 04:49 miwi search for other commits by this committer ] Original commit 
- Update to 20100928

PR:             150746
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Fri, 10 Sep 2010
[ 04:37 pgollucci search for other commits by this committer ] Original commit 
- Update to 20100908

PR:             ports/150454
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Mon, 9 Aug 2010
[ 11:30 miwi search for other commits by this committer ] Original commit 
- Update to 20100807

PR:             Jase Thew <freebsd@beardz.net> (maintainer)
Sun, 4 Jul 2010
[ 20:18 sylvio search for other commits by this committer ] Original commit 
- Update to 20100628

PR:             ports/148342
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Feature safe:   yes
Sat, 5 Jun 2010
[ 11:28 makc search for other commits by this committer ] Original commit 
Add optional dependency on devel/libexecinfo

PR:             ports/146912
Submitted by:   Anonymous <swell.k at gmail.com>
Approved by:    Jase Thew (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.
Tue, 25 May 2010
[ 12:04 sylvio search for other commits by this committer ] Original commit 
- Update to 20100521

PR:             ports/146837
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Sat, 24 Apr 2010
[ 11:48 miwi search for other commits by this committer ] Original commit 
- Update to 20100418

PR:             145801
Submitted by:           Jase Thew <freebsd@beardz.net> (maintainer)
Sat, 10 Apr 2010
[ 23:39 sylvio search for other commits by this committer ] Original commit 
- Update to 20100410

PR:             ports/145599
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Approved by:    itetcu (mentor, implicit)
Fri, 19 Mar 2010
[ 23:09 sylvio search for other commits by this committer ] Original commit 
- Update to 20100311

PR:             ports/144708
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Approved by:    miwi (mentor)
Tue, 9 Mar 2010
[ 07:46 miwi search for other commits by this committer ] Original commit 
- Update to 20100212
- Connect to build

PR:             142383
Submitted by:   Jase Thew <freebsd@beardz.net>
[ 07:42 miwi search for other commits by this committer ] Original commit 
- Force commit to note repocopy
        irc/weechat -> irc/weechat-devel

Number of commits found: 93