Date: Sat, 10 May 2008 22:46:21 -0700 From: Mark Foster <mark@foster.cc> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/123584: Update port: security/xca to v0.6.4 Message-ID: <4826882D.4070608@foster.cc> Resent-Message-ID: <200805110610.m4B6A1L0074340@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123584 >Category: ports >Synopsis: Update port: security/xca to v0.6.4 >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: Sun May 11 06:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Mark Foster <mark@foster.cc> >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD monk.foster.dmz 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Besides updating to v0.6.4 this patch fixes the heading include ordering as pointed out by Mike Watters >How-To-Repeat: >Fix: --- xca-0.6.4.patch begins here --- diff -ruN xca/Makefile xca.new/Makefile --- xca/Makefile 2007-12-19 11:32:02.000000000 -0800 +++ xca.new/Makefile 2008-05-10 17:03:36.000000000 -0700 @@ -6,7 +6,7 @@ # PORTNAME= xca -PORTVERSION= 0.6.3 +PORTVERSION= 0.6.4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -27,7 +27,7 @@ .include <bsd.port.pre.mk> post-patch: - @echo "CPPFLAGS=-I. -I.. -I${WRKSRC}/ui -I${LOCALBASE}/include -I${QT_PREFIX}/include/Qt" > ${WRKSRC}/Local.mak + @echo "CPPFLAGS=-I. -I.. -I${WRKSRC}/ui -I${QT_PREFIX}/include/Qt -I${LOCALBASE}/include" > ${WRKSRC}/Local.mak @echo "CFLAGS= ${CFLAGS} -Wall -ggdb" >> ${WRKSRC}/Local.mak @echo "LDFLAGS= ${LDFLAGS} -L${LOCALBASE}/lib" >> ${WRKSRC}/Local.mak @echo "LIBS= -lQtGui ${PTHREAD_LIBS} -lcrypto" >> ${WRKSRC}/Local.mak diff -ruN xca/distinfo xca.new/distinfo --- xca/distinfo 2007-07-23 06:54:06.000000000 -0700 +++ xca.new/distinfo 2008-05-10 17:03:41.000000000 -0700 @@ -1,3 +1,3 @@ -MD5 (xca-0.6.3.tar.gz) = 8e0c2f8fbd01451acb841a3fb99ca399 -SHA256 (xca-0.6.3.tar.gz) = 032e64ac3bbef15c3ddf58278593ef02d52680b183c0a2a0bceb8f887a90fc7b -SIZE (xca-0.6.3.tar.gz) = 260070 +MD5 (xca-0.6.4.tar.gz) = f805a2e094436f976c7a4cda5980027e +SHA256 (xca-0.6.4.tar.gz) = 63e5992d461cbea38fb5433c989ee1cc73d7dac5162e57d6e70a7735d9f80ed4 +SIZE (xca-0.6.4.tar.gz) = 266574 --- xca-0.6.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4826882D.4070608>