Date: Mon, 12 Mar 2012 20:50:50 -0700 (PDT) From: Stanislav Sedov <stas@deglitch.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dgerow@afflictions.org Subject: ports/165992: [PATCH] security/openconnect: update to 3.15 Message-ID: <20120313035050.89DDF39F1C@orion.SpringDaemons.com> Resent-Message-ID: <201203130450.q2D4o2Nd071581@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165992 >Category: ports >Synopsis: [PATCH] security/openconnect: update to 3.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Mar 13 04:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Deglitch Networks >Environment: System: FreeBSD orion.SpringDaemons.com 10.0-CURRENT FreeBSD 10.0-CURRENT #11 r232841M: Sun Mar 11 17:06:29 PDT >Description: - Update to 3.15 Added file(s): - files/patch-Makefile.am - files/patch-www_Makefile.am Port maintainer (dgerow@afflictions.org) is cc'd. Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- openconnect-3.15.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/openconnect/Makefile,v retrieving revision 1.9 diff -u -u -r1.9 Makefile --- Makefile 20 Oct 2011 05:36:38 -0000 1.9 +++ Makefile 13 Mar 2012 04:48:25 -0000 @@ -6,7 +6,7 @@ # PORTNAME= openconnect -PORTVERSION= 3.11 +PORTVERSION= 3.15 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \ @@ -18,11 +18,17 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-nls USE_GMAKE= yes USE_GNOME= gnomehack pkgconfig MAKE_JOBS_SAFE= yes +USE_AUTOTOOLS= aclocal autoconf libtool +ACLOCAL_ARGS= -I . USE_OPENSSL= yes USE_OPENSSL_PORT= yes # Requires modern OpenSSL version +USE_PYTHON_BUILD= yes # For HTML docs +USE_LDCONFIG= yes +PORTDOCS= * MAN8= openconnect.8 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/openconnect/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 20 Oct 2011 05:36:38 -0000 1.5 +++ distinfo 13 Mar 2012 04:48:25 -0000 @@ -1,2 +1,2 @@ -SHA256 (openconnect-3.11.tar.gz) = 936b3e4e83cec75e65d2d2a23184b0dba02c1e96c6caea4039a4870bc598275d -SIZE (openconnect-3.11.tar.gz) = 354616 +SHA256 (openconnect-3.15.tar.gz) = b533083f47643621ff4decb293300ce49339d6b3ff3c21b75f5035d6df5edcc2 +SIZE (openconnect-3.15.tar.gz) = 571460 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/security/openconnect/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 20 Oct 2011 05:36:38 -0000 1.2 +++ pkg-plist 13 Mar 2012 04:48:25 -0000 @@ -1,9 +1,42 @@ -bin/openconnect +sbin/openconnect include/openconnect.h +lib/libopenconnect.a lib/libopenconnect.la lib/libopenconnect.so lib/libopenconnect.so.1 libdata/pkgconfig/openconnect.pc -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/openconnect.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%DATADIR%%/building.html +%%DATADIR%%/changelog.html +%%DATADIR%%/connecting.html +%%DATADIR%%/contribute.html +%%DATADIR%%/csd.html +%%DATADIR%%/download.html +%%DATADIR%%/features.html +%%DATADIR%%/gui.html +%%DATADIR%%/images/left.png +%%DATADIR%%/images/left2.png +%%DATADIR%%/images/leftsel.png +%%DATADIR%%/images/leftsel2.png +%%DATADIR%%/images/openconnect.png +%%DATADIR%%/images/openconnect.svg +%%DATADIR%%/images/right.png +%%DATADIR%%/images/right2.png +%%DATADIR%%/images/rightsel.png +%%DATADIR%%/images/rightsel2.png +%%DATADIR%%/inc/content.tmpl +%%DATADIR%%/inc/footer.tmpl +%%DATADIR%%/inc/header.tmpl +%%DATADIR%%/index.html +%%DATADIR%%/mail.html +%%DATADIR%%/manual.html +%%DATADIR%%/nonroot.html +%%DATADIR%%/packages.html +%%DATADIR%%/platforms.html +%%DATADIR%%/started.html +%%DATADIR%%/styles/main.css +%%DATADIR%%/technical.html +%%DATADIR%%/vpnc-script.html +@dirrm %%DATADIR%%/styles +@dirrm %%DATADIR%%/inc +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%% Index: files/patch-Makefile.am =================================================================== RCS file: files/patch-Makefile.am diff -N files/patch-Makefile.am --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-Makefile.am 13 Mar 2012 04:48:25 -0000 @@ -0,0 +1,11 @@ +--- Makefile.am.orig 2011-10-19 23:39:26.000000000 -0700 ++++ Makefile.am 2011-10-20 00:15:34.000000000 -0700 +@@ -23,7 +23,7 @@ + noinst_HEADERS = openconnect-internal.h openconnect.h + include_HEADERS = openconnect.h + +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = openconnect.pc + + EXTRA_DIST = version.sh openconnect.html openconnect.8 COPYING.LGPL Index: files/patch-www_Makefile.am =================================================================== RCS file: files/patch-www_Makefile.am diff -N files/patch-www_Makefile.am --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-www_Makefile.am 13 Mar 2012 04:48:25 -0000 @@ -0,0 +1,10 @@ +--- www/Makefile.am.orig 2012-03-12 20:25:28.000000000 -0700 ++++ www/Makefile.am 2012-03-12 20:25:34.000000000 -0700 +@@ -25,6 +25,6 @@ + + manual.html: openconnect.8.inc + openconnect.8.inc: $(top_srcdir)/openconnect.8 +- groff -t -K UTF-8 -mandoc -Txhtml $^ | sed -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@ ++ groff -t -mandoc -Thtml $^ | sed -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@ + + EXTRA_DIST = $(patsubst %.html,%.xml,$(ALL_PAGES)) menu1.xml menu2*.xml html.py --- openconnect-3.15.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?20120313035050.89DDF39F1C>