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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: MOVED

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

[First Page]  «  46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56  »  [Last Page]

Monday, 4 Apr 2016
18:15 rene search for other commits by this committer
Remove expired port:
2016-04-04 net-mgmt/weathermap: Distfile unavailable, website no longer exists
Original commitRevision:412523 
14:57 tj search for other commits by this committer
Delete duplicate port.
Original commitRevision:412515 
Sunday, 3 Apr 2016
21:10 rene search for other commits by this committer
Remove expired port:
2016-04-01 www/py-satchmo: Project development unmaintained
Original commitRevision:412491 
Thursday, 31 Mar 2016
20:54 rene search for other commits by this committer
Remove expired ports:
2016-03-31 databases/rubygem-after_commit_queue-rails41: Rails 4.1 is no longer
supported - please switch to Rails 4.2
2016-03-31 textproc/rubygem-jekyll-assets1: Use textproc/rubygem-jekyll-assets
instead
2016-03-31 devel/rubygem-sprockets-rails-rails41: Rails 4.1 is no longer
supported - please switch to Rails 4.2
2016-03-31 mail/rubygem-actionmailer41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 databases/rubygem-activemodel41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 devel/rubygem-activesupport41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 www/rubygem-actionpack41: Rails 4.1 is no longer supported - please
switch to Rails 4.2
2016-03-31 devel/rubygem-actionview41: Rails 4.1 is no longer supported - please
switch to Rails 4.2
2016-03-31 databases/rubygem-paranoia-rails41: Rails 4.1 is no longer supported
- please switch to Rails 4.2
2016-03-31 databases/rubygem-activerecord41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 textproc/rubygem-sass-rails4-rails41: Rails 4.1 is no longer
supported - please switch to Rails 4.2
2016-03-31 www/rubygem-turbolinks-rails41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 devel/rubygem-omniauth_crowd-rails41: Rails 4.1 is no longer
supported - please switch to Rails 4.2
2016-03-31 devel/rubygem-coffee-rails41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 www/rubygem-railties41: Rails 4.1 is no longer supported - please
switch to Rails 4.2
2016-03-31 devel/rubygem-jbuilder-rails41: Rails 4.1 is no longer supported -
please switch to Rails 4.2
2016-03-31 textproc/py-genshi-devel: The port is no longer updated and behind
the main genshi port
Original commitRevision:412303 
Wednesday, 30 Mar 2016
05:57 rene search for other commits by this committer
Remove expired ports:
2016-03-25 www/session2: That is a part of Quixote webapp framework we no longer
have in ports
2016-03-26 www/py-django-pipeline14: This port depends upon expired
www/py-django16 and have no consumers
2016-03-26 textproc/libwpd: Not used any more
2016-03-26 graphics/libwpg: Not used any more
2016-03-26 textproc/libwps02: Not used any more
2016-03-26 textproc/libabw00: Not used any more
2016-03-27 databases/cassandra: 1.2.x has reached EOL, upgrade to a supported
version of Cassandra
Original commitRevision:412155 
Tuesday, 29 Mar 2016
14:49 olgeni search for other commits by this committer
Move devel/erlang-ssl_verify_hostname to devel/erlang-ssl_verify_fun.

Project was renamed upstream.
Original commitRevision:412116 
06:21 dbn search for other commits by this committer
graphics/libtxc_dxtn: remove port

Remove libtxc_dxtn as s2tc is based on a newer version and includes extra
components (command line tools for texture compression).

s2tc is also based on a newer version than libtxc_dxtn.

Approved by:	x11 (dumbbell@)
Original commitRevision:412096 
Monday, 28 Mar 2016
19:33 rakuco search for other commits by this committer
Remove expired ports.

2016-03-26 textproc/libvisio: Not used any more
2016-03-26 textproc/libe-book00: Not used any more

Not only do these two ports have newer versions in the tree
(textproc/libvisio01 and textproc/libe-book, respectively), but they were
failing to build with the upcoming Boost 1.60.

PR:		199601
Original commitRevision:412070 
15:38 swills search for other commits by this committer
net/rubygem-omniauth-cas3: port duplicates security/rubygem-omniauth-cas3

Pointhat to:	swills
Original commitRevision:412057 
Monday, 21 Mar 2016
22:46 antoine search for other commits by this committer
Fix MOVED
Original commitRevision:411627 
22:23 grog search for other commits by this committer
Two hugin ports bite the dust.
Original commitRevision:411625 
21:11 ed search for other commits by this committer
Merge cloudabi-clang with cloudabi-toolchain and install more useful tools.

