Created attachment 152783 [details] patch for updating port - Update to ver 0.26.1.1 Changes: https://github.com/openxpki/openxpki/commits/master - "portlint -AC" says: WARN: /usr/ports/security/p5-openxpki-i18n/pkg-plist: There are only 4 items in the plist. Consider using PLIST_FILES instead of pkg-plist when installing less than 6 items. WARN: Makefile: Consider adding support for a NLS knob to conditionally disable gettext support. WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: using hyphen in PORTNAME. consider using PKGNAMEPREFIX and/or PKGNAMESUFFIX. 0 fatal errors and 4 warnings found. Please note that we can not go without gettext, i18n is needed here even for English. - Tested with poudriere (log attached) at 10.1-amd64 with perl5-5.18.4_11
Created attachment 152784 [details] log from poudriere at 10.1-amd64
Comment on attachment 152783 [details] patch for updating port Thanks for your submission Sergei. Minor review items: Should be able to use PKGNAMESUFFIX for -i18n, will allow you to remove DISTNAME override, and GH_PROJECT, which defaults to PORTNAME.
Created attachment 153083 [details] patch for updating port This time make use of PKGNAMESUFFIX=-i18n Thanks for the tip.
Created attachment 153084 [details] log from poudriere at 10.1-amd64
A commit references this bug: Author: marino Date: Sun Mar 1 22:31:24 UTC 2015 New revision: 380232 URL: https://svnweb.freebsd.org/changeset/ports/380232 Log: security/p5-openxpki-i18n: Upgrade version 0.25.0.1 => 0.26.1.1 PR: 197471 Submitted by: maintainer (Sergei Vyshenski) Changes: head/security/p5-openxpki-i18n/Makefile head/security/p5-openxpki-i18n/distinfo
Thanks!