diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-05-09 03:02:48 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-05-09 03:02:48 +0800 |
commit | 00c42ba69e188402a1af7dbc4ac5eb2194a5ff84 (patch) | |
tree | f4f8b9a0d6b08a614b1f00b3504f614dc07c7250 /security | |
parent | 3b5d15ab2e691d7c4b6ec4433d95ec03cc1136d6 (diff) | |
download | freebsd-ports-graphics-00c42ba69e188402a1af7dbc4ac5eb2194a5ff84.tar.gz freebsd-ports-graphics-00c42ba69e188402a1af7dbc4ac5eb2194a5ff84.tar.zst freebsd-ports-graphics-00c42ba69e188402a1af7dbc4ac5eb2194a5ff84.zip |
- Update to 0.9.2 [1]
- Remove check for unsupported OS versions
PR: ports/167674
Submitted by: freebsd@nagilum.org [1]
Approved by: crees (mentor)
Diffstat (limited to 'security')
-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 5df1900e6ed..f0903dca4e6 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 e2794abaf5b..a66d20e0d38 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 952ae8fe648..00000000000 --- 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 7af154a8281..b44c1755a25 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 69c7b771eae..46476820bca 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 |