Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Sep 2019 14:53:57
3.3.1

|
koobs  |
www/py-django-dpaste: Update to 3.3.1
Changelog:
https://github.com/bartTC/dpaste/blob/v3.3/CHANGELOG.rst |
11 May 2018 11:06:47
2.13

|
koobs  |
www/py-django-dpaste: Update to 2.13
PR: 227670
Submitted by: Kai <freebsd_ports k-worx org> |
10 Mar 2018 23:02:19
2.10

|
sunpoet  |
Fix WWW
Approved by: portmgr (blanket) |
30 Nov 2017 15:50:34
2.10

|
mat  |
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 ) |
15 Aug 2016 04:57:48
2.10

|
koobs  |
www/py-django-dpaste: Update to 2.10
- Update PORTVERSION and distinfo checksum (2.10)
- Switch MASTER_SITES to CHEESESHOP (PyPI)
- Update RUN_DEPENDS
- Mark architecture independent (NO_ARCH)
- Patch setup.py/runtests.py so standard test methods work. Tox isn't required.
- Modernize test target (do-test: setup.py.test)
https://github.com/bartTC/dpaste/blob/v2.10/CHANGELOG |
01 Apr 2016 14:33:58
2.9_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
16 Jan 2016 09:52:37
2.9_1

|
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
03 Jan 2016 21:10:26
2.9

|
antoine  |
Remove MASTER_SITES=CHEESESHOP from some ports that use github to fetch |
31 Oct 2015 12:13:45
2.9

|
koobs  |
www/py-django-dpaste: Update to 2.9
- Update to 2.9. This fixes run-time and tests with www/django (1.8)
- Use Django 1.8 for RUN_DEPENDS
- Switch to USE_GITHUB (no new sources at PyPI)
Default to using Django 1.8 (www/py-django) because the current
version of www/py-django-mptt (a dependency) defaults to installing 1.8.
Installation currently causes a conflict as installation of both django16
and django18 are attempted:
py-django-dpaste -> www/django16, www/py-django-mptt
py-django-mptt -> www/django (1.8)
This fixes a failure in the quarterly ports branch reported by pkg-fallout.
Reviewed by: antoine
MFH: 2015Q4 (pre-approved: antoine)
Differential Revision: https://reviews.freebsd.org/D4048 |
25 Jun 2015 07:16:40
2.8

|
koobs  |
www/py-django-dpaste: Update to 2.8
- Update to 2.8
- Switch to CHEESESHOP for MASTER_SITES
- Match COMMENT with upstream
- Add LICENSE_FILE
- Sort USE_PYTHON values
- Tweak RUN_DEPENDS to limit to Django 1.6 and switch to file-based
django detection (instead of package).
This ensures that if a port that depends on this one, also depends on a
different django version, it will see and use the installed version,
rather than attempting to install another one, which results in a
conflict as all django ports conflict with each other.
See r390184 [1] and 390535 [2] for other instances of this issue.
- Remove TESTS option and tox as a TEST_DEPENDS
[1] https://svnweb.freebsd.org/changeset/ports/390184
[2] https://svnweb.freebsd.org/changeset/ports/390535 |
07 May 2015 20:24:16
2.5

|
mat  |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
03 Jan 2015 08:41:21
2.5

|
mva  |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
16 Feb 2014 06:06:49
2.5

|
koobs  |
www/py-django-dpaste: Update to 2.5, support testing
- Update to 2.5
- RUN_DEPENDS: Use requests 2.x
- Add TEST_DEPENDS and regression-test: target
Changes: https://github.com/bartTC/dpaste/blob/2.5/CHANGELOG |
27 Jan 2014 12:14:09
2.1_2

|
koobs  |
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631 |
16 Jan 2014 08:19:36
2.1_1

|
koobs  |
www/py-django-dpaste: Bump PORTREVISION for pkg-fallout
pkg-fallout has been reporting build failures since a previous commit [1] to
this port which updated PORTVERSION without updating the commit hash from the
upstream repository.
Bump portrevision so it sees/gets the new bits.
[1] http://svnweb.freebsd.org/ports?view=revision&revision=336445 |
16 Dec 2013 10:55:38
2.1

|
koobs  |
www/py-django-dpaste: Update commit hash, switch to setuptools new world order
- Dont point to a direct commit since upstream tagged 2.1
- Deprecate easy_install |
14 Dec 2013 13:38:47
2.1

|
koobs  |
www/py-django-dpaste: Update to 2.1 (Upstream is responsive, Thanks Martin!)
After reporting that re-rolling distributions can cause headaches for packagers
and users, Martin graciously (and quickly) addressed it with a version bump,
git tag and PyPi update. This change is a functional noop and brings the
universe back into equilibrium. |
14 Dec 2013 13:09:11
2.0_1

|
koobs  |
www/py-django-dpaste: Packaging fixes upstreamed and distfile re-rolled
Four reported issues were upstreamed and the PyPi distribution file
was re-rolled without a version bump or new tag. A number of addition
commits also come along with this (Cmd-Enter to submit form) so bump
PORTREVISION accordingly.
- Delete all patches and the post-patch: workaround. Fixes:
Issue #26: Templates and static files missing from sdist and installed
files (create MANIFEST.in)
https://github.com/bartTC/dpaste/issues/26
Issue #27: manage.py uneccessarily installed in LOCALBASE/bin due (Only the first 15 lines of the commit message are shown above ) |
10 Dec 2013 10:31:51
2.0

|
koobs  |
www/py-django-dpaste: Add option for MIGRATIONS support (via south)
A few migrations come packaged with this Django application and the author
notes they are "preferred", but not required.
Regarding the option naming, it was furiously debated in #freebsd-python and
I opted for naming the "feature that is enabled" rather than the application
enabling it. Another data point is the common use of the term "schema
migrations" in Django parlance.
Thank you xmj for being a great sounding board as always!
Reported by: Johannes Meixner (xmj, via IRC)
Reviewed by: Johannes Meixner |
08 Dec 2013 13:22:20
2.0

|
koobs  |
www/py-django-dpaste: Remove uneccessary (empty) pkg-plist
- Delete pkg-plist, its not required with PYDISTUTILS_AUTOPLIST
Reported by: antoine |
08 Dec 2013 13:17:41
2.0

|
koobs  |
www/py-django-dpaste: Pastebin application that powers dpaste.de [NEW PORT]
dpaste is a Django based pastebin. It's intended to run separately but its
also possible to be installed into an existing Django project like a regular
app. You can find a live example on dpaste.de
WWW: https://github.com/bartTC/dpaste/ |