svn commit: r384426 - head/net/axa
Don Lewis
truckman at FreeBSD.org
Tue Apr 21 14:36:05 UTC 2015
Author: truckman
Date: Tue Apr 21 14:36:03 2015
New Revision: 384426
URL: https://svnweb.freebsd.org/changeset/ports/384426
Log:
Update net/axa to 1.1.1.
Use MASTER_SITE_FARSIGHT intead of github, which eliminates
the need for autoreconf.
Differential Revision: https://reviews.freebsd.org/D2339
Approved by: mat (mentor)
Sponsored by: Farsight Security, Inc.
Modified:
head/net/axa/Makefile
head/net/axa/distinfo
head/net/axa/pkg-plist
Modified: head/net/axa/Makefile
==============================================================================
--- head/net/axa/Makefile Tue Apr 21 14:17:13 2015 (r384425)
+++ head/net/axa/Makefile Tue Apr 21 14:36:03 2015 (r384426)
@@ -1,11 +1,9 @@
# $FreeBSD$
PORTNAME= axa
-PORTVERSION= 1.0.0
-# Use GH_TAGNAME until USE_GITHUB can cope with / in DISTVERSIONPREFIX
-#DISTVERSIONPREFIX= tags/v
-PORTREVISION= 1
+PORTVERSION= 1.1.1
CATEGORIES= net dns
+MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman at FreeBSD.org
COMMENT= AXA library and tools
@@ -20,14 +18,12 @@ LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR
libwdns.so:${PORTSDIR}/dns/wdns
RUN_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg
-USE_GITHUB= yes
-GH_ACCOUNT= farsightsec
-GH_TAGNAME= tags/v${PORTVERSION}
-
GNU_CONFIGURE= yes
-USES= autoreconf gmake libtool pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig
CONFIGURE_SHELL= ${LOCALBASE}/bin/bash
USE_LDCONFIG= yes
+USE_OPENSSL= yes
+WITH_OPENSSL_PORT= yes
PORTDOCS= *
@@ -44,7 +40,7 @@ DOXYGEN_ALL_TARGET= html-local
post-install:
# install-strip does not strip libaxa.so
${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libaxa.so.0.0.0
- (cd ${WRKSRC}/doc/doxygen && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
+ (cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR})
.endif
.include <bsd.port.mk>
Modified: head/net/axa/distinfo
==============================================================================
--- head/net/axa/distinfo Tue Apr 21 14:17:13 2015 (r384425)
+++ head/net/axa/distinfo Tue Apr 21 14:36:03 2015 (r384426)
@@ -1,2 +1,2 @@
-SHA256 (farsightsec-axa-1.0.0-tags-v1.0.0_GH0.tar.gz) = 61c67185983d38d648f903a5743f9adcc343c32264a870f92f4eff3e9855a3e3
-SIZE (farsightsec-axa-1.0.0-tags-v1.0.0_GH0.tar.gz) = 150853
+SHA256 (axa-1.1.1.tar.gz) = 6f6457f53c420dc684fe81999573cc2ffd90c544c91531e348c1cb1c3189576a
+SIZE (axa-1.1.1.tar.gz) = 482016
Modified: head/net/axa/pkg-plist
==============================================================================
--- head/net/axa/pkg-plist Tue Apr 21 14:17:13 2015 (r384425)
+++ head/net/axa/pkg-plist Tue Apr 21 14:36:03 2015 (r384426)
@@ -1,4 +1,8 @@
+bin/axa_link_certs
+bin/axa_make_cert
+bin/axa_server_cert
bin/radtool
+bin/radtunnel
bin/sratool
bin/sratunnel
%%ETCDIR%%/fields
@@ -20,5 +24,9 @@ lib/libaxa.so.0
lib/libaxa.so.0.0.0
libdata/pkgconfig/libaxa.pc
man/man1/radtool.1.gz
+man/man1/radtunnel.1.gz
man/man1/sratool.1.gz
man/man1/sratunnel.1.gz
+man/man8/axa_link_certs.8.gz
+man/man8/axa_make_cert.8.gz
+man/man8/axa_server_cert.8.gz
More information about the svn-ports-all
mailing list