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) combination for a given watch list. This is what FreshPorts will look for.

non port: UPDATING

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

[First Page]  «  8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18  »  [Last Page]

Friday, 20 Sep 2013
12:54 bdrewery search for other commits by this committer
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1]
http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
Original commitRevision:327697 
Thursday, 19 Sep 2013
08:57 rm search for other commits by this committer
- fix another typo in the same line

Reported by:	Terry Kennedy <TERRY@tmk.com> (by email)
Original commitRevision:327605 
07:31 rm search for other commits by this committer
- fix typo
Original commitRevision:327598 
Wednesday, 4 Sep 2013
18:26 madpilot search for other commits by this committer
Fix name of port.

Reported by:	pgj
Original commitRevision:326309 
18:20 madpilot search for other commits by this committer
Fix wording in UPDATING message.
Original commitRevision:326308 
18:06 madpilot search for other commits by this committer
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Original commitRevision:326307 
Saturday, 31 Aug 2013
10:03 sunpoet search for other commits by this committer
- Document the change of graphics/gdal
Original commitRevision:325786 
Friday, 30 Aug 2013
19:14 dinoex search for other commits by this committer
- update to 1.0.Alpha15.0
Original commitRevision:325715 
Monday, 26 Aug 2013
14:34 lwhsu search for other commits by this committer
- Bump PORTREVISION of lang/python since the package changed
- Refine UPDATING instruction

Approved by:	mva
Original commitRevision:325399 
Saturday, 17 Aug 2013
19:10 mva search for other commits by this committer
- Move the symlink magic for the default python version into lang/python
  and lang/python2 and lang/python3. This change brings us closer to the goal
  of making Python ports usable with different Python versions at the same
  time.
- Add a new lang/python2 port to handle the symlinks for bin/python2,
  bin/idle2, bin/pydoc2 and so on.
- Add a new lang/python3 port to handle the symlinks for bin/python3,
  bin/idle3, bin/pydoc3 and so on.
- Bump the PORTREVISION on all lang/python* ports.
Original commitRevision:324864 
Friday, 16 Aug 2013
23:43 stephen search for other commits by this committer
- Change dependency science/netcdf to science/netcdf4.
- Fix some portlint errors.
Original commitRevision:324824 
Tuesday, 13 Aug 2013
17:19 flo search for other commits by this committer
- Update the 20121010 entry to the current gecko world order [1]
- While here remove an EOL white space the caught my eye

Submitted by:	Jan Beich <jbeich@tormail.org> [1]
Original commitRevision:324676 
Monday, 5 Aug 2013
22:29 bsam search for other commits by this committer
. switch default file destination from ${PYTHON_SITELIBDIR}/eric4
  to ${DATADIR} since the port provides not a python module and/or library
  but an application;
. bump PORTREVISION to all eric4 ports (including i18n ones).

Pointed out by:	dbn (at freebsd-python@)
Original commitRevision:324295 
Saturday, 3 Aug 2013
13:50 kwm search for other commits by this committer
Tweak the pkg_delete lines for the glib update, aparently pkg_delete needs
the full package name including version.

Submitted by:	freebsd forums via wblock@
Original commitRevision:324192 
Wednesday, 31 Jul 2013
15:42 kwm search for other commits by this committer
Switch around -f with -r for portmaster. I got confused while looking at
portupgrade options.
Original commitRevision:324059 
14:53 kwm search for other commits by this committer
Fix some typos, make the upgrade instructions more clear.

Submitted by:	wblock@
Original commitRevision:324058 
11:57 kwm search for other commits by this committer
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.

This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
Original commitRevision:324037 
02:23 danfe search for other commits by this committer
Fix couple of typos, inconsistent formatting, and use official X.Org spelling.
Original commitRevision:324000 
02:08 danfe search for other commits by this committer
Spell Qt correctly; for Qt and KDE entries, put a space before version
number.  Remove trailing blanks at EOL while here.
Original commitRevision:323999 
Tuesday, 30 Jul 2013
18:30 rene search for other commits by this committer
Spelling fixes.

Submitted by:	jgh
Original commitRevision:323980 
17:45 rene search for other commits by this committer
Add a note about QT3 and KDE3 being removed.
Original commitRevision:323978 
Thursday, 25 Jul 2013
18:29 bjk (doc committer) search for other commits by this committer
Update to 1.6.5

This is a security release by upstream, and requires configuration changes
in addition to the software update.  See UPDATING.

