Date: Wed, 14 Oct 2015 23:51:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399318 - in head/security/xca: . files Message-ID: <201510142351.t9ENpUeD055417@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Oct 14 23:51:30 2015 New Revision: 399318 URL: https://svnweb.freebsd.org/changeset/ports/399318 Log: - Add LICENSE_FILE - Regenerate patches with `make makepatch` Modified: head/security/xca/Makefile head/security/xca/files/patch-doc__Makefile head/security/xca/files/patch-img__Makefile head/security/xca/files/patch-lib__x509v3ext.cpp Modified: head/security/xca/Makefile ============================================================================== --- head/security/xca/Makefile Wed Oct 14 23:51:24 2015 (r399317) +++ head/security/xca/Makefile Wed Oct 14 23:51:30 2015 (r399318) @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical certification authority LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl Modified: head/security/xca/files/patch-doc__Makefile ============================================================================== --- head/security/xca/files/patch-doc__Makefile Wed Oct 14 23:51:24 2015 (r399317) +++ head/security/xca/files/patch-doc__Makefile Wed Oct 14 23:51:30 2015 (r399318) @@ -1,6 +1,6 @@ ---- doc/Makefile.orig 2012-05-12 11:37:14.000000000 +0200 -+++ doc/Makefile 2012-05-14 11:19:34.000000000 +0200 -@@ -5,7 +5,7 @@ +--- doc/Makefile.orig 2012-05-12 09:37:14 UTC ++++ doc/Makefile +@@ -5,7 +5,7 @@ endif DELFILES=xca*.html xca.1.gz @@ -9,7 +9,7 @@ include $(TOPDIR)/Rules.mak mandir=man -@@ -15,10 +15,7 @@ +@@ -15,10 +15,7 @@ xca.1.gz: xca.1 xca.html: xca.sgml rm -f xca*.html @@ -21,7 +21,7 @@ install: xca.1.gz xca.html install -m 755 -d $(destdir)$(docdir) \ -@@ -26,8 +23,4 @@ +@@ -26,8 +23,4 @@ install: xca.1.gz xca.html install -m 644 xca*.html $(destdir)$(docdir) install xca.1.gz $(destdir)$(prefix)/$(mandir)/man1 Modified: head/security/xca/files/patch-img__Makefile ============================================================================== --- head/security/xca/files/patch-img__Makefile Wed Oct 14 23:51:24 2015 (r399317) +++ head/security/xca/files/patch-img__Makefile Wed Oct 14 23:51:30 2015 (r399318) @@ -1,6 +1,6 @@ ---- img/Makefile.orig 2011-11-07 07:09:32.000000000 +0100 -+++ img/Makefile 2011-11-23 11:15:40.000000000 +0100 -@@ -13,7 +13,7 @@ +--- img/Makefile.orig 2012-05-12 09:37:14 UTC ++++ img/Makefile +@@ -13,7 +13,7 @@ include $(TOPDIR)/Rules.mak sinclude .depend install: xca-32x32.xpm Modified: head/security/xca/files/patch-lib__x509v3ext.cpp ============================================================================== --- head/security/xca/files/patch-lib__x509v3ext.cpp Wed Oct 14 23:51:24 2015 (r399317) +++ head/security/xca/files/patch-lib__x509v3ext.cpp Wed Oct 14 23:51:30 2015 (r399318) @@ -1,6 +1,6 @@ --- lib/x509v3ext.cpp.orig 2012-05-12 09:37:14 UTC +++ lib/x509v3ext.cpp -@@ -27,6 +27,8 @@ +@@ -27,6 +27,8 @@ x509v3ext::x509v3ext(const X509_EXTENSIO x509v3ext::x509v3ext(const x509v3ext &n) { ext = NULL; @@ -9,7 +9,7 @@ set(n.ext); } -@@ -743,7 +745,7 @@ +@@ -743,7 +745,7 @@ X509_EXTENSION *x509v3ext::get() const bool x509v3ext::isValid() const {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510142351.t9ENpUeD055417>