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: news/hellanzb/Makefile
SVNWeb

Number of commits found: 29

Tue, 14 Jan 2020
[ 12:36 antoine search for other commits by this committer ] Original commit   Revision:523007 (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
Deprecate a few broken ports

With hat:	portmgr
Wed, 6 Nov 2019
[ 14:00 antoine search for other commits by this committer ] Original commit   Revision:516887 (Only the first 10 of 184 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN (unfetchable)
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
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, 4 Sep 2017
[ 00:01 sunpoet search for other commits by this committer ] Original commit   Revision:449229
Change from USES=twisted to devel/py-twisted

- Bump PORTREVISION for dependency change

PR:		221664
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 28 Aug 2015
[ 14:22 amdmi3 search for other commits by this committer ] Original commit   Revision:395485
- Add NO_ARCH
- heplers
- Switch to @sample
- Drop @dirrm* from plist

Approved by:	portmgr blanket
Sat, 6 Dec 2014
[ 22:16 feld search for other commits by this committer ] Original commit   Revision:374160
Update "BSD" license
Fri, 24 Oct 2014
[ 16:43 mva search for other commits by this committer ] Original commit   Revision:371452 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- Convert ports of news/ and print/ to new USES=python

Approved by: portmgr (implicit)
Tue, 24 Jun 2014
[ 14:58 vanilla search for other commits by this committer ] Original commit   Revision:359092
Stagify.

Approved by:	portmgr@ (blanket approval)
Fri, 21 Feb 2014
[ 13:38 ehaupt search for other commits by this committer ] Original commit   Revision:345428
Remove trailing whitespaces from category news
Mon, 10 Feb 2014
[ 13:54 ehaupt search for other commits by this committer ] Original commit   Revision:343634 (Only the first 10 of 581 ports in this commit are shown above. View all ports for this commit)
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
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)
Sun, 8 Dec 2013
[ 12:04 mva search for other commits by this committer ] Original commit   Revision:335877 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
New USES=twisted, to replace the old USE_TWISTED knob.

twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
    USE_TWISTED=        yes
    USE_TWISTED=        conch names
    USE_TWISTED_RUN=    yes
you now would write
    USES=       twisted
    USES=       twisted:conch,names
    USES=       twisted:run
Fri, 20 Sep 2013
[ 22:31 bapt search for other commits by this committer ] Original commit   Revision:327759 (Only the first 10 of 89 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:
news)
Tue, 26 Feb 2013
[ 18:47 rm search for other commits by this committer ] Original commit   Revision:313002
- add upstream patch to fix runtime with Twisted version > 11.1
- bump PORTREVISION

while here:
- trim Makefile header
- define PORTDOCS uncoditionally
- convert to optionsng (DOCS case)

PR:		171388
Reported by:	W.Scholten <w-info@xs4all.nl>
Approved by:	maintainer timeout (4 months)
Mon, 23 Jan 2012
[ 03:51 rm search for other commits by this committer ] Original commit 
- fix runtime with decent Twisted [1]
- install license via license framework, not manually
- use USE_TWISTED_RUN instead of direct depends
- strict python version (will not work with 3.x)

PR:             163975 [1]
Submitted by:   W.Scholten <w-info at xs4all dot nl>
Approved by:    maintainer (timeout; 2 weeks)
Wed, 29 Dec 2010
[ 20:04 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.

PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
Tue, 6 Jan 2009
[ 17:59 pav search for other commits by this committer ] Original commit  (Only the first 10 of 155 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Thu, 4 Oct 2007
[ 02:18 edwin search for other commits by this committer ] Original commit 
Remove always-false/true conditions based on OSVERSION 500000
Sat, 31 Mar 2007
[ 09:17 alexbl search for other commits by this committer ] Original commit 
 - update to 0.13

PR:             110957
Submitted by:   Philip Jenvey <pjenvey@groovie.org>
Thu, 22 Feb 2007
[ 04:21 alexbl search for other commits by this committer ] Original commit 
 - update to 0.12

Submitted by:   Philip Jenvey (maintainer, via irc)
Tue, 30 Jan 2007
[ 05:31 alexbl search for other commits by this committer ] Original commit 
 - update to 0.11

PR:             108532
Submitted by:   Philip Jenvey <pjenvey@groovie.org>
Tue, 14 Nov 2006
[ 06:45 alexbl search for other commits by this committer ] Original commit 
 - update to 0.10

PR:             105508
Submitted by:   Philip Jenvey <pjenvey@groovie.org> (maintainer)
Sun, 26 Mar 2006
[ 14:46 pav search for other commits by this committer ] Original commit 
- Update to 0.9

PR:             ports/94922
Submitted by:   Philip Jenvey <pjenvey@groovie.org> (maintainer)
Tue, 27 Dec 2005
[ 05:08 pav search for other commits by this committer ] Original commit 
- Update to 0.8

PR:             ports/90940
Submitted by:   Philip Jenvey <pjenvey@bob.local.com> (maintainer)
Mon, 19 Sep 2005
[ 13:20 garga search for other commits by this committer ] Original commit 
- Update to 0.7

PR:             ports/86311
Submitted by:   maintainer
Sun, 3 Jul 2005
[ 15:23 pav search for other commits by this committer ] Original commit 
hellanzb is an easy to use app designed to retrieve nzb files and fully process
them. The goal being to make getting files from Usenet as hands-free as
possible. Once fully installed, all that's required is moving an nzb file to the
queue directory. The rest: downloading, par-checking, un-raring, etc. is done
automatically by hellanzb.

PR:             ports/82876
Submitted by:   Philip Jenvey <pjenvey@groovie.org>

Number of commits found: 29