Page MenuHomeFreeBSD

D33160.diff
No OneTemporary

D33160.diff

diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile
--- a/security/p5-openxpki-i18n/Makefile
+++ b/security/p5-openxpki-i18n/Makefile
@@ -13,7 +13,7 @@
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../../LICENSE
-### We can not go without NLS. Internationalization is needed even for English
+# We cannot go without NLS. Internationalization is needed even for English.
USES= gettext-runtime gettext-tools gmake perl5
USE_GITHUB= yes
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile
--- a/security/p5-openxpki/Makefile
+++ b/security/p5-openxpki/Makefile
@@ -12,8 +12,7 @@
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= bash:shells/bash \
+MY_DEPENDS= bash:shells/bash \
p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
p5-Cache-LRU>=0:devel/p5-Cache-LRU \
p5-CGI-Fast>=2.10:www/p5-CGI-Fast \
@@ -79,6 +78,8 @@
p5-XML-Filter-XInclude>=0:textproc/p5-XML-Filter-XInclude \
p5-XML-SAX-Writer>=0:textproc/p5-XML-SAX-Writer \
p5-XML-Validator-Schema>=0:textproc/p5-XML-Validator-Schema
+BUILD_DEPENDS= ${MY_DEPENDS}
+RUN_DEPENDS= ${MY_DEPENDS}
TEST_DEPENDS= p5-DBD-SQLite>=1.52:databases/p5-DBD-SQLite \
p5-Test-Pod-Coverage>=1.00:devel/p5-Test-Pod-Coverage \
p5-Test-Pod>=1.00:devel/p5-Test-Pod \
@@ -130,8 +131,6 @@
)
@${MKDIR} ${WRKSRC}/t/var/log/openxpki
-.include <bsd.port.pre.mk>
-
post-install:
@${MKDIR} ${STAGEDIR}/var/openxpki/session
@${MKDIR} ${STAGEDIR}/var/log/openxpki
@@ -146,4 +145,4 @@
(cd ${WRKSRC}/../.. && ${COPYTREE_SHARE} config ${STAGEDIR}${EXAMPLESDIR})
(cd ${WRKSRC} && ${COPYTREE_SHARE} "htdocs cgi-bin" ${STAGEDIR}${EXAMPLESDIR})
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 23, 8:22 AM (13 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16050072
Default Alt Text
D33160.diff (1 KB)

Event Timeline