Created attachment 217211 [details] Makefile, distinfo and pkg-plist diffs Update net-mgmt/php-ipam to 1.4.1. Biggest change, besides bumping PORTVERSION, `make makesum`-ing distinfo and regenerating pkg-plist is switch from SF to GH for fetching distfile. Poudriere tesport passes, works fine for me, but I had a little problem with the upgrade. Database wouldn't upgrade because of incorrect timestamps, as described here: https://github.com/phpipam/phpipam/issues/2617#issuecomment-511794390 Changing timestamps in ipaddresses table as described above allowed for successful database upgrade: update ipaddresses set lastSeen='1970-01-01 00:00:01' where lastSeen < '0000-01-01 00:00:00'; Perhaps it would help to have this information in UPDATING?
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/177952637
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. Any post upgrade instructions should be added in an UPDATING entry
Added changelog URL
I never wrote a patch for UPDATING. Should I take latest version and patch against it? Is it ok to write something like: --- ipaddresses table in phpipam database is likely to contain incorrect datetime values which prevent successful upgrade. Make sure to create backup of phpipam database. Before starting upgrade wizard in web interface run the following SQL query on phpipam database: update ipaddresses set lastSeen='1970-01-01 00:00:01' where lastSeen < '0000-01-01 00:00:00'; ---
+1 for 1.4.1 Seems to maintainer timeout. Any updates?
LGTM thanks for the patch