Page MenuHomeFreeBSD

www/smarty3: Update from 3.1.29 to 3.1.30
ClosedPublic

Authored by joneum on Dec 29 2017, 9:36 PM.
Tags
None
Referenced Files
F81658254: D13684.diff
Fri, Apr 19, 2:07 PM
Unknown Object (File)
Thu, Apr 18, 7:45 AM
Unknown Object (File)
Thu, Mar 28, 8:22 PM
Unknown Object (File)
Mar 6 2024, 7:27 AM
Unknown Object (File)
Feb 8 2024, 3:09 PM
Unknown Object (File)
Jan 14 2024, 2:05 AM
Unknown Object (File)
Jan 12 2024, 11:47 PM
Unknown Object (File)
Jan 9 2024, 4:59 PM
Subscribers

Details

Summary

www/smarty3: Update from 3.1.29 to 3.1.30

Changelog: https://github.com/smarty-php/smarty/blob/v3.1.30/change_log.txt

PR: 224564
Reported by: Matthias Fechner <idefix@fechner.net>
Approved by: maintainer timeout (2 weeks) xxx (mentor)
#Differential Revision: https://reviews.freebsd.org/Dxxxxx

Test Plan

Diff Detail

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

Event Timeline

The pr you linked is from 2017-12-24 10:50:47 UTC -- so still some time for 2 weeks :)

www/smarty3/Makefile
14–15

^ These two likely belong after the USES block

See: 15.9. Standard bsd.port.mk Variables where I think they belong into.

The pr you linked is from 2017-12-24 10:50:47 UTC -- so still some time for 2 weeks :)

Pls look at Test Plan:

#(2 weeks Maintainer timeout: 07.01.2018)

www/smarty3/Makefile
14–15

.www/smarty3: portlint -AC [22:47:01]
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
0 fatal errors and 1 warning found.

www/smarty3/Makefile
14–15

Well, have you considered, that portlint might not yet have caught on with the documentation =)

www/smarty3/Makefile
16–17

This is not needed.

Suggested changes from tcberner and mat

www/smarty3/Makefile
21

Mmmm, if you remove this line, you should also remove files/pkg-message.in.

Suggested changes from tcberner and mat

Just to be sure, the content of pkg-message is no longer relevant ?

In D13684#286191, @mat wrote:

Just to be sure, the content of pkg-message is no longer relevant ?

https://reviews.freebsd.org/D13684#286022
https://reviews.freebsd.org/D13684#286048

"This is not needed."
Your words

I only quoted the PKGMESSAGE line, which is not needed, it will automatically be set when pkg-message is present in SUB_FILES. You then removed both lines, thus what I said afterwards about being consistent.

revert /files and PKGMESSAGE=

This revision is now accepted and ready to land.Jan 9 2018, 5:41 PM
This revision was automatically updated to reflect the committed changes.