notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: irc/weechat-devel/Makefile

Number of commits found: 93

Saturday, 10 Oct 2015
21:32 marino search for other commits by this committer
irc/weechat-devel: fix typo in DEPRECATED line
Original commitRevision:399025 
21:28 marino search for other commits by this committer
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
Original commitRevision:399024 
Thursday, 3 Sep 2015
15:44 rakuco search for other commits by this committer
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
that have both USES=cmake and USES=iconv use variations of FindIconv.cmake
that behave similarly. This change passes the header and library values we
really want to use to CMake using the most common variable names, bypassing
the calls to find_path() and find_library() that would sometimes end up
finding the wrong file. The few ports that use different variable names have
had their Makefiles adjusted (we manually pass the values we want via
CMAKE_ARGS).

Other changes:
- chinese/fcitx: Explicitly set LIBICONV_LIBC_HAS_ICONV_OPEN=OFF as we
  always want the version from ports because of USES=iconv:wchar_t.
- editors/calligra: Explicitly use iconv:translit because Kexi needs it.
- irc/weechat and irc/weechat-devel: The FindIconv.cmake patches could not
  be entirely removed because the check_library_exists() calls are wrong.
  Sent upstream: https://github.com/weechat/weechat/pull/513
- textproc/ctpp2: Use iconv:translit when the TRANSLITERATE option is used.

PORTREVISION has been bumped in editors/calligra and textproc/ctpp2 because
their dependency list has changed in 10.2 and later as the ports version is
always used now.

PR:		202798
Reviewed by:	antoine, tijl
Approved by:	portmgr (antoine)
Original commitRevision:395972 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Wednesday, 15 Apr 2015
08:20 tijl search for other commits by this committer
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
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:384038 
Friday, 2 Jan 2015
18:46 pi search for other commits by this committer
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
- Fix building for the x32 target without asm modules in
  mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI.
- Fix ARM assembly when building __PIC__
- mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.
  * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear
    allocated but not used bits before resizing.
  * tests/t-mpi-bits.c (set_bit_with_resize): New.
- Use internal malloc function in fips.c.
  * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/.
- pubkey: Re-map all deprecated RSA algo numbers.
- cipher: Fix possible NULL dereference in cipher/md.c for being NULL.
- Fix ARMv6 detection when CFLAGS modify target CPU architecture.

PR:		193264
Approved by:	cpm@fbsd.es (maintainer)
Original commitRevision:376062 
Monday, 20 Oct 2014
17:52 mva search for other commits by this committer
- Convert ports of irc/ and lang/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371288 
Wednesday, 30 Jul 2014
03:57 pi search for other commits by this committer
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)
Original commitRevision:363436 
Wednesday, 23 Jul 2014
09:54 tijl search for other commits by this committer
- 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)
Original commitRevision:362645 
Wednesday, 16 Jul 2014
08:13 bapt search for other commits by this committer
Fix some non default LIB_DEPENDS

With hat:	portmgr
Original commitRevision:362049 
Friday, 4 Jul 2014
20:28 tijl search for other commits by this committer
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports

Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
Original commitRevision:360658 
Friday, 13 Jun 2014
07:36 olgeni search for other commits by this committer
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)
Original commitRevision:357654 
Monday, 26 May 2014
15:28 bapt search for other commits by this committer
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)
Original commitRevision:355360 
Thursday, 20 Feb 2014
10:06 gahr search for other commits by this committer
- Also, remove useless include
Original commitRevision:345200 
10:05 gahr search for other commits by this committer
- Convert to USES=tcl
Original commitRevision:345199 
Thursday, 13 Feb 2014
18:38 jase search for other commits by this committer
- 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]
Original commitRevision:344137 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Friday, 10 Jan 2014
23:56 jase search for other commits by this committer
- Update to 20140110
Original commitRevision:339392 
Saturday, 19 Oct 2013
02:40 jase search for other commits by this committer
- 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
Original commitRevision:330833 
Sunday, 22 Sep 2013
11:55 jase search for other commits by this committer
- Update to 20130921 (0.4.2-rc2)
Original commitRevision:327870 
Friday, 20 Sep 2013
18:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Original commitRevision:327736 
Monday, 16 Sep 2013
21:58 jase search for other commits by this committer
- Update to 20130916 (0.4.2-rc1)
Original commitRevision:327442 
17:03 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327418 
Saturday, 31 Aug 2013
22:47 jase search for other commits by this committer
- 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
Original commitRevision:325835 
Friday, 16 Aug 2013
18:34 jase search for other commits by this committer
- Update to 20130812
- Add pre-built manpage as build requirements for creating the manpage
  are somewhat excessive.
