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: www/feedjack/Makefile
SVNWeb

Number of commits found: 20

Mon, 5 Aug 2019
[ 13:22 antoine search for other commits by this committer ] Original commit   Revision:508166 (Only the first 10 of 77 ports in this commit are shown above. View all ports for this commit)
Mark BROKEN: unfetchable
Fri, 10 Aug 2018
[ 16:38 rene search for other commits by this committer ] Original commit   Revision:476841
www/feedjack: mark DEPRECATED (upstream gone) and build against Django 1.11
Wed, 20 Jun 2018
[ 17:05 mat search for other commits by this committer ] Original commit   Revision:472884 (Only the first 10 of 1617 ports in this commit are shown above. View all ports for this commit)
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
[ 16:59 mat search for other commits by this committer ] Original commit   Revision:472882
Correctly depend on those Python ports.

- py-qt have their framework
- depending on a single file breaks with multiple flavors.

Sponsored by:	Absolight
Tue, 6 Mar 2018
[ 12:32 tobik search for other commits by this committer ] Original commit   Revision:463723 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Reset MAINTAINER of flz's ports by his request

PR:		195339
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)
Fri, 1 Apr 2016
[ 14:33 mat search for other commits by this committer ] Original commit   Revision:412351 (Only the first 10 of 2136 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Sat, 16 Jan 2016
[ 16:16 miwi search for other commits by this committer ] Original commit   Revision:406235
- Siwtch to www/py-django18
Sat, 3 Jan 2015
[ 08:41 mva search for other commits by this committer ] Original commit   Revision:376109 (Only the first 10 of 286 ports in this commit are shown above. View all ports for this commit)
- Convert USE_PYTHON to new USES in www/

With hat:	python@
Sun, 15 Jun 2014
[ 17:19 mva search for other commits by this committer ] Original commit   Revision:357904
- Enable stagedir support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references

With hat:	python@
Approved by:	portmgr (implicit)
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
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 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:
www)
Fri, 30 Aug 2013
[ 16:49 mva search for other commits by this committer ] Original commit   Revision:325711 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
- do not use local bsd.python.mk variables within the port Makefile - switch
  the publicly accessible ones instead
Tue, 24 Jul 2012
[ 21:27 cs search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
Sun, 13 Dec 2009
[ 16:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:       portmgr
Fri, 24 Jul 2009
[ 09:44 flz search for other commits by this committer ] Original commit 
- Update www/feedjack to 0.9.16.
- Use easy_install.
- Sort packing list.
Fri, 6 Jun 2008
[ 14:07 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 230 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Mon, 30 Jul 2007
[ 09:42 alexbl search for other commits by this committer ] Original commit  (Only the first 10 of 445 ports in this commit are shown above. View all ports for this commit)
 - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:      pointyhat runs
Approved by:    pav (portmgr)
Most work by:   perky
Thanks to:      pav
Sat, 5 Aug 2006
[ 10:07 flz search for other commits by this committer ] Original commit 
- Fix packing list.

Reported by:    erwinbot
Fri, 28 Jul 2006
[ 17:58 flz search for other commits by this committer ] Original commit 
Add feedjack 0.9.7, a feed aggregator writen in Python using the Django web
development framework.

Number of commits found: 20