Reviewed by:	ports-security (zi, remko)
Approved by:	hrs (mentor, ports committer)
Original commitRevision:323659 
Tuesday, 23 Jul 2013
17:43 skreuzer search for other commits by this committer
Revert commit 323487 since renaming spfquery.pl to spfquery causes a
conflict with mail/libspf2
Original commitRevision:323544 
15:56 skreuzer search for other commits by this committer
Update to 2.9.0
Original commitRevision:323536 
Monday, 22 Jul 2013
17:53 rm search for other commits by this committer
- fix yet another typo in bacula entry
Original commitRevision:323487 
Saturday, 20 Jul 2013
12:52 hrs search for other commits by this committer
Document japanese/mozc-el should be removed before upgrading
japanese/mozc-server.
Original commitRevision:323344 
Friday, 19 Jul 2013
12:08 rm search for other commits by this committer
- add dependency on archivers/lzo2 to enable lzo compression
  (just replace compression=GZIP with compression=LZO in Options) [1]
- replace rmdir with ${RMDIR} added in previous commit (portlint warning)
- correct bacula UPDATING entry [2]

PR:		178691
Submitted by:	Oleg Ginzburg <olevole@olevole.ru> [1]
Reported by:    kwm [2]
Approved by:	Dan Langille <dan.langille@gmail.com> (maintainer, by mail)
Original commitRevision:323281 
09:49 rm search for other commits by this committer
Correct bacula-bat portname
Original commitRevision:323276 
09:44 rm search for other commits by this committer
- move bacula configuration to ${ETCDIR}/bacula
- bump PORTREVISION
- add UPDATING entry
- add an option to enable python support (both client and server
  need to be rebuilt with this)

Dan's submission is based on:
PR:     170882
Submitted by:   Michael Carlson <mike@bayphoto.com>

PR:     171818
Submitted by:   Florian Ermisch <floh.edo@googlemail.com>

PR:     177331
Submitted by:   Dan Langille <dan@langille.org> (maintainer)
Original commitRevision:323275 
Thursday, 18 Jul 2013
21:52 glarkin search for other commits by this committer
- Only disable automatic cron job installation when installing from the
  port, not the package.
Original commitRevision:323257 
20:55 glarkin search for other commits by this committer
- Added an option to control installation of the crontab file. The
  option defaults to yes during interactive installation, and the crontab
  file is not installed during non-interactive installation.

Requested by:	espen@tagestad.no (via email)
Original commitRevision:323256 
15:36 wg search for other commits by this committer
www/zend-framework: update to 2.2.1

- Update to 2.2.1
- Copy old version to www/zend-framework1
- Chase mail/squirrelmail-postfixadmin-plugin dependency
- Take maintainership

If you wish to stay with the older version run:
  # portmaster -o www/zend-framework1 www/zend-framework
    or
  # portupgrade -fo www/zend-framework1 www/zend-framework
    or
  # pkg set -o www/zend-framework:www/zend-framework1

PR:		ports/179689
Submitted by:	wg (myself)
Approved by:	maintainer
Original commitRevision:323238 
Monday, 15 Jul 2013
07:21 mandree search for other commits by this committer
Fix up pkg_delete (old-style) instructions for net/avahi-gtk
by adding a trailing backslash-asterisk "\*".
Original commitRevision:323018 
Sunday, 14 Jul 2013
21:17 kwm search for other commits by this committer
Update to 0.6.31.

Trim headers, update to new USES, remove obsolete Qt3 bindings.
Add new gtk3 avahi library. Misc cleanups.

Obtained from:	GNOME devel repo
Original commitRevision:323006 
Thursday, 11 Jul 2013
12:40 mat search for other commits by this committer
Have dns/py-ldns only install the Python bits.

PR:		ports/179812
Submitted by:	mat
Approved by:	maintainer
Original commitRevision:322766 
Wednesday, 10 Jul 2013
20:47 maxim (src,doc committer) search for other commits by this committer
o Grammar.

Approved by:	bdrewery
Original commitRevision:322732 
Sunday, 7 Jul 2013
15:48 madpilot search for other commits by this committer
- Update to 5.0.1
- Preserve configuration files for future updates
- Add post-install script and UPDATING entry to help upgrading from
  previous version
Original commitRevision:322446 
Saturday, 6 Jul 2013
08:43 ohauer search for other commits by this committer
- update devel/apr1
  apr-1.4.6      -> apr-1.4.8
  apr-util-1.4.1 -> apr-util-1.5.2

