Page MenuHomeFreeBSD

www/py-django-post_office: Updated to 3.0.0
ClosedPublic

Authored by ultima on Jul 5 2017, 6:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 14, 2:36 PM
Unknown Object (File)
Mon, Mar 11, 5:15 AM
Unknown Object (File)
Wed, Mar 6, 4:15 PM
Unknown Object (File)
Wed, Mar 6, 4:15 PM
Unknown Object (File)
Wed, Mar 6, 4:15 PM
Unknown Object (File)
Tue, Mar 5, 3:01 PM
Unknown Object (File)
Jan 31 2024, 4:44 PM
Unknown Object (File)
Dec 31 2023, 4:43 PM
Subscribers

Details

Summary
  • Updated to 3.0.0

Changelog: https://github.com/ui/django-post_office (At the bottom)

Reviewed by\: lifanov (mentor), matthew (mentor)
Approved by\: lifanov (mentor), matthew (mentor)
Differential Revision\: https://reviews.freebsd.org/DXXXXX

Test Plan

portlint:
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.

poudriere:
103i386
103amd64
110i386
110amd64
12i386
12amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 10327
Build 10741: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 6 2017, 1:32 AM
This revision was automatically updated to reflect the committed changes.
head/www/py-django-post_office/Makefile
25 ↗(On Diff #30466)

Remove this and change PORTVERSION to 3.0.

As a general rule, when using USE_GITHUB, and unless using a commit hash, you almost never use GH_TAGNAME.

head/www/py-django-post_office/Makefile
25 ↗(On Diff #30466)

K, I changed it because I was worried that the new versioning wouldn't be considered higher with the missing .0. Safer to keep it the same. Will remove tagname.

head/www/py-django-post_office/Makefile
25 ↗(On Diff #30466)

If you are not sure what happens with versions, ask pkg:

$ pkg version -t 3.0.0 3.0
=
head/www/py-django-post_office/Makefile
25 ↗(On Diff #30466)

oh, wow that is quite useful!

Should this be fixed with another commit or just wait for the next update/revision? Danfe mentioned I should avoid gratuitous changes. This maybe considered one.

Fixing an error is not a gratuitous change. Besides, you've been asked to do it by mat.

You have my approval to delete the GH_TAGNAME line -- no need to reopen this review, you can just commit the
fix. Remember add 'Reported by: mat'

Fixing an error is not a gratuitous change. Besides, you've been asked to do it by mat.

You have my approval to delete the GH_TAGNAME line -- no need to reopen this review, you can just commit the
fix. Remember add 'Reported by: mat'

K thanks! and thank you mat for continuously reviewing my commits.