Now that the previous changes to the cloudabi-clang package brought in
more LLVM tools, the package actually became a misnomer. Most of the
tools that it installed are not part of Clang, but of LLVM instead. My
plans of extending it to also install wrappers around man(1) and
pkgconf(1) would make the naming even worse.

The only reason that the cloudabi-clang package was created in the first
place, was because we still had some of the core CloudABI libraries part
of FreeBSD Ports. Now that these libraries are part of their own package
collection, it makes more sense to squash this package together with
cloudabi-toolchain.

The nice thing about installing a wrapper around pkgconf(1) named
${gnu_triple}-pkg-config is that Autoconf now automatically picks it up.
Running ./configure --host=${gnu_triple} is enough to make it detect the
cross compiled libraries it depends on.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D5697
Original commitRevision:411619 
Sunday, 20 Mar 2016
16:09 olivierd search for other commits by this committer
- Revive devel/libparserutils
- Take maintainership
- Update to 0.2.3
Original commitRevision:411458 
10:53 tijl search for other commits by this committer
Install net/libnet headers and libraries back in the location where other
ports expect it.  The files were put in a different location to avoid a
conflict with net/libnet10 but this port has been removed a while ago now.

PR:		208122
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:411432 
10:07 rene search for other commits by this committer
Remove expired ports:
2016-03-15 www/eaccelerator: cannot be installed: doesn't work with lang/php56
port (doesn't support PHP 5.5 5.6 70)
2016-03-15 devel/pecl-inclued: cannot be installed: doesn't work with lang/php56
port (doesn't support PHP 5.5 5.6 70)
2016-03-15 security/pecl-taint: cannot be installed: doesn't work with
lang/php56 port (doesn't support PHP 5.5 5.6 70)
Original commitRevision:411431 
Saturday, 19 Mar 2016
17:11 feld search for other commits by this committer
Move devel/py-icu to devel/py-pyicu

* PORTNAME devel/py-pyicu should be used rather than devel/py-icu, per policy
[1]
* Add LICENSE=MIT as per LICENSE file contained in distfile
* Tidy up MAKE_ENV variable assignment (pet portlint)
* Update WWW in pkg-descr to point to PyPI site, since the old site is down
* Update other ports which depend on devel/py-icu to point to devel/py-pyicu

[1] https://wiki.freebsd.org/Python/PortsPolicy

PR:		207367
Approved by:	maintainer timeout
Original commitRevision:411415 
Thursday, 17 Mar 2016
12:57 tijl search for other commits by this committer
Update OpenVAS ports from version 2 to version 8.  All components have
been renamed and rearranged.  The graphical user interface provided by
security/openvas-client has been discontinued.  Instead there is now a
web interface provided by security/greenbone-security-assistant and a
command-line interface provided by security/openvas-client.
Original commitRevision:411278 
Monday, 14 Mar 2016
20:02 antoine search for other commits by this committer
comms/qpage was resurrected
Original commitRevision:411114 
Sunday, 13 Mar 2016
20:44 rene search for other commits by this committer
Remove expired ports:
2016-03-13 russian/MT: Reached it's EOL in September 2015
2016-03-13 www/MT: Reached it's EOL in September 2015
Original commitRevision:411029 
17:45 antoine search for other commits by this committer
net/freeswitch and lang/haskell-mode.el were resurected
Original commitRevision:411005 
Friday, 11 Mar 2016
11:53 tijl search for other commits by this committer
Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3.  Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.

Long description:

First some background.  When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain.  Costs used to be configured in such a way that files were
first converted to PostScript.  This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers.  Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:410825 
09:22 tijl search for other commits by this committer
Delete print/cups before renaming print/cups-base.  This is just a metaport
for various cups components that will no longer be needed.

PR:		207746
Original commitRevision:410816 
Thursday, 10 Mar 2016
19:02 antoine search for other commits by this committer
Fix MOVED
Original commitRevision:410771 
18:44 ehaupt search for other commits by this committer
Fix format of elasticsearch-plugin-marvel2
Original commitRevision:410769 
16:40 dvl search for other commits by this committer
Move this port to where it should live, based on existing ports for
Elasticsearch 2
Original commitRevision:410766 
Monday, 7 Mar 2016
19:34 antoine search for other commits by this committer
- Switch regripper to USE_GITHUB
- Update regripper to a recent snapshot (2.8.20160225)
- Merge regripperplugins into regripper
Original commitRevision:410541 
17:48 mat search for other commits by this committer
About five years ago, DateTime::Util::Astro became DateTime::Astro, and
DateTime::Event::SolarTerm was incorporated in it. Clean up.

Sponsored by:	Absolight
Original commitRevision:410535 
Sunday, 6 Mar 2016
18:44 antoine search for other commits by this committer
MOVEDlint
Original commitRevision:410477 
17:32 rene search for other commits by this committer
Remove expired ports:
2016-03-05 devel/seed: No longer used
2016-03-05 devel/seed3: No longer used
2016-03-06 audio/waheela: Distfiles unavailable and no updates in 6 years
2016-03-06 sysutils/logstash-contrib: Upstream now distributing plugins
separately: see https://github.com/logstash-plugins
Original commitRevision:410467 
16:58 pi search for other commits by this committer
math/geogebra-i18n: rename to math/geogebra, 4.2.47.0 -> 5.0.208.0

Changes:
  http://www.geogebra.org/wiki/en/Reference:Changelog_5.0

PR:		199399
Submitted by:	Zsolt Udvari <udvzsolt@gmail.com>
Approved by:	nivit
Original commitRevision:410466 
Saturday, 5 Mar 2016
12:40 rakuco search for other commits by this committer
Remove databases/mysql-workbench52.

The port has been broken for more than 6 months and it does not look like
anyone intends to fix it.
Original commitRevision:410174 
Friday, 4 Mar 2016
22:54 thierry search for other commits by this committer
MathMod is the new K3DSurf, now based on Qt 5.
Original commitRevision:410155 
Wednesday, 2 Mar 2016
20:26 rene search for other commits by this committer
Remove expired ports:
2016-03-01 net/samba4: not supported by the upstream
2016-03-01 net/isc-dhcp42-client: isc-dhcp 4.2 is End of Life
2016-03-01 net/isc-dhcp41-relay: isc-dhcp 4.1 is now End of Life
2016-03-01 net/isc-dhcp42-relay: isc-dhcp 4.2 is End of Life
2016-03-01 net/isc-dhcp41-client: isc-dhcp 4.1 is now End of Life
2016-03-01 net/isc-dhcp42-server: isc-dhcp 4.2 is End of Life
2016-03-01 devel/pear-IO_Bit: Unsupported upstream
2016-03-01 graphics/pear-IO_SWF: Unsupported upstream
Original commitRevision:409958 
Tuesday, 1 Mar 2016
02:53 mi search for other commits by this committer
security/pdfcrack: update to 0.15 (redo r409827)
Original commitRevision:409841 
Monday, 29 Feb 2016
21:24 rene search for other commits by this committer
Remove expired ports:
2016-02-29 audio/audacious-dumb: Broken for more than 6 months
2016-02-29 net/ntopng: Broken for more than 6 months
2016-02-29 audio/rezound: Broken for more than 6 months
2016-02-29 net/rubygem-amqp067: Upstream prefers net/rubygem-bunny
2016-02-29 devel/py-unittestplus: Tarballs and upstream website disappeared
Original commitRevision:409828 
17:05 pi search for other commits by this committer
Resurrect port: print/pnm2ppa

This software creates output using the PPA (printer performance
architecture) protocol.  This protocol is used by some HP "Windows-only"
printers, including the HP Deskjet 820C series, the HP DeskJet 720 series,
and the HP DeskJet 1000 series.  It has been tested on all three printers,
but your personal experience (positive or negative) is very much appreciated!

WWW: http://pnm2ppa.sourceforge.net/

PR:		207468
Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>
Original commitRevision:409817 
16:51 bdrewery search for other commits by this committer
Remove security/openssh-portable-devel since it is outdated, insecure,
and no longer needed.
Original commitRevision:409815 
Thursday, 25 Feb 2016
14:31 rakuco search for other commits by this committer
Remove russian/muttprint.

The port was created in 2003 and never updated again except when it needed
to be adapted to changes in the ports framework itself. It has not had a
maintainer since 2007.

After updating print/muttprint to 0.73, the translation was not even
accurate anymore, and upstream already includes an updated version of the
same file (translation-ru.pl). The port was also broken after the
print/muttprint update, as we stopped setting variables such as CATEGORIES,
COMMENT and MAINTAINER with "?=" instead of "=".

PR:		207299
Original commitRevision:409522 
Saturday, 20 Feb 2016
17:00 pi search for other commits by this committer
net-mgmt/openvmps: remove MOVED entry

Submitted by:	Vladimir Pushkar <vladimir.pushkar@gmail.com>
Original commitRevision:409260 
Thursday, 18 Feb 2016
12:13 des search for other commits by this committer
Remove mail/pronto: unmaintained since 2013, last release was in 2002,
breaks dependency graph since databases/p5-Mysql was removed in 2015.

MFH:		2016Q1
Original commitRevision:409104 
Sunday, 14 Feb 2016
19:21 rene search for other commits by this committer
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.

Adjust Mk/bsd.php.mk

Reviewed by:	antoine, marino
Approved by:	portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D5278
Original commitRevision:408884 
18:57 kwm search for other commits by this committer
The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.

The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
Original commitRevision:408881 
12:53 rene search for other commits by this committer
Remove expired port:
2016-02-14 ports-mgmt/tinderbox-devel: use newer stable version
(ports-mgmt/tinderbox)
Original commitRevision:408853 
Friday, 12 Feb 2016
21:53 rm search for other commits by this committer
security/py-openid: rename to security/py-python-openid

Rename to match upstream name.
Original commitRevision:408765 
21:11 rene search for other commits by this committer
Remove expired port:
2016-02-12 multimedia/xbmc-addon-pvr: Does not work with multimedia/kodi 15.x
and newer
Original commitRevision:408764 
Thursday, 11 Feb 2016
16:22 rene search for other commits by this committer
archivers/star: revive port

- update MASTER_SITES
- modernize (staging, USES, manual pages, @sample)
- add license information (CDDL + GPLv2)
- regenerate patches (no content changes)
- pass maintainer to submitter

While here:
- add USE_GCC=any to allow build on FreeBSD 10+

PR:		188974
Submitted by:	Chris Hutchinson (portmaster@BSDforge.com)
Original commitRevision:408689 
Sunday, 7 Feb 2016
09:58 delphij search for other commits by this committer
2015-12-31 security/polarssl: Upstream is ending support for 1.2.x
Original commitRevision:408358 
09:44 koobs search for other commits by this committer
graphics/py-graphviz: Move to py-pygraphviz, Fix 3.x build

There are numerous graphviz related packages in PyPI, including:
graphviz, graphviz-python and pygraphviz.

This port, py-graphviz, is not and does not provide the same package
as the 'graphviz' package on PyPI (CHEESESHOP).

Further, it blocks the creation of a correctly named py-graphviz port,
is a POLA violation in terms of users expecting to find and recieve
the package they expect based on a standard search, and is likely to
create confusion among other ports if they depend on a python graphviz
package, which could result in incorrect packages/dependencies.

This is why among other reasons, Python packages should be named
exactly what they are called in PyPI, or inside install_requires,
setup_requires or tests_requires as dependencies in other packages.

This change moves py-graphviz to py-pygraphviz to correct the above
incorrect naming.

While I'm here:

- Remove backup (http) MASTER_SITES, CHEESESHOP is highly-available
  and provides a Geo-aware CDN by Fastly.
- Remove {BUILD,RUN}_DEPENDS in favour of the actual LIB_DEPENDS
- Use PYDISTUTILS_* framework variables to customise the build instead
  of hack patching setup.py
- Enable autoplist, fixing builds on Python 3.x [1]
- Enable concurrent (Python version) installation
  - Hack patch setup.py to preclude docs installation, as it adds a
    directory to --record and breaks pkg-plist output [2]
- Remove DOCSDIR override (no longer necessary)
- Assign MAINTAINER'ship to python@
- Add TEST_DEPENDS and test target
- pkg-descr: Match WWW URL to setup.py:homepage field
- pkg-descr: Improve package description text (matching upstream)

While I'm sweeping dependencies:

- Fix a typo in science/gramps: s|>-|>=

[2] https://wiki.freebsd.org/Python (Open task for install_data bug)

Reported by:	Ben Woods (via IRC) [1]
Original commitRevision:408353 
Saturday, 6 Feb 2016
23:29 rene search for other commits by this committer
Remove expired port:
2016-02-04 devel/etcdctl: etcdctl is now part of etcd, following the change from
the upstream
Original commitRevision:408330 
Friday, 5 Feb 2016
23:28 mandree search for other commits by this committer
Revive and update sysutils/jailadmin port.

Simplify Makefile a bit for new options framework, remove port from MOVED.

PR:		200476
Submitted by:	Chris Hutchinson
Original commitRevision:408277 
02:08 swills search for other commits by this committer
sysutils/puppet: rename to sysutils/puppet38
Original commitRevision:408125 
Tuesday, 2 Feb 2016
20:48 rm search for other commits by this committer
Remove Python 3.2 related slave ports to unbreak INDEX

With hat:   python
Original commitRevision:407848 
20:16 rm search for other commits by this committer
Remove expired lang/python32

Python 3.2 has reached it's EOL. Please update to Python 3.5

With hat:	python
Original commitRevision:407843 
15:54 trasz search for other commits by this committer
Fix problems detected with MOVEDlint: resurrect editors/the,
fix sorting, remove trailing dot.

Reviewed by:	koobs@
Sponsored by:	The FreeBSD Foundation
Original commitRevision:407826 
15:27 trasz search for other commits by this committer
Rename cad/pycam to cad/py-pycam, to match Python naming rules.

Reviewed by:	koobs@
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D5168
Original commitRevision:407822 
Monday, 1 Feb 2016
20:41 rene search for other commits by this committer
Remove expired ports:
2016-01-31 devel/pdcurses-the: Seperate port is no longer needed, see PR
2016-01-31 www/py-django17: End of extended support: December 1, 2015
2016-01-31 www/codeigniter22: Codeigniter 2.2.x reached its End of Life on 31
October 2015. Please update to the current version.
2016-02-01 java/wildfly80: Fully EOL when version 8.2 was released
2016-02-01 java/wildfly81: Fully EOL when version 9.0 was released
2016-02-01 mail/phpmailer2: Obsolete, use mail/phpmailer instead
Original commitRevision:407773 
Saturday, 30 Jan 2016
18:30 miwi search for other commits by this committer
Welcome Centos 6.7

- Upgrade all linux-c6- to CentOS 6.7
- Cleanups

PR:                     205846
Submitted by:           xmj
In Collaboration with:  allanjude, netchild, xmj
Exp-run:                antoine
Sponsored by:           Perceivon Hosting Inc.
Differential Revision:  D3428

We'd like to thanks for all the feedback and comments.
Original commitRevision:407537 
16:50 rene search for other commits by this committer
Remove expired port:
2016-01-15 databases/php5-redis: PHP 5.4 EOL reached, use databases/php55-redis
or databases/php56-redis instead
Original commitRevision:407534 
09:09 rene search for other commits by this committer
Remove expired port:
2016-01-30 www/xpi-bookmarkdd: incompatible with Firefox 34+
Original commitRevision:407516 
Friday, 29 Jan 2016
06:07 danfe search for other commits by this committer
- Resurrect `sysutils/jailutils', it has a new home these days
- Define LICENSE and install couple of documentation files
- Clean up port description (remove FreeBSD 4.X related stuff)
- Transfer maintainership to the submitter

PR:		199722
Submitted by:	Chris Hutchinson
Original commitRevision:407451 
Thursday, 28 Jan 2016
08:18 bapt search for other commits by this committer
Back to the present

Fix a typo on the date in MOVED

PR:		206704
Submitted by:	chris@chrullrich.net
Original commitRevision:407400 
08:16 miwi search for other commits by this committer
- Fix Removal date from rev: 407393

PR:		206704
Submitted by:	chris@chrullrich.net
Original commitRevision:407399 
03:12 koobs search for other commits by this committer
devel/py-msgpack: Rename to py-msgpack-python, Update to 0.4.6

- Rename to py-msgpack-python, accordingly:
  - Add MOVED entry
  - Update devel/Makefile
  - Update dependent ports
  - Remove DISTNAME and TODO comment
- Update PORTVERSION and distinfo checksum (0.4.6)
- Re-assign MAINTAINER'ship

PR:		205733
Submitted by:	Brendan Molloy <brendan+freebsd bbqsrc net>
Approved by:	zont (maintainer)
Original commitRevision:407393 
Tuesday, 26 Jan 2016
21:24 rene search for other commits by this committer
Remove expired ports that are consumers of expired lang/php5.  Exceptions:

- www/pecl-zendopcache : used by Mk/bsd.php.mk
- databases/php5-redis : optionally used by www/magento

A PR exists for databases/php5-pdo_cassandra to make it work with supported
versions of PHP.
Original commitRevision:407315 
19:25 bapt search for other commits by this committer
Remove linux 32bit target binutils port which never has been used
as it was planned to
Original commitRevision:407294 
Sunday, 24 Jan 2016
12:06 rene search for other commits by this committer
Remove expired port:
2016-01-23 archivers/jzip.org: Abandoned, outdated (no updates since 2003)
Original commitRevision:407110 
Friday, 22 Jan 2016
12:01 danfe search for other commits by this committer
Resurrect `textproc/xxdiff' and `textproc/xxdiff-scripts' which were removed
from the tree when Qt 3.x had reached EoL.  Version 4.0 adds support for Qt4
now and thus allows to revive the port(s).  While here, modernize Makefiles,
define LICENSE (GPLv2), clean up dependencies, and augment port description.

PR:	198025
Original commitRevision:406925 
Tuesday, 19 Jan 2016
10:00 rakuco search for other commits by this committer
Update libproxy and its slave ports to 0.4.12.

After being dormant since 2013, libproxy development picked up some steam at
the end of last year, and the project moved from Google Code to GitHub,
where its releases are also being hosted. A summary of changes between 0.4.6
and 0.4.12 can be found here:
    https://github.com/libproxy/libproxy/blob/0.4.12/NEWS

The libproxy ports themselves have undergone several changes too:
* net/libproxy
  - Drop a lot of patches that are no longer necessary.
  - Add a few patches that I have sent upstream, and add some context to the
    0.4.6 patches that are still required.
  - Explicitly disable a few build options (.NET bindings, for example).
  - Switch to an out-of-source CMake build (also applies to the slave
    ports).
  - Drop the unnecessary post-install target, likely added before pkg and
    our ports system got smart enough to remove directories when needed.
* net/libproxy-gnome
  - Explicitly add dependency on devel/glib20 as the code links against
    GObject.
  - Make it clear that this plug-in targets GNOME2 desktops and uses GConf
    to read proxy settings.
* net/libproxy-gnome3
  - New port. Similar to libproxy-gnome, but targets GNOME3/Mate and reads
    proxy settings via GSettings instead. libproxy-gnome retained its name
    to avoid confusing users and requiring instructions in UPDATING.
* net/libproxy-kde
  - The KDE configuration plug-in has been rewritten upstream and no longer
    links against Qt or any KDE libraries. Instead, it just has a run-time
    dependency on either kreadconfig (from KDE4) or kreadconfig5 (from KDE
    Frameworks 5).
* net/libproxy-mozjs
  - Resurrect the port; the plug-in has been rewritten and now uses
    lang/spidermonkey185 to parse the JavaScript in .pac files.
* net/libproxy-webkit
  - Switch to depending www/webkit-gtk3 instead of www/webkit-gtk2. In
    practice, there is no huge difference since libproxy only uses the
    JavaScriptCore layer (which is toolkit-independent) to parse .pac files.

Finally, thanks to mat@ for answering some questions about libproxy-perl and
which Perl patches still needed to be retained or rewritten.

Approved by:	gnome (kwm)
Original commitRevision:406680 
Sunday, 17 Jan 2016
17:28 danfe search for other commits by this committer
- Resurrect `mail/bincimap' port (project was moved to SF.net from the
  abandoned http://www.bincimap.org/ website)
- Distfile is .tar.gz now instead of original .tar.bz2, but the contents
  is identical (no changes whatsoever)
- Clean up and modernize the port: convert to OPTIONS, define LICENSE,
  get rid of CONFDIR in favor of ETCDIR, allow to build with GCC 4.7+,
  use @sample in pkg-plist, kill bogus EOL whitespace in pkg-descr, etc.
Original commitRevision:406519 
Saturday, 16 Jan 2016
13:23 rm search for other commits by this committer
textproc/py-gettext: rename to match upstream name
Original commitRevision:406219 
Friday, 15 Jan 2016
19:44 rene search for other commits by this committer
Remove expired ports unrelated to PHP 5.4 :
2016-01-15 devel/e_dbus: Not used anymore by x11-wm/enlightenment
2016-01-15 www/xpi-locale-switcher: incompatible with Firefox 34 (and later
presumably)
Original commitRevision:406189 
05:39 cy search for other commits by this committer
Resurrect graphics/sane-epkowa@r363261.

Stagify.

Take ownership for now.
Original commitRevision:406133 
Friday, 8 Jan 2016
16:36 rene search for other commits by this committer
Remove expired ports:
2016-01-08 devel/msp430-gdb: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-gcc: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430mcu: Obsolete. Please, use devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-libc: Obsolete. Please, use
devel/gcc-msp430-ti-toolchain
2016-01-08 devel/msp430-binutils: Obsolete. Please, use
devel/gcc-msp430-ti-toolchain
Original commitRevision:405565 
12:23 matthew search for other commits by this committer
(Readdition of www/trac-ldap which was removed on 349600)

LDAP extensions to grant group permissions

This extension enables the use of existing LDAP groups to grant
permissions rather than defining permissions for every single user on
the system.  Also permits storage of permissions (both users and
groups permissions) in the LDAP directory itself rather than in the
database backend.

WWW: https://trac-hacks.org/wiki/LdapPlugin

Reviewd by:		koobs
Differential Revision:	https://reviews.freebsd.org/D4796
Original commitRevision:405545 
Wednesday, 6 Jan 2016
16:00 riggs search for other commits by this committer
Update to upstream revision r5506, collapse games/duke3d-data info eduke

Detailed log from submitter:
- updates games/eduke32 to 5506,
- removes games/duke3d-data
- adds option to install HRP,
- adds option to install XXX Pack.

PR:		202998
Submitted by:	pkubaj@anongoth.pl (maintainer)
Original commitRevision:405364 
Tuesday, 5 Jan 2016
21:50 makc search for other commits by this committer
Rename games/supertux-devel to games/supertux2 and update to new stable
release 0.4.0 (aka SuperTux Milestone 2)
Original commitRevision:405319 
Monday, 4 Jan 2016
15:36 swills search for other commits by this committer
devel/creduce: revive port

Since creduce seems to be maintained after all and has recently had a release
which now works with newer llvm, revive the port.
Original commitRevision:405245 
Sunday, 3 Jan 2016
13:04 rakuco search for other commits by this committer
Ressurrect audio/kstreamripper and update to 0.7.100.

Update to the latest release to make the port fetchable again. Stop passing
-DWITHOUT_LIBPROXY=YES to CMake because upstream disabled libproxy support a
few releases ago.

PR:		204171
Submitted by:	matthew@reztek.cz
Approved by:	maintainer timeout (65 days)
Original commitRevision:405139 
Saturday, 2 Jan 2016
12:06 sunpoet search for other commits by this committer
- Move devel/py-distutils-extra to devel/py-python-distutils-extra
Original commitRevision:405068 
Friday, 1 Jan 2016
19:12 rene search for other commits by this committer
Remove expired ports:
2016-01-01 multimedia/spotify-websocket-api: login fails due to protocol changes
2016-01-01 net-mgmt/unifi2: Unifi 2.x is EoL. Please upgrade to net-mgmt/unifi3
2016-01-01 misc/kde4-l10n-th: Upstream ceased maintainance of this translation
2016-01-01 misc/kde4-l10n-tg: Upstream ceased maintainance of this translation
2016-01-01 misc/kde4-l10n-si: Upstream ceased maintainance of this translation
Original commitRevision:405033 
13:04 rakuco search for other commits by this committer
2015-11-26 audio/kstreamripper: Broken for more than 6 months
Original commitRevision:404989 
12:57 rakuco search for other commits by this committer
Remove expired port: irc/irssi-devel.

2016-01-01 irc/irssi-devel: Older than irc/irssi
Original commitRevision:404988 
Thursday, 31 Dec 2015
21:06 rene search for other commits by this committer
Remove lang/perl5.16 and the support bits in perl5.mk, it is no longer
supported and expired today.

Approved by:	portmgr (mat), perl (sunpoet)
Differential Revision:	https://reviews.freebsd.org/D4745
Original commitRevision:404962 
10:58 rene search for other commits by this committer
Remove expired port:
2015-12-31 dns/bind10: Is not developed any more, use dns/bundy
Original commitRevision:404927 
Wednesday, 30 Dec 2015
23:50 rene search for other commits by this committer
Remove expired port:
2015-12-30 net/remmina-plugin-rdp: Broken for more than 6 months
Original commitRevision:404884 
23:20 rene search for other commits by this committer
Remove expired ports:
2015-12-30 www/ocsigen: Broken for more than 6 months
2015-12-30 devel/monodevelop-database: Broken for more than 6 months
2015-12-30 lang/cduce: Broken for more than 6 months
2015-12-30 science/hdf-java: Broken for more than 6 months
2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6
months
2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen
2015-12-30 audio/py-fastaudio: Broken for more than 6 months
2015-12-30 devel/jgoodies-common: Broken for more than 6 months
2015-12-30 graphics/pinta: Broken for more than 6 months
2015-12-30 games/kanatest: Broken for more than 6 months
2015-12-30 editors/bless: Broken for more than 6 months
2015-12-30 security/burpsuite: Broken for more than 6 months
Original commitRevision:404882 
15:24 ohauer search for other commits by this committer
- remove devel/subversion
  (EXPIRATION_DATE=2015-12-29)
Original commitRevision:404864 
12:13 sunpoet search for other commits by this committer
- Move devel/py-hashring to devel/py-hash_ring
Original commitRevision:404843 
08:06 sunpoet search for other commits by this committer
- Move databases/py-memcached to databases/py-python-memcached
Original commitRevision:404808 
Tuesday, 29 Dec 2015
19:06 sunpoet search for other commits by this committer
- Move mail/py-spf to mail/py-pyspf
Original commitRevision:404779 
17:48 amdmi3 search for other commits by this committer
- Rename editors/sublime3 to editors/linux-sublime3 and add PKGNAMESUFFIX
  - Bring port directory and package names in sync
  - Resolve PKGBASE conflict with editors/linux-sublime

PR:		205694
Approved by:	portmgr blanket (due to PKGBASE conflict)
Original commitRevision:404769 
17:30 sunpoet search for other commits by this committer
- Move dns/py-dns3 to dns/py-py3dns
Original commitRevision:404768 
14:51 amdmi3 search for other commits by this committer
- Rename editors/sublime to editors/linux-sublime as it's Linux binary port

PR:		205313
Submitted by:	yuri@rawbw.com
Approved by:	maintainer timeout (xmj@chaot.net, 2 weeks)
Original commitRevision:404745 
Sunday, 27 Dec 2015
14:41 sunpoet search for other commits by this committer
- Document the removal of sysutils/phttpget
Original commitRevision:404572 
Friday, 25 Dec 2015
21:45 rene search for other commits by this committer
Remove expired port:
2015-12-25 japanese/ochusha: Development ceased in 2008, other options available
Original commitRevision:404476 
Monday, 21 Dec 2015
18:10 rakuco search for other commits by this committer
Update Calligra to 2.9.10.

This is the latest Calligra release, and the 2.9 series will be the last
KDE4-based release series.

As usual, huge thanks to Tobias Berner <tcberner@gmail.com> for working on this
in kde@'s area51 experimental repository (including previous Calligra releases
between 2.7.5 and 2.9.10).

Notable changes from a packaging perspective:
- Several dependencies have been updated to use more recent ports versions.
- Old translations not shipped by the current Calligra release have been
  removed.
- The dependency on sysutils/nepomuk-core has been dropped, following what
  upstream has done.
- The dependency on Qt3-compatibility Qt4 ports has been dropped, following
  upstream.
- CONFLICTS with ancient ports have been removed.
- Support for G'MIC (GREYC's Magic for Image Computing), introduced after
  2.7.5, is disabled by default, as building the code with clang requires
  insane (>24GB) amounts of memory. We reported this bug to the LLVM developers
  (bug 22199) almost a year ago, but there has been no activity upstream.
- Stopped depending on graphics/pstoedit in an unorthodox way: just follow what
  every major Linux distribution does and unconditionally depend on it. I could
  not figure out why we were originally depending on the port if it was already
  installed.
- Stop playing tricks with PACKAGE_BUILDING: we do not package Vc
  (https://github.com/VcDevel/Vc) so it does not make sense to turn on support
  for it when building packages. Not only that, but the CMake option name was
  wrong (it should be PACKAGERS_BUILD, not WITH_PACKAGERS_BUILD).
Original commitRevision:404140 
Sunday, 20 Dec 2015
17:21 mandree search for other commits by this committer
Update busybox to new stable release 1.24.1, and withdraw busybox-unstable.

Changes: https://busybox.net/
Original commitRevision:404068 
Friday, 18 Dec 2015
20:54 rene search for other commits by this committer
Remove expired ports:
2015-12-18 www/joomla15: Joomla 1.5.x reached its End of Life in September 2012.
Please update to a current version
2015-12-18 www/joomla25: Joomla 2.5.x reached its End of Life in December 2014.
Please update to a current version
2015-12-17 devel/rubygem-tins0: not used by other ports anymore
Original commitRevision:403986 
Tuesday, 15 Dec 2015
20:33 rene search for other commits by this committer
Remove expired ports:
2015-12-09 www/py-django-pipeline12: Django 1.4 extended support ended on
2015-10-01
2015-12-09 www/py-django14: Django 1.4 extended support ended on 2015-10-01
2015-12-12 net/py-pysphere: No longer maintained, please use net/py-pyvmomi by
VMware
2015-12-13 ftp/ftpcube: No releases for 8+ years, no supporting newer wxWidget
2015-12-13 astro/libroadnav: No releases for 8+ years, no supporting newer
wxWidget
2015-12-13 astro/roadnav: No releases for 8+ years, no supporting newer wxWidget
Original commitRevision:403802 
Saturday, 12 Dec 2015
23:43 sunpoet search for other commits by this committer
- Move ftp/py-curl to ftp/py-pycurl
Original commitRevision:403642 

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

[First Page]  «  46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56  »  [Last Page]