Original commitRevision:324811 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- 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
Original commitRevision:322783 
Wednesday, 15 May 2013
16:26 jase search for other commits by this committer
- Update to 20130514 (0.4.1-rc2)
Original commitRevision:318247 
Saturday, 11 May 2013
16:53 jase search for other commits by this committer
- Update to 20130507 (0.4.1-rc1)
Original commitRevision:317892 
Monday, 6 May 2013
15:34 bapt search for other commits by this committer
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Original commitRevision:317525 
Friday, 3 May 2013
16:36 ehaupt search for other commits by this committer
Chase security/libgcrypt update
Original commitRevision:317220 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Tuesday, 23 Apr 2013
11:51 gahr search for other commits by this committer
- 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)
Original commitRevision:316351 
10:51 bapt search for other commits by this committer
Convert irc to USES=pkgconfig
Original commitRevision:316344 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Friday, 1 Mar 2013
15:51 jase search for other commits by this committer
- 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
Original commitRevision:313156 
Tuesday, 5 Feb 2013
16:17 novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Original commitRevision:311722 
Sunday, 20 Jan 2013
20:14 jase search for other commits by this committer
- Update to 20130120 (0.4.1-dev)
Original commitRevision:310717 
Thursday, 17 Jan 2013
00:32 jase search for other commits by this committer
- Update to 20130114 (0.4.0-rc3)
Original commitRevision:310529 
Friday, 11 Jan 2013
00:51 jase search for other commits by this committer
- Update to 20130110 (0.4.0-rc2)
Original commitRevision:310213 
Wednesday, 26 Dec 2012
17:40 jase search for other commits by this committer
- Update to 20121226 (0.4.0-rc1)
Original commitRevision:309528 
Sunday, 18 Nov 2012
13:46 jase search for other commits by this committer
- Update to 20121118

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

Feature safe:	yes
Original commitRevision:307537 
Saturday, 10 Nov 2012
14:07 jase search for other commits by this committer
- Update to 20121110
- Remove extraneous patch

Feature safe:	yes
Original commitRevision:307279 
04:55 eadler search for other commits by this committer
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
Original commitRevision:307263 
Saturday, 3 Nov 2012
18:49 jase search for other commits by this committer
- Update to 20121103

Feature safe:	yes
Original commitRevision:306934 
Saturday, 29 Sep 2012
13:52 jase search for other commits by this committer
- Update to 20120929 (0.4.0-dev)
- Convert to new format Makefile header

Approved by:	flo, culot (mentors, implicit)
Original commitRevision:305036 
Thursday, 20 Sep 2012
00:03 jase search for other commits by this committer
- Update to 20120918 (0.3.9-rc2)

Approved by:	flo (mentor)
Original commitRevision:304557 
Tuesday, 4 Sep 2012
16:10 jase search for other commits by this committer
- Update to 20120903 (0.3.9-rc1)

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

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

Approved by:	culot (mentor)
Original commit
Wednesday, 15 Aug 2012
15:22 jase search for other commits by this committer
- 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)
Original commit
Wednesday, 11 Jul 2012
12:06 jase search for other commits by this committer
- 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)
Original commit
Sunday, 10 Jun 2012
17:20 jase search for other commits by this committer
- Update to 20120610 (0.3.9-dev)
- Update maintainer address
- Convert to new options framework

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

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

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

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

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

PR:             ports/165301
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Original commit
Tuesday, 14 Feb 2012
05:42 jgh search for other commits by this committer
- 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
Original commit
Tuesday, 7 Feb 2012
06:32 miwi search for other commits by this committer
- Update to 20120205 (0.3.7-rc1)

PR:             164807
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Original commit
Monday, 14 Nov 2011
03:26 rakuco search for other commits by this committer
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
Original commit
Saturday, 5 Nov 2011
08:58 cs search for other commits by this committer
Update to 20111023

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

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

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

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

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

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

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

PR:             ports/157897
Submitted by:   Jase Thew <freebsd@beardz.net> (maintainer)
Original commit
Sunday, 5 Jun 2011
18:43 novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
Original commit
Sunday, 15 May 2011
15:15 culot search for other commits by this committer
- Update to 20110515

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

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

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

PR:             ports/156552
Submitted by:   Jase Thew (freebsd@beardz.net)
Approved by:    itetcu (mantor)(implicit)
Original commit
Sunday, 10 Apr 2011
08:48 makc search for other commits by this committer
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
Original commit
Sunday, 3 Apr 2011
07:56 culot search for other commits by this committer
- Update to 20110326

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

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

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

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

PR:             153325
Submitted by:   maintainer
Original commit
Monday, 20 Dec 2010
05:37 miwi search for other commits by this committer
- 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)
Original commit
Thursday, 30 Sep 2010
04:49 miwi search for other commits by this committer
- Update to 20100928

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

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

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

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

PR:             ports/146912
Submitted by:   Anonymous <swell.k at gmail.com>
Approved by:    Jase Thew (maintainer)
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Tuesday, 25 May 2010
12:04 sylvio search for other commits by this committer
- Update to 20100521

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

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

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

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

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

Number of commits found: 93