- add support for NSS crypto driver (apr-util)

Changes URL's:
http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup
http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?view=markup
http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?view=markup

Thanks to tijl@ for sending patches to the apache@ list.
 http://lists.freebsd.org/pipermail/freebsd-apache/2013-June/003172.html

with hat apache@
Original commitRevision:322367 
Friday, 5 Jul 2013
17:45 rakuco search for other commits by this committer
Add some notes about rebuilding kdelibs4-dependent ports if using clang.

As mentioned in r322300, clang support has been improved since the update to
4.10.4 a few days ago.

This, however, requires a rebuild of the ports that depend on kdelibs4. Most
of them are covered by the KDE update itself, but those which are not part
of the Software Compilation need to be rebuilt manually to make sure the
previous issues (proper symbol visibility being the most annoying of them)
are solved.

I haven't fully tested all the possible portmaster/portupgrade/pkg commands
myself, so please shout out loud if they're not correct.

In collaboration with:	avilla@
Original commitRevision:322343 
Wednesday, 3 Jul 2013
17:45 db search for other commits by this committer
Updated trustedqsl and removed tqsllib port which is no longer needed
Some cleanups and fixes needed.

Original comment from shurd@sasktel.net
I noticed that the new version allows uploading directly from the tqsl
app, so I've updated the port.  The tqsllib is no longer a separate
package from upstream, so I added the CONFLICTS_INSTALL for it.  A note
will be needed in ports/UPDATING regarding this.

Submitted by:		 Stephen Hurd <shurd@sasktel.net>
Original commitRevision:322238 
Thursday, 27 Jun 2013
20:16 bdrewery search for other commits by this committer
Add note on portmaster+pkgng changes
Original commitRevision:321901 
08:47 timur search for other commits by this committer
Upgraded port to the latest 3.6.16 revision.
Original commitRevision:321875 
Sunday, 23 Jun 2013
12:34 tota search for other commits by this committer
- Update net-im/mikutter to 0.2.2.1264 [1]
  * Convert NOPORTDOCS to PORT_OPTIONS:MDOCS [1]
  * Remove LICENSE_FILE for standard license
  * Remove INSTALL_DEPENDS
  * Make use of rubygem ports instead of ruby- prefix ports
  * Update the restriction of Ruby version
  * Cleanup post-patch target
- Remove net-im/mikutter003 [2]
  * Consider using net-im/mikutter
  * Add an entry to UPDATING

PR:		ports/179320 (based on) [1]
PR:		ports/179504 (based on) [2]
Submitted by:	Koichiro IWAO <meta+ports_AT_vmeta_DOT_jp> [1][2]
Original commitRevision:321632 
Saturday, 22 Jun 2013
21:20 rakuco search for other commits by this committer
Belatedly add an entry in UPDATING for www/magento.

PR:		ports/179267
Submitted by:	Melvyn Sopacua <melvyn@magemana.nl> (maintainer)
Original commitRevision:321593 
Thursday, 20 Jun 2013
09:38 lev search for other commits by this committer
 Fix spelling

Submitted by:	N.J. Mann njm at njm dot me dot uk
Original commitRevision:321365 
08:19 lev search for other commits by this committer
 Expand UPDATES entry for devel/subversion with message about
 new options.
Original commitRevision:321358 
Wednesday, 19 Jun 2013
21:44 ohauer search for other commits by this committer
- allow java/subversion-jave to stay on subversion17
- update UPDATING with a hint how to keep subversion17
Original commitRevision:321336 
21:13 ohauer search for other commits by this committer
- restore subversion-1.7.x as subversion17

  I will take the port

  OK per PM by Lev@
Original commitRevision:321328 
Friday, 14 Jun 2013
12:59 tijl search for other commits by this committer
Let config-conditional take options configured in make.conf into account.
The option dialog will not appear if all options have been configured
before, either using the dialog or in make.conf.  This means you can set
options once for all ports in make.conf and not have dialogs pop up if
those are the only options.

Also let config-conditional run make config instead of do-config.  Make
config handles NO_DIALOG and pre-config.

