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: databases/gadfly/Makefile
SVNWeb

Number of commits found: 22

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
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)
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 10 Dec 2015
[ 21:29 amdmi3 search for other commits by this committer ] Original commit   Revision:403471
- Add NO_ARCH
- Switch to options helpers
- Unsilence installation
Sun, 19 Oct 2014
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:371173 (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
- Convert ports from databases/ and deskutils/ to new USES=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)
Sat, 28 Sep 2013
[ 11:13 mva search for other commits by this committer ] Original commit   Revision:328563 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Convert to PYDISTUTILS_AUTOPLIST
- Enable stage support
- Limit to the supported python versions
- Change to new LIB_DEPENDS where necessary
- Switch to new OPTIONS framework where necessary
Fri, 20 Sep 2013
[ 16:13 bapt search for other commits by this committer ] Original commit   Revision:327717 (Only the first 10 of 927 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:
databases)
Mon, 25 Jan 2010
[ 08:55 miwi search for other commits by this committer ] Original commit 
- Fix work with py 2.6

PR:             143070
Submitted by:   Edmondas Girkantas <eg@fbsd.lt>
Mon, 8 Jun 2009
[ 22:30 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 97 ports in this commit are shown above. View all ports for this commit)
- Update lang/python26 and make Python 2.6.2 to the default Python version

Tested by:      3 pointyhat runs
Thanks to:      pav, gahr, lwhsu, mva, amdmi3
Sun, 13 Jul 2008
[ 01:47 itetcu search for other commits by this committer ] Original commit 
- use SF macro
- use [NO]PORTEXAMPLES where appropriately and fix plist
- bump PORTREVISION

Prompted by:    QA Tindy run
Sun, 2 May 2004
[ 12:03 pav search for other commits by this committer ] Original commit 
- Add patch for gfplus to fix startup because superclass init is not called
- Add patch for gfserver to fix runtime

PR:             ports/66088
Submitted by:   Radim Kolar <hsn@netmag.cz>
Thu, 20 Feb 2003
[ 17:00 knu search for other commits by this committer ] Original commit  (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Fri, 12 Jul 2002
[ 11:20 tg search for other commits by this committer ] Original commit 
Upgrade to 1.0.0.
Thu, 11 Apr 2002
[ 11:45 tg search for other commits by this committer ] Original commit 
- Use re instead of obsolete regex module. This fixes some warnings
  with newer versions of Python.
- Call socket.{connect,bind} with a tuple (ip, port).

Obtained from:  Zope CVS tree
Tue, 29 Jan 2002
[ 09:45 knu search for other commits by this committer ] Original commit 
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
Thu, 30 Aug 2001
[ 06:26 lioux search for other commits by this committer ] Original commit 
o add NO_BUILD instead of an empty do-build target   o unecho some commands in
Makefile   o support NOPORTDOCS in PLIST    
Tue, 16 Jan 2001
[ 17:33 sobomax search for other commits by this committer ] Original commit  (Only the first 10 of 365 ports in this commit are shown above. View all ports for this commit)
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
Thu, 14 Sep 2000
[ 13:05 tg search for other commits by this committer ] Original commit 
Use bsd.python.mk.    
Fri, 8 Sep 2000
[ 13:24 tg search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
Don't break package building on Satoshi's cluster. Explicitly depend   on
python1.5:lang/python15.    

Number of commits found: 22