Summary: | www/squid-devel: update to 5.0.6 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pavel Timofeev <timp87> | ||||||
Component: | Individual Port(s) | Assignee: | Nuno Teixeira <eduardo> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | eduardo | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
URL: | https://github.com/squid-cache/squid/pull/817/files#diff-91c5b46dc84a94604a4e4d0caed9bf85590a2eddbb12d2e8dc80badf324a9dfbR1-R14 | ||||||||
Attachments: |
|
Description
Pavel Timofeev
2021-06-01 22:17:49 UTC
Hello! 1- please use DISTVERSION instead of PORTVERSION: --- Example 2. Using DISTVERSION When the version only contains numbers separated by dots, dashes or underscores, use DISTVERSION. PORTNAME= nekoto DISTVERSION= 1.2-4 It will generate a PORTVERSION of 1.2.4. https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-naming --- 2- Send patch only for www/squid-devel and not for www/squid Created attachment 225503 [details] port patch corrected (In reply to Nuno Teixeira from comment #1) Thanks for your comments! Here is an updated patch. I will need your name (first, last) so I can commit it with: git commit --author="Name <email> Update ready to commit (In reply to Nuno Teixeira from comment #3) Pavel Timofeev <timp87@gmail.com> A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6964f00bccdae0aeb7c2e2adeddbece98731bcb0 commit 6964f00bccdae0aeb7c2e2adeddbece98731bcb0 Author: Pavel Timofeev <timp87@gmail.com> AuthorDate: 2021-06-03 09:18:45 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2021-06-03 09:18:45 +0000 www/squid-devel: update to 5.0.6 - Use DISTVERSION instead of PORTVERSION ChangeLog: https://github.com/squid-cache/squid/pull/817/files#diff-91c5b46dc84a94604a4e4d0caed9bf85590a2eddbb12d2e8dc80badf324a9dfbR1-R14 PR: 256359 Approved by: dbaio, garga (mentors, implicit) www/squid-devel/Makefile | 2 +- www/squid-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) Committed thanks! |