Discussed with:	danfe
Approved by:	portmgr (bapt)
Original commitRevision:320908 
Wednesday, 12 Jun 2013
19:12 rakuco search for other commits by this committer
Improve the English in the recent Perl UPDATING entry
Original commitRevision:320717 
13:00 az search for other commits by this committer
- lang/perl5.12 upgrade to 5.12.5
- lang/perl5.14 upgrade to 5.14.4
- lang/perl5.16 upgrade to 5.16.3
- Global modify SITE_PERL[1][2]

[1] - See more info:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl
[2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@)

Please, see ports/UPDATING for upgrade procedure.

Reviewed by:	bapt@ (exp-run), culot@
Original commitRevision:320679 
Sunday, 9 Jun 2013
19:30 naddy search for other commits by this committer
* Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
Original commitRevision:320405 
Friday, 7 Jun 2013
15:48 wxs search for other commits by this committer
Note 8.4 release.

Also, retroactively note 9.1 release as it never made it in.
Original commitRevision:320220 
Tuesday, 4 Jun 2013
18:53 pgj search for other commits by this committer
- Update The Glorious Glasgow Haskell Compiler to version 7.6.3
- Update Haskell Platform to version 2013.2.0.0

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some highlights of the update:

- Fix PDF generation for pandoc [1]
- From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for
  hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with
  portmaster(8) [2]
- Experimental support for LLVM-based code generation (disabled by default)
- Many simplifications, refactoring in bsd.cabal.mk

New ports (11):

devel/hs-asn1-types                         0.1.3
devel/hs-data-default-class                 0.0.1
devel/hs-data-default-instances-base        0.0.1
devel/hs-data-default-instances-containers  0.0.1
devel/hs-data-default-instances-dlist       0.0.1
devel/hs-data-default-instances-old-locale  0.0.1
devel/hs-extensible-exceptions              0.1.1.4
devel/hs-mmorph                             1.0.0
devel/hs-quickcheck-io                      0.1.0
x11-toolkits/hs-GLURaw                      1.3.0.0
x11-toolkits/hs-OpenGLRaw                   1.3.0.0

Updated ports (104):

