diff options
| author | Guido Falsi <madpilot@FreeBSD.org> | 2012-05-08 19:02:48 +0000 |
|---|---|---|
| committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-05-08 19:02:48 +0000 |
| commit | a8245abc6e1c51611e39d7c9e9eac6073442fd80 (patch) | |
| tree | 2a61dbc76e50b99363fb5bab7155d92f2652500c /security/xca | |
| parent | 449cee8a6fce4901dd2e36f17d5c80af793cdf6c (diff) | |
Notes
Diffstat (limited to 'security/xca')
| -rw-r--r-- | security/xca/Makefile | 10 | ||||
| -rw-r--r-- | security/xca/distinfo | 4 | ||||
| -rw-r--r-- | security/xca/files/patch-compiler-errors | 11 | ||||
| -rw-r--r-- | security/xca/files/patch-doc-Makefile | 2 | ||||
| -rw-r--r-- | security/xca/pkg-plist | 1 |
5 files changed, 6 insertions, 22 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile index 5df1900e6edb..f0903dca4e63 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xca -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= security MASTER_SITES= SF @@ -28,12 +28,6 @@ CXX?= g++ MAN1= xca.1 MANCOMPRESSED= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not compile -.endif - post-patch: @echo "CPPFLAGS=-I. -I.. -I${WRKSRC}/ui -I${QT_INCDIR} -I${QT_INCDIR}/Qt -I${LOCALBASE}/include" > ${WRKSRC}/Local.mak @echo "CFLAGS= ${CFLAGS} -Wall -ggdb" >> ${WRKSRC}/Local.mak @@ -61,4 +55,4 @@ post-patch: post-install: @-update-mime-database ${PREFIX}/share/mime -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/xca/distinfo b/security/xca/distinfo index e2794abaf5b7..a66d20e0d386 100644 --- a/security/xca/distinfo +++ b/security/xca/distinfo @@ -1,2 +1,2 @@ -SHA256 (xca-0.9.1.tar.gz) = e5562d9af4e03e5e730a85a9ca4eb80386288f18f84de24bb9ff0dfcc7110cbc -SIZE (xca-0.9.1.tar.gz) = 754570 +SHA256 (xca-0.9.2.tar.gz) = 9ea280751da1cfa5cdbed2232af62e51aeee396c00a75bb9306a22899b856053 +SIZE (xca-0.9.2.tar.gz) = 754762 diff --git a/security/xca/files/patch-compiler-errors b/security/xca/files/patch-compiler-errors deleted file mode 100644 index 952ae8fe648e..000000000000 --- a/security/xca/files/patch-compiler-errors +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/db.cpp.orig 2009-12-10 18:44:03.000000000 +0100 -+++ lib/db.cpp 2010-01-05 11:00:43.000000000 +0100 -@@ -153,7 +153,7 @@ - return -1; - } - if (!verify_magic()){ -- printf("Garbage found at %lu\n", head_offset); -+ printf("Garbage found at %lu\n", (long unsigned int) head_offset); - head_offset+=4; - return next(flag); - } diff --git a/security/xca/files/patch-doc-Makefile b/security/xca/files/patch-doc-Makefile index 7af154a8281b..b44c1755a25a 100644 --- a/security/xca/files/patch-doc-Makefile +++ b/security/xca/files/patch-doc-Makefile @@ -16,7 +16,7 @@ - test ! -f xca-doc.tgz || tar zxf xca-doc.tgz - @$(PRINT) " DOC [$(BASENAME)] $@" - $(LINUXDOC) -B html $< >/dev/null -+ echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' > $@ ++ echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' >> $@ install: xca.1.gz xca.html install -m 755 -d $(destdir)$(docdir) \ diff --git a/security/xca/pkg-plist b/security/xca/pkg-plist index 69c7b771eae7..46476820bca4 100644 --- a/security/xca/pkg-plist +++ b/security/xca/pkg-plist @@ -7,6 +7,7 @@ bin/xca %%DATADIR%%/dn.txt %%DATADIR%%/eku.txt %%DATADIR%%/oids.txt +%%DATADIR%%/release.txt %%DATADIR%%/xca_de.qm %%DATADIR%%/xca_es.qm %%DATADIR%%/xca_fr.qm |
