Bug 237217 - [MAINTAINER] mail/phplist: Update to 3.4.0
Summary: [MAINTAINER] mail/phplist: Update to 3.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Luca Pizzamiglio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-12 08:56 UTC by Krzysztof
Modified: 2019-04-14 15:45 UTC (History)
2 users (show)

See Also:
pizzamig: maintainer-feedback? (ports)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof 2019-04-12 08:56:04 UTC
There is new version of phplist published. I've made a patch which updates port. I've tested it with poudriere. You can check http://pkg.bsdserwis.com/pkg/data/11x64-testing-php71/2019-04-12_02h44m59s/logs/phplist-3.4.0.log

I hope it will be commited soon.
Comment 1 Krzysztof 2019-04-12 09:00:52 UTC
Because patch is larger then 1000kB, so it is available at http://prv.wtp3.org/_mail_phplist_3.4.0.patch.txt
Comment 2 Luca Pizzamiglio freebsd_committer freebsd_triage 2019-04-12 16:50:57 UTC
Is there a specific reason why this php port is not "flavorized"?

It's a pity that there is only one package with php72 as dependency.
Comment 3 Krzysztof 2019-04-12 19:02:33 UTC
Ooops, you are right. I completely forgot about it.

I will do it and public a new version of patch.
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-04-14 15:42:04 UTC
A commit references this bug:

Author: pizzamig
Date: Sun Apr 14 15:41:25 UTC 2019
New revision: 498909
URL: https://svnweb.freebsd.org/changeset/ports/498909

Log:
  mail/phplist: Update to 3.4.0

  While here, added FLAVORS support.

  PR:		237217
  Submitted by:	maintainer

Changes:
  head/mail/phplist/Makefile
  head/mail/phplist/distinfo
  head/mail/phplist/files/pkg-message.in
  head/mail/phplist/pkg-plist
Comment 6 Luca Pizzamiglio freebsd_committer freebsd_triage 2019-04-14 15:45:41 UTC
I took the liberty of fixing FLAVOR support, the php:flavors in USES were missing

php:web => php:web,flavors

as also mentioned here: https://www.freebsd.org/doc/en/books/porters-handbook/flavors-auto-php.html

Thanks for your work!