archivers/hs-zlib                        0.5.4.0_1        --> 0.5.4.1
databases/hs-persistent                  1.1.5.1          --> 1.2.0.1
databases/hs-persistent-sqlite           1.1.5            --> 1.2.0
databases/hs-persistent-template         1.1.2.4          --> 1.2.0
devel/hs-HUnit                           1.2.5.1_1        --> 1.2.5.2
devel/hs-IORefCAS                        0.2_3            --> 0.2.0.1
devel/hs-MonadRandom                     0.1.8            --> 0.1.9
devel/hs-QuickCheck                      2.5.1.1_1        --> 2.6
devel/hs-abstract-deque                  0.1.6_1          --> 0.2
devel/hs-alex                            3.0.2_1          --> 3.0.5
devel/hs-async                           2.0.1.3_1        --> 2.0.1.4
devel/hs-basic-prelude                   0.3.4.0          --> 0.3.5.0
devel/hs-blaze-builder                   0.3.1.0_4        --> 0.3.1.1
devel/hs-byteorder                       1.0.3_4          --> 1.0.4
devel/hs-cabal-install                   0.14.0_4         --> 1.16.0.2
devel/hs-classy-prelude                  0.5.3            --> 0.5.7
devel/hs-cmdargs                         0.10.2           --> 0.10.3
devel/hs-conduit                         1.0.2            --> 1.0.5
devel/hs-data-default                    0.5.0_1          --> 0.5.3
devel/hs-fsnotify                        0.0.6            --> 0.0.11
devel/hs-generic-deriving                1.4.0            --> 1.5.0
devel/hs-git-annex                       4.20130323_1     --> 4.20130601
devel/hs-haddock                         2.11.0_1         --> 2.13.2
devel/hs-hashable                        1.2.0.5          --> 1.1.2.5,1
devel/hs-hlint                           1.8.43           --> 1.8.45
devel/hs-hspec                           1.4.4            --> 1.5.4
devel/hs-hspec-expectations              0.3.0.3_1        --> 0.3.2
devel/hs-largeword                       1.0.4            --> 1.0.5
devel/hs-lens                            3.8.7.3          --> 3.9.0.2
devel/hs-lifted-base                     0.2.0.2          --> 0.2.0.5
devel/hs-monad-control                   0.3.1.4_1        --> 0.3.2.1
devel/hs-monad-logger                    0.3.0.1          --> 0.3.1.1
devel/hs-monad-par                       0.3.4.1          --> 0.3.4.2
devel/hs-pool-conduit                    0.1.1_1          --> 0.1.2
devel/hs-profunctors                     3.3              --> 3.3.0.1
devel/hs-reflection                      1.1.7            --> 1.3.2
devel/hs-resourcet                       0.4.5            --> 0.4.7.1
devel/hs-show                            0.5              --> 0.6
devel/hs-split                           0.2.1.1_1        --> 0.2.2
devel/hs-stm                             2.4_1            --> 2.4.2
devel/hs-syb                             0.3.7_1          --> 0.4.0
devel/hs-tagged                          0.4.4_1          --> 0.6
devel/hs-text                            0.11.2.3_1       --> 0.11.3.1
devel/hs-unix-compat                     0.4.1.0          --> 0.4.1.1
devel/hs-unix-time                       0.1.5            --> 0.1.8
devel/hs-unordered-containers            0.2.3.0          --> 0.2.3.1
devel/hs-utility-ht                      0.0.8_3          --> 0.0.9
devel/hs-uuagc                           0.9.42.2_3       --> 0.9.42.3
devel/hs-uuid                            1.2.9            --> 1.2.13
devel/hs-void                            0.5.11           --> 0.6
math/hs-NumInstances                     1.2              --> 1.3
math/hs-comonad-transformers             3.0.1_1          --> 3.0.2
math/hs-semigroups                       0.9              --> 0.9.1
math/hs-statistics                       0.10.2.0_2       --> 0.10.3.1
net/hs-network                           2.3.1.0_1        --> 2.4.1.2
net/hs-publicsuffixlist                  0.0.3            --> 0.1
net/hs-socks                             0.5.0            --> 0.5.1
security/hs-certificate                  1.3.5_1          --> 1.3.7
security/hs-cipher-aes                   0.1.7            --> 0.1.8
security/hs-clientsession                0.8.1_1          --> 0.9
security/hs-crypto-api                   0.11             --> 0.12.1
security/hs-crypto-conduit               0.5.0            --> 0.5.2
security/hs-crypto-pubkey                0.1.2_1          --> 0.1.3
security/hs-crypto-pubkey-types          0.2.0_1          --> 0.3.2
security/hs-cryptocipher                 0.4.0_1          --> 0.5.0
security/hs-cryptohash                   0.8.3_1          --> 0.9.0
security/hs-skein                        0.1.0.12         --> 1.0.3
textproc/hs-HaXml                        1.23.3_2         --> 1.24
textproc/hs-attoparsec-conduit           1.0.0            --> 1.0.1
textproc/hs-blaze-html                   0.6.0.0          --> 0.6.1.1
textproc/hs-blaze-markup                 0.5.1.4          --> 0.5.1.5
textproc/hs-case-insensitive             1.0              --> 1.0.0.2
textproc/hs-highlighting-kate            0.5.3.8          --> 0.5.3.9
textproc/hs-hs-bibutils                  4.17             --> 5.0
textproc/hs-polyparse                    1.8_3            --> 1.9
textproc/hs-texmath                      0.6.1.3          --> 0.6.1.5
textproc/hs-xml                          1.3.12_4         --> 1.3.13
textproc/hs-yaml                         0.8.2.3          --> 0.8.2.4
www/hs-HTTP                              4000.2.5_1       --> 4000.2.8
www/hs-cgi                               3001.1.7.4_6,1   --> 3001.1.7.5,1
www/hs-hamlet                            1.1.6.3          --> 1.1.7.1
www/hs-happstack-server                  7.1.7            --> 7.1.7.1
www/hs-heist                             0.11.1           --> 0.12.0
www/hs-http-conduit                      1.9.0            --> 1.9.3
www/hs-http-reverse-proxy                0.1.1.3          --> 0.1.1.6
www/hs-shakespeare                       1.0.3.1          --> 1.0.5
www/hs-shakespeare-css                   1.0.3            --> 1.0.5.1
www/hs-shakespeare-js                    1.1.2.1          --> 1.1.4
www/hs-snap                              0.11.2           --> 0.12.0
www/hs-wai-extra                         1.3.2.4          --> 1.3.4
www/hs-wai-test                          1.3.0.4          --> 1.3.1
www/hs-warp                              1.3.7.4          --> 1.3.8.1
www/hs-yesod                             1.1.9.2          --> 1.2.0.1
www/hs-yesod-auth                        1.1.5.3          --> 1.2.0
www/hs-yesod-core                        1.1.8.2          --> 1.2.0.4
www/hs-yesod-form                        1.2.1.3          --> 1.3.0
www/hs-yesod-persistent                  1.1.0.1_1        --> 1.2.0
www/hs-yesod-platform                    1.1.8            --> 1.2.0.1
www/hs-yesod-routes                      1.1.2            --> 1.2.0
www/hs-yesod-static                      1.1.2.2          --> 1.2.0
www/hs-yesod-test                        0.3.5            --> 1.2.0
x11-toolkits/hs-GLUT                     2.1.2.1_7,1      --> 2.4.0.0,1
x11-toolkits/hs-OpenGL                   2.2.3.1_4,1      --> 2.8.0.0,1
x11/hs-xmobar                            0.16_2           --> 0.17

