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

Number of commits found: 24

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

With hat:	portmgr
Fri, 8 Nov 2019
[ 09:27 tobik search for other commits by this committer ] Original commit   Revision:517040 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
a-b: Add missing USES={gnome,php,sdl,xorg}
Mon, 19 Feb 2018
[ 11:10 antoine search for other commits by this committer ] Original commit   Revision:462307 (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Thu, 30 Nov 2017
[ 15:50 mat search for other commits by this committer ] Original commit   Revision:455210 (Only the first 10 of 2423 ports in this commit are shown above. View all ports for this commit)
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 5 Jun 2017
[ 20:10 pawel search for other commits by this committer ] Original commit   Revision:442683
- Add LICENSE_FILE
- Remove deprecated WANT_GNOME
- Add GNOME option to OPTIONS_DEFINE, remove PROFILES which has
  the same outcome
- Use options helpers
- Don't bother to install omf file, it's only placeholder and don't
  contain any useful information
- Port is architecture neutral
Tue, 9 May 2017
[ 09:21 tobik search for other commits by this committer ] Original commit   Revision:440477
Rename option PULSE to PULSEAUDIO

Almost all other ports use PULSEAUDIO to enable PulseAudio support.
This makes it easier to enable support globally via OPTIONS_SET.

- While here fix typo in PROFILES option description

Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10636
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 7 Feb 2016
[ 19:43 kwm search for other commits by this committer ] Original commit   Revision:408449 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Move Mk/bsd.gnome.mk and Mk/bsd.mate.mk to Mk/Uses/.

To use the GNOME or MATE components activate it by adding gnome
or mate to USES. The usage of USE_GNOME/INSTALL_ICONS and for
example GLIB_SCHEMAS has stayed the same.

Like with USES, the use of USE_GNOME and so after bsd.port.pre.mk
is now forbidden. And adapt ports that where still doing that.

Exp-runs done by:	antoine@

PR:		205432
Reviewed by:	antoine@, mat@
Approved by:	portmgr (antoine@)
Differential Revision:	https://reviews.freebsd.org/D3653
Wed, 29 Jul 2015
[ 14:34 ak search for other commits by this committer ] Original commit   Revision:393160
- Fix Makefile in case if PROFILES option is selected

PR:	201878
Submitted by:	6yearold@gmail.com
Sat, 20 Dec 2014
[ 23:11 bapt search for other commits by this committer ] Original commit   Revision:375137
Get rid of gnomehier
Sun, 19 Oct 2014
[ 07:33 mva search for other commits by this committer ] Original commit   Revision:371170 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Convert ports from audio/ to new USES=python

Reviewed by:	portmgr (implicit)
Fri, 8 Aug 2014
[ 15:16 vanilla search for other commits by this committer ] Original commit   Revision:364366
1: Stagify.
2: USES=desktop-file-utils shared-mime-info.
3: Remove uneeded entry of pkg-plist.
4: Bump version.
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Fri, 20 Sep 2013
[ 14:36 bapt search for other commits by this committer ] Original commit   Revision:327706 (Only the first 10 of 879 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
Thu, 4 Oct 2012
[ 12:53 rm search for other commits by this committer ] Original commit   Revision:305257
- remove bogus setuptools dependency (the port is using distutils)
- trim Makefile header (completely, because email wasn't set initially and,
  based on nickname, I believe it wasn't done for purprose)
- remove redundant LICENSE_FILE
- avoid PYTHON_SITELIBDIR in depends
- limit python version to 2.x
- bump PORTREVISION because of dependency change
Fri, 24 Aug 2012
[ 02:36 rakuco search for other commits by this committer ] Original commit 
Fix some OptionsNG conversion typos.

PR:		ports/170811
Submitted by:	Artis Caune <Artis.Caune@gmail.com>
Fri, 1 Jun 2012
[ 06:57 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Convert to new options framework
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 26 Dec 2011
[ 16:12 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Reset ports to heap due to mail bounces

<swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said:
   550-5.1.1 The email account that you tried to reach does not exist. Please
   try 550-5.1.1 double-checking the recipient's email address for typos or
   550-5.1.1 unnecessary spaces. Learn more at
   550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596
   d6si2748840pbk.7 (in reply to RCPT TO command)

With Hat:       portmgr
Sun, 2 Jan 2011
[ 14:13 makc search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Add license info
Remove md5 sums

PR:             ports/153589
Submitted by:   maintainer (swell.k at gmail.com)
Thu, 23 Sep 2010
[ 04:01 pgollucci search for other commits by this committer ] Original commit 
- Unbreak

PR:             ports/137751
Submitted by:   swell.k@gmail.com (maintainer)
[ 03:04 pgollucci search for other commits by this committer ] Original commit 
- temporarily mark this broken while waiting on feedback
  I got 2 different results from tinderbox
[ 02:34 pgollucci search for other commits by this committer ] Original commit 
Jokosher is a simple yet powerful multi-track studio. With it you can
create and record music, podcasts and more, all from an integrated
simple environment.

WWW: http://www.jokosher.org/

PR:             ports/137751
Submitted by:   Anonymous

Number of commits found: 24