ports/150130: [maintainer update] xca 0.9.0

freebsd at nagilum.org freebsd at nagilum.org
Mon Aug 30 20:40:02 UTC 2010


>Number:         150130
>Category:       ports
>Synopsis:       [maintainer update] xca 0.9.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 30 20:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Nagilum
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD cakebox.tis 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Jul 30 11:27:47 CEST 2010 root at cakebox.tis:/usr/obj/export/src/sys/net5501 i386


>Description:
	This release improves the usability and Smart-card handling. XCA now supports token initializing, creating keys on a token, storing existing keys on a token, and deleting keys... and certificates from a token. XCA supports drag and drop by opening items dropped onto it

>How-To-Repeat:
>Fix:

	Patch attached

--- xca.patch begins here ---
diff -Naur xca.orig/Makefile xca/Makefile
--- xca.orig/Makefile	2010-03-28 16:31:51.000000000 +0200
+++ xca/Makefile	2010-08-30 21:22:16.000000000 +0200
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	xca
-PORTVERSION=	0.8.1
-PORTREVISION=	2
+PORTVERSION=	0.9.0
 CATEGORIES=	security
 MASTER_SITES=	SF
+LICENSE=	BSD
 
 MAINTAINER=	freebsd at nagilum.org
 COMMENT=	Graphical certification authority
diff -Naur xca.orig/distinfo xca/distinfo
--- xca.orig/distinfo	2010-01-24 18:45:57.000000000 +0100
+++ xca/distinfo	2010-08-30 13:04:51.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (xca-0.8.1.tar.gz) = ca87fd1af19ea2d90ac5aca1c296dd21
-SHA256 (xca-0.8.1.tar.gz) = 3261f5899450ef8e1120a020364416424701229679d2e5b0bb9c73bed6238029
-SIZE (xca-0.8.1.tar.gz) = 598962
+MD5 (xca-0.9.0.tar.gz) = ff6e23a0aac6a6d9d10b47d3f9856f1a
+SHA256 (xca-0.9.0.tar.gz) = 6f0c9a23281752b47a2bf8ee5e56486a5eec948462bb2f3528c3a1379975432d
+SIZE (xca-0.9.0.tar.gz) = 688445
diff -Naur xca.orig/files/patch-doc-Makefile xca/files/patch-doc-Makefile
--- xca.orig/files/patch-doc-Makefile	2010-01-24 18:45:57.000000000 +0100
+++ xca/files/patch-doc-Makefile	2010-08-30 21:00:47.000000000 +0200
@@ -1,5 +1,5 @@
---- doc/Makefile.orig	2009-12-10 18:44:03.000000000 +0100
-+++ doc/Makefile	2010-01-05 14:00:09.000000000 +0100
+--- doc/Makefile.orig	2010-08-29 10:28:32.000000000 +0200
++++ doc/Makefile	2010-08-30 20:52:58.000000000 +0200
 @@ -4,7 +4,7 @@
  
  DELFILES=xca*.html xca.1.gz
@@ -9,17 +9,17 @@
  include $(TOPDIR)/Rules.mak
  
  mandir=man
-@@ -13,8 +13,7 @@
- 	gzip -9 <$^ >$@
+@@ -14,8 +14,7 @@
  
  xca.html: xca.sgml
+ 	rm -f xca*.html
 -	echo '<h1>No documentation generated</h1>' > $@
 -	$(LINUXDOC) -B html $<
 +	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) \
-@@ -22,8 +21,4 @@
+@@ -23,8 +22,4 @@
  	install -m 644 xca*.html $(destdir)$(docdir)
  	install xca.1.gz $(destdir)$(prefix)/$(mandir)/man1
  
diff -Naur xca.orig/files/patch-img-Makefile xca/files/patch-img-Makefile
--- xca.orig/files/patch-img-Makefile	2010-01-19 17:18:32.000000000 +0100
+++ xca/files/patch-img-Makefile	2010-08-30 21:00:57.000000000 +0200
@@ -1,11 +1,11 @@
---- img/Makefile.orig	2009-12-10 18:44:03.000000000 +0100
-+++ img/Makefile	2010-01-05 12:25:31.000000000 +0100
+--- img/Makefile.orig	2010-08-29 10:28:32.000000000 +0200
++++ img/Makefile	2010-08-30 20:57:04.000000000 +0200
 @@ -15,7 +15,7 @@
  	echo $(OBJS)
  
  install:
--	install -D -m 644 key.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
-+	install -d -m 755 $(destdir)$(prefix)/share/pixmaps && install -m 644 key.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
+-	install -D -m 644 xca-32x32.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
++	install -d -m 755 $(destdir)$(prefix)/share/pixmaps && install -m 644 xca-32x32.xpm $(destdir)$(prefix)/share/pixmaps/xca-32x32.xpm
  
  imgres.cpp: imgres.rcc
  	$(RCC) -o $@ $<
--- xca.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list