Removed ports (2):

www/hs-yesod-default                     1.1.3.2
www/hs-yesod-json                        1.1.2.1

PR:		ports/179146 [1]
Requested by:	Omar Thameen <omar@biglist.com> [1]
Reported by:	sperber, bapt [2]
Tested by:	sperber [2]
Obtained from:	FreeBSD Haskell
Original commitRevision:319894 
Monday, 3 Jun 2013
22:13 wg search for other commits by this committer
- Update to 1.4.0 [1]
- Add PORTDOCS
- Install extra migration files
- Preserve 1.3.x as dns/opendnssec13

Changes: https://wiki.opendnssec.org/display/DOCS/New+in+OpenDNSSEC+1.4

PR:		ports/178861 [1]
Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> [1]
Approved by:	culot (mentor), maintainer
Original commitRevision:319813 
Saturday, 1 Jun 2013
19:18 rakuco search for other commits by this committer
Mention that ack 2.04 has some incompatibilities with ack 1.

Suggested by az.
Original commitRevision:319585 
01:08 swills search for other commits by this committer
- Update ruby note to remind users to stop software before updating it.
Original commitRevision:319551 
Thursday, 30 May 2013
17:48 swills search for other commits by this committer
- Update to 2.0.12
- rc script passes rclint
- Add UPDATING entry

PR:		ports/179015
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
Original commitRevision:319438 
Tuesday, 28 May 2013
15:54 swills search for other commits by this committer
- Hopefully final update to the note about ruby, this way seems to work better
Original commitRevision:319317 
14:46 swills search for other commits by this committer
- Try again to fix the UPDATING entry for ruby. Thanks to bdrewery for the help.
Original commitRevision:319315 
Monday, 27 May 2013
21:44 swills search for other commits by this committer
- Fix incorrect portmaster instructions for ruby update
Original commitRevision:319286 
13:11 swills search for other commits by this committer
- Switch default version of Ruby to 1.9
Original commitRevision:319233 
Sunday, 26 May 2013
00:58 brd (doc committer) search for other commits by this committer
- Remove sysutils/rsyslog5* finally
- Note expirations on sysutils/rsyslog6* as it is unsupported now as well

Reviewed by:	zi@
Original commitRevision:319083 
Saturday, 25 May 2013
14:55 madpilot search for other commits by this committer
- Patch postgrey to use PGY_GROUPNAME by default
- Don't show OPTIONS dialog for just DOCS option
- Tidy up port Makefile
- Rework rc script
- Add UPDATING message and pkg-message to inform users about the
  rc script changes

PR:		ports/178644
Submitted by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Original commitRevision:319058 
14:37 zeising search for other commits by this committer
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
Original commitRevision:319055 
Monday, 20 May 2013
15:29 tj search for other commits by this committer
Upgrade to 0.90.0.

This upgade requires a full cluster restart.

Changes: http://www.elasticsearch.org/downloads/0-90-0/
Original commitRevision:318606 
Sunday, 19 May 2013
16:06 tj search for other commits by this committer
Update to 5.8.0.

This upgrade switches the required JVM to 1.7.

Changes: http://activemq.apache.org/activemq-580-release.html
Original commitRevision:318541 
Sunday, 12 May 2013
19:57 pgj search for other commits by this committer
- s\git annex\git-annex\
Original commitRevision:317975 
19:39 pgj search for other commits by this committer
- Fix a silent hashing problem for git-annex, please study the UPDATING
  entry before proceeding!

