non port: devel/py-graphene-django/Makefile |
SVNWeb
|
Number of commits found: 27 |
Wed, 11 Jan 2023
|
[ 15:58 Dmitry Marakasov (amdmi3) ] 77d6847 (Only the first 10 of 3335 ports in this commit are shown above. )
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Thu, 16 Jun 2022
|
[ 16:28 Kai Knoblich (kai) ] 89acacb (Only the first 10 of 69 ports in this commit are shown above. )
net-mgmt/netbox: Create Django 4.0 consumers
* Django 3.2 is currently the "default" version in the ports tree due
its long term support until April 2024. Thus ports that are assigned
to that version will exist until then.
The following ports are required to make the upgrade of
net-mgmt/netbox to the 3.2 release possible because it requires Django
4.0.
All of the ports listed below were created on the basis of their
respective original ports:
- devel/py-dj40-django-rq
- devel/py-dj40-graphene-django (Only the first 15 lines of the commit message are shown above )
|
[ 13:59 Po-Chuan Hsieh (sunpoet) ] dc2e074
devel/py-graphene-django: Change RUN_DEPENDS from py-graphene to py-graphene2
- Bump PORTREVISION for dependency change
|
Thu, 28 Apr 2022
|
[ 10:02 Kai Knoblich (kai) ] 0cf5531 (Only the first 10 of 81 ports in this commit are shown above. )
www/py-django32: Switch consumers over to Django 3.2
Django 2.2 became End-of-Life on 11th April 2022 and Django 3.2 is the
new LTS (= Long Term Support) release which will be supported until
April 2024.
* Switch the most ports that use www/py-django22 to www/py-django32
* Switch www/seahub over to www/py-djangorestframework
* Ports that are not yet ready for Django 3.2 (only three so far) or
those that have already been set with an expiration date were not
taken into account.
* Bump PORTREVISION due dependency change where necessary.
PR: 261313
Reviewed by: bofh, dvl, koobs, ultima
Approved by: bofh, dvl, koobs, ultima, sunpoet, Kevin Golding, Ivan Rozhuk,
Alexander Sieg (maintainers)
maintainer timeout (remaining maintainers)
Differential Revision: https://reviews.freebsd.org/D34859
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 10 Jan 2021
|
[ 23:11 sunpoet ]
Remove py-pytest-runner from BUILD_DEPENDS
|
Wed, 6 Jan 2021
|
[ 20:26 sunpoet ]
Update to 2.15.0
Changes: https://github.com/graphql-python/graphene-django/releases
|
Sun, 3 Jan 2021
|
[ 20:07 sunpoet ]
Update to 2.14.0
Changes: https://github.com/graphql-python/graphene-django/releases
|
Sun, 18 Oct 2020
|
[ 20:25 sunpoet ]
Fix RUN_DEPENDS
- Bump PORTREVISION for dependency change
|
Wed, 19 Aug 2020
|
[ 16:20 sunpoet ]
Update to 2.13.0
Changes: https://github.com/graphql-python/graphene-django/releases
|
Thu, 30 Jul 2020
|
[ 09:50 sunpoet ]
Update to 2.12.1
Changes: https://github.com/graphql-python/graphene-django/releases
|
Fri, 24 Jul 2020
|
[ 07:11 sunpoet ]
Update to 2.12.0
Changes: https://github.com/graphql-python/graphene-django/releases
|
Sat, 11 Jul 2020
|
[ 07:46 sunpoet ]
Update to 2.11.1
Changes: https://github.com/graphql-python/graphene-django/releases
|
Fri, 26 Jun 2020
|
[ 11:56 sunpoet ]
Add missing RUN_DEPENDS
- Add REST_FRAMEWORK option
- Bump PORTREVISION for dependency change
|
Fri, 29 May 2020
|
[ 15:45 kai ] (Only the first 10 of 12 ports in this commit are shown above. )
www/py-djangorestframework: Update to 3.11.0
* Switch the port to Django 2.2 (current LTS release) as well because
Django 1.11 is End-of-Life since April. Do the same for www/py-drf-yasg.
* Repo-copy www/py-djangorestframework to www/py-djangorestframework311
which will be used as a transitional package by www/seahub until it gets
support for Django 2.2+ in the next weeks/months.
* Drop the Python 2.7 support of the remaining consumers to avoid breakage
of "bulk -a".
* Mark both repo-copied ports www/py-dj22-{djangorestframework,drf-yasg} as
deprecated because they're obsolete now.
PR: 245309
Reviewed by: sunpoet (earlier revision), ultima
Differential Revision: https://reviews.freebsd.org/D24850
|
Tue, 19 May 2020
|
[ 23:30 sunpoet ]
Update to 2.10.1
Changes: https://github.com/graphql-python/graphene-django/releases
|
Mon, 11 May 2020
|
[ 20:23 sunpoet ]
Update to 2.10.0
Changes: https://github.com/graphql-python/graphene-django/releases
|
Tue, 21 Apr 2020
|
[ 19:38 sunpoet ]
Update to 2.9.1
Changes: https://github.com/graphql-python/graphene-django/releases
|
Sat, 28 Mar 2020
|
[ 12:52 sunpoet ]
Update to 2.9.0
Changes: https://github.com/graphql-python/graphene-django/releases
|
Fri, 21 Feb 2020
|
[ 18:56 sunpoet ]
Update to 2.8.2
Changes: https://github.com/graphql-python/graphene-django/releases
|
Sat, 8 Feb 2020
|
[ 19:02 sunpoet ]
Update to 2.8.1
Changes: https://github.com/graphql-python/graphene-django/releases
|
Wed, 1 Jan 2020
|
[ 16:30 sunpoet ]
Update to 2.8.0
Changes: https://github.com/graphql-python/graphene-django/releases
|
Tue, 10 Dec 2019
|
[ 17:11 sunpoet ]
Update to 2.7.1
Changes: https://github.com/graphql-python/graphene-django/releases
|
Sun, 8 Dec 2019
|
[ 17:01 sunpoet ]
Update to 2.7.0
Changes: https://github.com/graphql-python/graphene-django/releases
|
Mon, 4 Nov 2019
|
[ 15:56 sunpoet ]
Add py-graphene-django 2.6.0
A Django integration for Graphene.
WWW: https://github.com/graphql-python/graphene-django
|
Number of commits found: 27 |