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/py-Pyrseas/Makefile
SVNWeb

Number of commits found: 24

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 4 Oct 2021
[ 01:26 Wen Heping (wen) search for other commits by this committer ]    commit hash:74f8b93a08a4df38aa74d7840d45f24f64bc01b3  commit hash:74f8b93a08a4df38aa74d7840d45f24f64bc01b3  commit hash:74f8b93a08a4df38aa74d7840d45f24f64bc01b3  74f8b93 
databases/py-Pyrseas: Update to 0.9.1

Update DESCR
PR:		258882
Reported by:	arcade@b1t.name(maintainer)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 28 Dec 2020
[ 23:02 antoine search for other commits by this committer ] Original commit   Revision:559531 (Only the first 10 of 1942 ports in this commit are shown above. View all ports for this commit)
Drop python 2.7 support from a few ports

With hat:	portmgr
Mon, 2 Sep 2019
[ 13:45 swills search for other commits by this committer ] Original commit   Revision:510789
databases/py-Pyrseas: update to 0.9.0

PR:		240217
Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Mon, 2 Jul 2018
[ 14:28 mat search for other commits by this committer ] Original commit   Revision:473744
Fix runtime.

Sponsored by:	Absolight
Sat, 30 Jun 2018
[ 08:37 amdmi3 search for other commits by this committer ] Original commit   Revision:473604
- Switch to new test framework

Approved by:	portmgr blanket
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
Sun, 3 Jun 2018
[ 19:20 joneum search for other commits by this committer ] Original commit   Revision:471510
databases/py-Pyrseas: Update to 0.8.0

PR:		228724
Submitted by:	Volodymyr Kostyrko <arcade@b1t.name> (maintainer)
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)
Sat, 18 Feb 2017
[ 20:13 mat search for other commits by this committer ] Original commit   Revision:434382
Update to 0.7.3.

PR:		217194
Submitted by:	mat
Approved by:	maintainer
Changes:	https://github.com/perseas/Pyrseas/blob/v0.7.3/Changelog.rst
Sponsored by:	Absolight
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
Wed, 6 May 2015
[ 15:16 mat search for other commits by this committer ] Original commit   Revision:385521 (Only the first 10 of 348 ports in this commit are shown above. View all ports for this commit)
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
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)
Sat, 26 Jul 2014
[ 10:44 koobs search for other commits by this committer ] Original commit   Revision:362964
databases/py-Pyrseas: Unbreak

- Remove BROKEN (switch GH_ACCOUNT)

While I'm here:

- Add LICENSE_FILE
- Add TEST_DEPENDS and regression-test target
- pkg-descr: Strip trailing slash from WWW: URL

PR:		191890
Submitted by:	<arcade at b1t dot name> (maintainer)
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
Sun, 27 Apr 2014
[ 14:38 antoine search for other commits by this committer ] Original commit   Revision:352425 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Mark a few unfetchable ports BROKEN

With hat:	portmgr
Sun, 9 Mar 2014
[ 19:59 antoine search for other commits by this committer ] Original commit   Revision:347689
Unbreak on FreeBSD 8.3, it is still supported

Reported by:	pkg-fallout
Sun, 9 Feb 2014
[ 12:34 rm search for other commits by this committer ] Original commit   Revision:343487
- fix typo in USE_GITHUB value, introduces in my previous commit. It doesn't
  affect the fetch at all, just a typo.
[ 11:01 rm search for other commits by this committer ] Original commit   Revision:343458
- update to 0.7.1
- change maintainer's email

while here:
- update LICENSE (BSD3CLAUSE)
- do not use deprecated easy_install and remove NO_STAGE

PR:		186076
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
Wed, 6 Nov 2013
[ 15:04 wg search for other commits by this committer ] Original commit   Revision:333001
databases/py-Pyrseas: Utilities to upgrade and maintain a relational database

Pyrseas provides a framework and utilities to upgrade and maintain a relational
database. Its purpose is to enhance and follow through on the concepts of the
Andromeda Project (http://www.andromeda-project.org/)

WWW: http://pgfoundry.org/projects/pyrseas/

PR:		ports/181991 (based on)
Submitted by:	Volodymyr Kostyrko <c.kworr gmail.com>

Number of commits found: 24