Submitted by:	Justin Bedo <cu@cua0.org>
Obtained from:	FreeBSD Haskell
Original commitRevision:317974 
Saturday, 11 May 2013
18:54 hrs search for other commits by this committer
Document TEX_DEFAULT.
Original commitRevision:317904 
Tuesday, 7 May 2013
00:43 avilla search for other commits by this committer
- Add instructions to complete the update of usbmuxd and
  libimobiledevice.
Original commitRevision:317568 
00:17 avilla search for other commits by this committer
- Update libplist to 1.10.
- Split Python bindings from the main port, and put them into
  devel/py-libplist.
Original commitRevision:317562 
Monday, 6 May 2013
00:44 hrs search for other commits by this committer
TeXLive mega commit.  The following ports have been added:

  * Meta port
   - print/texlive-full: meta port to install all of the TeXLive components

  * Libraries
   - devel/tex-kpathsea: kpathsea library
   - devel/tex-web2c: WEB2C toolchain and TeX engines
   - print/tex-ptexenc: character code conversion library for pTeX

  * Base part of the TeXLive
   - print/texlive-base: binary programs in TeXLive
   - print/texlive-texmf: macro and font data in TeXLive
   - print/texlive-infra: tlmgr dependency (Perl modules)

  * TeX Formats
   - print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
       EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
   - print/tex-aleph: Aleph/Lambda
   - print/tex-xetex: XeTeX
   - print/tex-luatex: LuaTeX
   - print/tex-jadetex: JadeTeX
   - print/tex-xmltex: XMLTeX
   - japanese/tex-ptex: pTeX

  * DVI ware
   - print/tex-xdvik: XDvi

Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].

Approved by:	portmgr (old version) [1]
PR:		ports/171571
PR:		ports/176399 [1]
Original commitRevision:317452 
Friday, 3 May 2013
17:59 ehaupt search for other commits by this committer
Add a note about the security/libgcrypt update.
Original commitRevision:317227 
Thursday, 2 May 2013
12:10 bdrewery search for other commits by this committer
- Follow-up pkg-1.0.12 release with UPDATING entry explaining
  optional step to rebuild shlib tracking
Original commitRevision:317099 
Sunday, 28 Apr 2013
19:11 crees search for other commits by this committer
Add warning for sudo users that removing gettext will lock them out!
Original commitRevision:316743 
Saturday, 27 Apr 2013
16:00 hrs search for other commits by this committer
Add libpaper support to print/a2ps-*[1], print/c2ps-*, print/lprps-*,
graphics/jpeg2ps-*, and merge the papersize-suffixed versions into
single ones respectively as print/psutils did.

Approved by:	dinoex (maintainer) [1]
Original commitRevision:316672 
Wednesday, 24 Apr 2013
04:13 hrs search for other commits by this committer
Merge print/psutils-a4 and print/psutils-letter into a single port
print/psutils.  The default paper size in the programs can be set via
libpaper ($PAPERSIZE or etc/papersize configuration file).
Original commitRevision:316401 
Tuesday, 23 Apr 2013
01:49 sahil search for other commits by this committer
Repo-copy mail/postfix -> mail/postfix29, and update
both ports to the latest version and make a note in
UPDATING.  Also:

- Adjust CONFLICTS
- Add LICENSE information
- Canonicalize 'Created by:' Makefile header
- Remove shlib version from LIB_DEPENDS assignment
- Correct LDAP_SASL logic
- Replace tab with a single space after 'WWW:' in pkg-descr

PR:		ports/177127
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Original commitRevision:316296 
Monday, 8 Apr 2013
17:10 makc search for other commits by this committer
- Update to digiKam and Kipi Plugins ports to 3.1.0
- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port

Approved by:	portmgr (miwi)
Original commitRevision:315762 
Sunday, 7 Apr 2013
17:47 bdrewery search for other commits by this committer
- Add pkgng instructions for recent entries

Approved by:	portmgr (implicit)
Original commitRevision:315755 
Wednesday, 3 Apr 2013
20:27 flo search for other commits by this committer
- update thunderbird, firefox-esr, linux-thunderbird and linux-firefox to
  17.0.5
- update firefox to 20.0
- update seamonkey and linux-seamonkey to 2.17
- update nspr to 4.9.6
- remove mail/thunderbird-esr, Mozilla stopped providing 2 versions of
  thunderbird
- prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier
  are advised to upgrade - http://www.freebsd.org/security/
- add vuln.xml entry

