| Summary: | [patch] Upgrade mail/gmime26 to 2.6.20 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alan Hicks <ahicks> | ||||||||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||||||||
| Status: | Closed Overcome By Events | ||||||||||||
| Severity: | Affects Only Me | CC: | amdmi3 | ||||||||||
| Priority: | --- | ||||||||||||
| Version: | Latest | ||||||||||||
| Hardware: | Any | ||||||||||||
| OS: | Any | ||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Alan Hicks
2014-09-23 17:48:33 UTC
Created attachment 147608 [details]
Poudriere testport
You've probably meant -PORTREVISION= 1 +PORTREVISION= 2 , not removing PORTREVISION? Created attachment 147630 [details]
Patch to remove revision and reduce deprecated warning
Remove portrevision after version bump, thanks for spotting my previous error.
Also fix pkg-static: Warning: @dirrm is deprecated please use @dir
Created attachment 147631 [details]
Poudriere testport
Sorry, I've missed that it takes version from gmime26 and it was increased. Well, it's too late to remove PORTREVISION as it would make package version go backwards. I though you wanted to bump it, but it's of course not needed as version was increased. Regarding the directory, all @dirrm* may be dropped now, as pkg handes them on its own. @dir would only be needed if the directory was empty. Thus, I propose to only drop @dirrm* in this PR Maybe close this one for now and revisit with the next version bump |