diff options
author | Don Lewis <truckman@FreeBSD.org> | 2015-08-22 00:16:13 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2015-08-22 00:16:13 +0000 |
commit | 2415d629ada2d574853541f4b945528857e33f74 (patch) | |
tree | 9e1b6c1be95e0ac39e03c7ad131d5b0501811757 /net | |
parent | b43057973a978d9b55942d1d0cca701296225d3e (diff) | |
download | freebsd-ports-2415d629ada2d574853541f4b945528857e33f74.zip |
Upgrade to version 1.2.0.
Download source from GitHub, which requires USES=autoreconf, unlike
source tarballs downloaded from previous MASTER_SITES.
INSTALL_TARGET=install-strip now strips libaxa.so, so use that instead
of ${STRIP_CMD}.
Use option helper to install DOXYGEN docs.
Sponsored by: Farsight Security, Inc.
Diffstat (limited to 'net')
-rw-r--r-- | net/axa/Makefile | 18 | ||||
-rw-r--r-- | net/axa/distinfo | 4 |
2 files changed, 10 insertions, 12 deletions
diff --git a/net/axa/Makefile b/net/axa/Makefile index ece799864ac0..e5b95f050d72 100644 --- a/net/axa/Makefile +++ b/net/axa/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= axa -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 1.2.0 +DISTVERSIONPREFIX= tags/v CATEGORIES= net dns -MASTER_SITES= FARSIGHT LOCAL/truckman/farsight MAINTAINER= truckman@FreeBSD.org COMMENT= AXA library and tools @@ -20,8 +19,10 @@ LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ RUN_DEPENDS= sie-nmsg>0:${PORTSDIR}/net/sie-nmsg GNU_CONFIGURE= yes -USES= gmake libtool libedit pathfix pkgconfig +USES= autoreconf gmake libedit libtool pathfix pkgconfig CONFIGURE_SHELL= ${LOCALBASE}/bin/bash +USE_GITHUB= yes +GH_ACCOUNT= farsightsec USE_LDCONFIG= yes USE_OPENSSL= yes WITH_OPENSSL_PORT= yes @@ -32,16 +33,13 @@ OPTIONS_DEFINE= DOXYGEN OPTIONS_DEFAULT=DOXYGEN ALL_TARGET= all +INSTALL_TARGET= install-strip DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen DOXYGEN_ALL_TARGET= html-local -.include <bsd.port.options.mk> +LDFLAGS+= -lm -.if ${PORT_OPTIONS:MDOXYGEN} -post-install: - # install-strip does not strip libaxa.so - ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/lib/libaxa.so.0.0.0 +post-install-DOXYGEN-on: (cd ${WRKSRC} && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}) -.endif .include <bsd.port.mk> diff --git a/net/axa/distinfo b/net/axa/distinfo index f75d2c18a17d..f6a7378a2036 100644 --- a/net/axa/distinfo +++ b/net/axa/distinfo @@ -1,2 +1,2 @@ -SHA256 (axa-1.1.1.tar.gz) = 6f6457f53c420dc684fe81999573cc2ffd90c544c91531e348c1cb1c3189576a -SIZE (axa-1.1.1.tar.gz) = 482016 +SHA256 (farsightsec-axa-tags-v1.2.0_GH0.tar.gz) = c78ff78c79182729f758bddbedd170402280f5e4bf41d5720da1d31ea470e7eb +SIZE (farsightsec-axa-tags-v1.2.0_GH0.tar.gz) = 200591 |