Security:	94976433-9c74-11e2-a9fc-d43d7e0c7c02
Approved by:	portmgr (miwi)
In collaboration with:	Jan Beich <jbeich@tormail.org>
Original commitRevision:315713 
Sunday, 31 Mar 2013
13:43 pgj search for other commits by this committer
- Fix a minor dynamic linking problem for certain Haskell Cabal ports
- Add an UPDATING entry for description and instructions

Submitted by:	ashish
Approved by:	portmgr (miwi)
Obtained from:	FreeBSD Haskell
Original commitRevision:315636 
Saturday, 30 Mar 2013
02:51 bdrewery search for other commits by this committer
Add entry about portmaster-3.15
Original commitRevision:315589 
Friday, 29 Mar 2013
22:34 avilla search for other commits by this committer
- Set KDE4_BUILD_TESTS to off.
- Bump PORTREVISION.
- Add UPDATING note about required kio-upnp-ms fix procedure.
Original commitRevision:315578 
Wednesday, 27 Mar 2013
14:58 ashish search for other commits by this committer
- Update to 5.3p1
- Bump PORTEPOCH
- Add additional USERS for privilege separation
- Add instructions for fixing permissions in pkg-message
- Add a note about privilege separation to UPDATING file

Changes:		http://article.gmane.org/gmane.mail.opensmtpd.general/446
Original commitRevision:315389 
11:55 makc search for other commits by this committer
KDE/FreeBSD team presents KDE SC 4.10.1 ports!

- kdegames4 port has been split.
- kdeutils4-printer-applet and system-config-printer-kde have been
  replaced by print/kde4-print-manager.
- Recover misc/kde4-l10n-mr from attic.
- New USE_KDE4 components: kactivities, libkdegames, nepomuk-core,
  and nepomuk-widgets.
- Provide sharedmime component with magic: ports don't need to
  run update-mime-database themselves now.
- Switch some ports to out-of-source build.
- Update port comments.
- Adjust dependence on Qt4 components.
- x11/kde4 installs modern kdepim4 now.
- Remove redundant aspell and hspell from kdelibs4, both
  can be enabled in textproc/enchant if needed.
- Remove stale bits from bsd.kde4.mk

The area51 repository features commits by Schaich Alonso and myself.

Contributors:
- Tobias Berner
Original commitRevision:315373 
Tuesday, 26 Mar 2013
17:16 makc search for other commits by this committer
Sync clocks, fix date...
Original commitRevision:315316 
15:43 makc search for other commits by this committer
- Split deskutils/strigi port on libraries, client, daemon and utilities.
  deskutils/strigi is a meta port now
- USE_KDE4= strigi now implies dependence on deskutils/libstreamanalyzer
Original commitRevision:315308 
Saturday, 23 Mar 2013
17:10 glewis search for other commits by this committer
. Note libarchive version bump.
Original commitRevision:315048 
07:01 glewis search for other commits by this committer
. Move recent entries so the dates for them are in chronological order.
Original commitRevision:315005 
Thursday, 21 Mar 2013
14:15 bdrewery search for other commits by this committer
Add an entry about dialog4ports
Original commitRevision:314844 
07:41 kwm search for other commits by this committer
Tweak the portmaster poppler instructions so it only matches one port.
Original commitRevision:314821 
05:27 mezz search for other commits by this committer
- Update poppler to 0.22.2.
- Bump the rest ports that depend on the poppler and poppler-qt because of
  shared library version have been changed.
- Add a note in the UPDATING for require to rebuild all ports that depend
  on poppler.

Submitted by:	kwm (poppler* part)
Original commitRevision:314805 
Tuesday, 19 Mar 2013
12:37 vanilla search for other commits by this committer
typo fix.
Original commitRevision:314639 
12:34 fluffy search for other commits by this committer
- Add note about deinstalling old version of net/freerdp before build a new one
Original commitRevision:314638 
Monday, 18 Mar 2013
15:14 vanilla search for other commits by this committer
1: Upgrade protobuf to 2.5.0.
2: bump revision.
3: document UPDATING.
Original commitRevision:314580 
13:30 bapt search for other commits by this committer
Add a note about libiconv/gettext upgrade in UPDATING

Reported by:	jrm (via irc)
Wording by:	koobs, jrm (via irc)
Original commitRevision:314564 
Sunday, 10 Mar 2013
04:06 miwi search for other commits by this committer
- Whitespaces cleanup
Original commitRevision:313799 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 

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

[First Page]  «  8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18  »  [Last Page]