Commit Graph

12 Commits

Author SHA1 Message Date
Mathieu Arnold
558224994b onvert to UCL & cleanup pkg-message (categories l-m) 2019-08-13 22:29:42 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Martin Wilke
599f96436c - Update to 16.0.1
- Changed MASTER_SITES to the official upstream repository
- Added LICENSE_FILE
- Enabled building for Python 3+ ports
- Removed RC script glance-glare because it's no longer required
- Sorted variables a bit according to the PHB
- Added OPTIONS for DOCS, MySQL, PostgreSQL, memcached and MongoDB
- Added post-extract, post-patch and post-install targets to replace hardcoded
  occurences of /etc with ${PREFIX}/etc and to handle the installation of files into ${ETCDIR}
- Added pkg-message

PR:		232244
Submitted by:	freebsd_ports@k-worx.org
Approved by:	maintainer
Sponsored by:	iXsystems Inc.
2019-01-29 14:03:30 +00:00
Kurt Jaeger
c9f2c7ed76 databases/py-sqlalchemy-migrate (and dependents):
Update RUN_DEPENDS from sqlalchemy10 to sqlalchemy12

- Assigns databases/py-sqlalchemy-migrate to databases/py-sqlalchemy12
- Assigns the following ports to databases/py-sqlalchemy12:
  * devel/py-buildbot
  * misc/py-cinder
  * misc/py-glance
  * security/py-keystone
- Unbreaks devel/py-oslo.db because it is buildable when
    databases/py-sqlalchemy-migrate
  has been assigned to
    databases/py-sqlalchemy12
- Fixes pkg-plist for devel/py-glance after ports r489963

PR:		230379
Submitted by:	Kai <freebsd_ports@k-worx.org>
Approved by:	koobs, lwhsu
2019-01-12 15:39:59 +00:00
Gerald Pfeifer
a9f015d155 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
2018-12-12 01:35:33 +00:00
Mathieu Arnold
4376dbbb58 Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
2018-06-20 17:05:41 +00:00
Sunpoet Po-Chuan Hsieh
c61ef08d1e Fix WWW
Approved by:	portmgr (blanket)
2018-03-17 10:45:38 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Mathieu Arnold
551be3c723 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
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Roman Bogorodskiy
d6c193775f Rename python openstack clients to match pypi names
- Rename the following ports:

    py-ceilometerclient
    py-cinderclient
    py-designateclient
    py-glanceclient
    py-heatclient
    py-keystoneclient
    py-neutronclient
    py-novaclient
    py-openstackclient

   to py-python-$(component)client to match pypi name

 - Update MOVED

 - Update the appropriate dependency lines

Suggested by:	koobs
2016-12-17 15:31:09 +00:00
Roman Bogorodskiy
4ccb86a7b4 misc/py-glance: rc scripts improvement
- run glance services as 'glance' user instead of 'root'
 - fix an issue with stopping of the glance-api service
   (where it was spawning a new glance-api worker on SIGTERM)
 - automatically create log directories
 - add glance-glare rc script
 - bump PORTREVISION

PR:		214741
Submitted by:	maintainer
2016-11-27 11:58:23 +00:00
Roman Bogorodskiy
bebcdb2b88 Add py-glance 13.0.0, OpenStack Image Service
PR:		213769
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
2016-11-02 16:14:42 +00:00